Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayer2/nuplayer2/
DNuPlayer2DecoderPassThrough.cpp235 bool timeChange = in fetchInputData() local
239 formatChange, timeChange); in fetchInputData()
241 if (formatChange || timeChange) { in fetchInputData()
250 if (timeChange) { in fetchInputData()
DNuPlayer2Decoder.cpp902 bool timeChange = (type & ATSParser::DISCONTINUITY_TIME) != 0; in fetchInputData() local
905 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
921 } else if (timeChange) { in fetchInputData()
/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.cpp884 bool timeChange = (type & ATSParser::DISCONTINUITY_TIME) != 0; in fetchInputData() local
887 mIsAudio ? "audio" : "video", formatChange, timeChange); in fetchInputData()
903 } else if (timeChange) { in fetchInputData()