Home
last modified time | relevance | path

Searched refs:notifyVideoSizeChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/include/nuplayer/
DNuPlayerSource.h156 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
/frameworks/av/media/libmediaplayerservice/nuplayer/
DHTTPLiveSource.cpp342 notifyVideoSizeChanged(format); in onSessionNotify()
344 notifyVideoSizeChanged(); in onSessionNotify()
DStreamingSource.cpp75 notifyVideoSizeChanged(); in prepareAsync()
DRTSPSource.cpp529 notifyVideoSizeChanged(); in onMessageReceived()
DGenericSource.cpp474 notifyVideoSizeChanged(msg); in onPrepareAsync()
DNuPlayer.cpp3213 void NuPlayer::Source::notifyVideoSizeChanged(const sp<AMessage> &format) { in notifyVideoSizeChanged() function in android::NuPlayer::Source