Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerSource.h157 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
DHTTPLiveSource.cpp362 notifyVideoSizeChanged(format); in onSessionNotify()
364 notifyVideoSizeChanged(); in onSessionNotify()
DStreamingSource.cpp79 notifyVideoSizeChanged(); in prepareAsync()
DRTSPSource.cpp557 notifyVideoSizeChanged(); in onMessageReceived()
DGenericSource.cpp437 notifyVideoSizeChanged(msg); in onPrepareAsync()
DNuPlayer.cpp2848 void NuPlayer::Source::notifyVideoSizeChanged(const sp<AMessage> &format) { in notifyVideoSizeChanged() function in android::NuPlayer::Source