Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp236 bool timeChange = in fetchInputData() local
240 formatChange, timeChange); in fetchInputData()
242 if (formatChange || timeChange) { in fetchInputData()
251 if (timeChange) { in fetchInputData()
DNuPlayerDecoder.cpp868 bool timeChange = (type & ATSParser::DISCONTINUITY_TIME) != 0; in fetchInputData() local
871 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
887 } else if (timeChange) { in fetchInputData()