Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp240 bool timeChange = in fetchInputData() local
244 formatChange, timeChange); in fetchInputData()
246 if (formatChange || timeChange) { in fetchInputData()
255 if (timeChange) { in fetchInputData()
DNuPlayerDecoder.cpp703 bool timeChange = (type & ATSParser::DISCONTINUITY_TIME) != 0; in fetchInputData() local
706 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
722 } else if (timeChange) { in fetchInputData()