Home
last modified time | relevance | path

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

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