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.cpp1198 bool NuPlayer::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange() function in android::NuPlayer::Decoder
1252 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.h136 bool supportsSeamlessAudioFormatChange(const sp<AMessage> &targetFormat) const;
DNuPlayer2Decoder.cpp1204 bool NuPlayer2::Decoder::supportsSeamlessAudioFormatChange( in supportsSeamlessAudioFormatChange() function in android::NuPlayer2::Decoder
1260 seamless = supportsSeamlessAudioFormatChange(targetFormat); in supportsSeamlessFormatChange()