Home
last modified time | relevance | path

Searched refs:supportsSeamlessAudioFormatChange (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.h136 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
DNuPlayerDecoder.cpp1210 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange() function in android::NuPlayer::Decoder
1264 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.h136 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
DNuPlayer2Decoder.cpp1220 bool NuPlayer2::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange() function in android::NuPlayer2::Decoder
1276 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()