Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp883 bool seamlessFormatChange = false; in fetchInputData() local
886 seamlessFormatChange = in fetchInputData()
889 formatChange = !seamlessFormatChange; in fetchInputData()
901 } else if (seamlessFormatChange) { in fetchInputData()
/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp902 bool seamlessFormatChange = false; in fetchInputData() local
905 seamlessFormatChange = in fetchInputData()
908 formatChange = !seamlessFormatChange; in fetchInputData()
920 } else if (seamlessFormatChange) { in fetchInputData()