Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp1254 int32_t isAdaptive; in supportsSeamlessFormatChange() local
1256 mInputFormat->findInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()
1257 isAdaptive); in supportsSeamlessFormatChange()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp1262 int32_t isAdaptive; in supportsSeamlessFormatChange() local
1264 mInputFormat->getInt32("adaptive-playback", &isAdaptive) && in supportsSeamlessFormatChange()
1265 isAdaptive); in supportsSeamlessFormatChange()