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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp184 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs); local
193 || (!bigTimestampValid && (bigSize > 0) && smallTimestampValid)) {
200 if ((bigSize == 0) && smallTimestampValid) {

Completed in 680 milliseconds