Home
last modified time | relevance | path

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

/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDecoderPassThrough.cpp179 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); in aggregateBuffer() local
188 || (!bigTimestampValid && (bigSize > 0) && smallTimestampValid)) { in aggregateBuffer()
195 if ((bigSize == 0) && smallTimestampValid) { in aggregateBuffer()