Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2Decoder.cpp907 bool seamlessFormatChange = false; in fetchInputData() local
910 seamlessFormatChange = in fetchInputData()
913 formatChange = !seamlessFormatChange; in fetchInputData()
925 } else if (seamlessFormatChange) { in fetchInputData()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoder.cpp889 bool seamlessFormatChange = false; in fetchInputData() local
892 seamlessFormatChange = in fetchInputData()
895 formatChange = !seamlessFormatChange; in fetchInputData()
907 } else if (seamlessFormatChange) { in fetchInputData()