/frameworks/base/media/java/android/media/ |
D | TimedMetaData.java | 35 private long mTimestampUs; field in TimedMetaData 62 mTimestampUs = timestampUs; in TimedMetaData() 71 return mTimestampUs; in getTimestamp() 88 mTimestampUs = parcel.readLong(); in parseParcel()
|
/frameworks/av/media/module/bufferpool/1.0/ |
D | AccessorImpl.cpp | 71 int64_t mTimestampUs; member 78 mTimestampUs = timestampUs; in TransactionStatus() 239 : mTimestampUs(getTimestampNow()), in BufferPool() 240 mLastCleanUpUs(mTimestampUs), in BufferPool() 241 mLastLogUs(mTimestampUs), in BufferPool() 323 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferTo() 337 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferFrom() 383 mTimestampUs = getTimestampNow(); in processStatusMessages() 519 if (clearCache || mTimestampUs > mLastCleanUpUs + kCleanUpDurationUs) { in cleanUp() 520 mLastCleanUpUs = mTimestampUs; in cleanUp() [all …]
|
D | AccessorImpl.h | 76 int64_t mTimestampUs; member
|
/frameworks/av/media/module/bufferpool/2.0/ |
D | AccessorImpl.cpp | 85 int64_t mTimestampUs; member 92 mTimestampUs = timestampUs; in TransactionStatus() 322 : mTimestampUs(getTimestampNow()), in BufferPool() 323 mLastCleanUpUs(mTimestampUs), in BufferPool() 324 mLastLogUs(mTimestampUs), in BufferPool() 524 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferTo() 538 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferFrom() 591 mTimestampUs = getTimestampNow(); in processStatusMessages() 745 if (clearCache || mTimestampUs > mLastCleanUpUs + kCleanUpDurationUs || in cleanUp() 747 mLastCleanUpUs = mTimestampUs; in cleanUp() [all …]
|
D | AccessorImpl.h | 102 int64_t mTimestampUs; member
|
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/ |
D | ESQueue.h | 86 int64_t mTimestampUs; member
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 93 mTimestampUs = 0u; in SetUp() 143 mTimestampUs); in handleWorkDone() 145 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 155 if (*it == mTimestampUs) { in handleWorkDone() 200 uint64_t mTimestampUs; member in __anon0988122b0111::Codec2VideoEncHidlTestBase 516 mTimestampUs = 0; in TEST_P()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 137 mTimestampUs = 0u; in SetUp() 268 mTimestampUs); in handleWorkDone() 269 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 276 if (*it == mTimestampUs) { in handleWorkDone() 313 uint64_t mTimestampUs; member in __anon5fcc42c10111::Codec2VideoDecHidlTestBase 637 mTimestampUs = 0; in TEST_P()
|
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 112 mTimestampUs = 0u; in SetUp() 160 mTimestampUs); in handleWorkDone() 161 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 172 outputMetaData meta = {mTimestampUs, rangeLength, {}}; in handleWorkDone() 202 uint64_t mTimestampUs; member in __anon1f0b7bd70111::Codec2AudioDecHidlTestBase 617 mTimestampUs = 0; in TEST_P()
|
/frameworks/av/media/module/mpeg2ts/ |
D | ESQueue.cpp | 1186 info.mTimestampUs = timeUs; in appendData() 1389 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs); in dequeueAccessUnit() 1763 if (info.mTimestampUs < 0LL) { in dequeueAccessUnitAAC() 1911 timeUs = info->mTimestampUs; in fetchTimestamp()
|
/frameworks/av/media/libstagefright/httplive/ |
D | LiveSession.cpp | 75 int64_t mTimestampUs; member 106 entry.mTimestampUs = nowUs; in addBandwidthMeasurement() 130 if (nowUs - it->mTimestampUs < kMaxBandwidthHistoryAgeUs && in addBandwidthMeasurement()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 30697 Landroid/media/TimedMetaData;->mTimestampUs:J
|