Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp235 bool timeChange = in fetchInputData() local
239 formatChange, timeChange); in fetchInputData()
241 if (formatChange || timeChange) { in fetchInputData()
250 if (timeChange) { in fetchInputData()
DNuPlayerDecoder.cpp903 bool timeChange = (type & ATSParser::DISCONTINUITY_TIME) != 0; in fetchInputData() local
906 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
922 } else if (timeChange) { in fetchInputData()