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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DESQueue.h57 int64_t mTimestampUs; member in struct:android::ElementaryStreamQueue::RangeInfo
H A DESQueue.cpp447 info.mTimestampUs = timeUs;
471 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
616 CHECK_GE(info.mTimestampUs, 0ll);
718 timeUs = info->mTimestampUs;
753 timeUs = info->mTimestampUs;
762 info->mTimestampUs += numSamples * 1000000ll / sampleRate;

Completed in 1930 milliseconds