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

/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2DecoderPassThrough.cpp180 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); local
188 || (!bigTimestampValid && (bigSize > 0) && smallTimestampValid)) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp181 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy); local
189 || (!bigTimestampValid && (bigSize > 0) && smallTimestampValid)) {

Completed in 47 milliseconds