Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp343 notifyVideoSizeChanged(format); in onSessionNotify()
345 notifyVideoSizeChanged(); in onSessionNotify()
H A DNuPlayerSource.h156 void notifyVideoSizeChanged(const sp<AMessage> &format = NULL);
H A DStreamingSource.cpp75 notifyVideoSizeChanged(); in prepareAsync()
H A DRTSPSource.cpp530 notifyVideoSizeChanged(); in onMessageReceived()
H A DGenericSource.cpp474 notifyVideoSizeChanged(msg); in onPrepareAsync()
H A DNuPlayer.cpp3146 void NuPlayer::Source::notifyVideoSizeChanged(const sp<AMessage> &format) { in notifyVideoSizeChanged() function in android::NuPlayer::Source