HomeSort by relevance Sort by last modified time
    Searched refs:mTimestampUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.h 56 int64_t mTimestampUs;
ESQueue.cpp 287 info.mTimestampUs = timeUs;
311 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs);
409 CHECK_GE(info.mTimestampUs, 0ll);
506 timeUs = info->mTimestampUs;

Completed in 495 milliseconds