Home
last modified time | relevance | path

Searched refs:supportsSeamlessFormatChange (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.h135 bool supportsSeamlessFormatChange(const sp<AMessage> &to) const;
DNuPlayerDecoder.cpp877 supportsSeamlessFormatChange(newFormat); in fetchInputData()
1217 bool NuPlayer::Decoder::supportsSeamlessFormatChange(const sp<AMessage> &targetFormat) const { in supportsSeamlessFormatChange() function in android::NuPlayer::Decoder