/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/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/bufferpool/2.0/ |
D | AccessorImpl.cpp | 83 int64_t mTimestampUs; member 90 mTimestampUs = timestampUs; in TransactionStatus() 306 : mTimestampUs(getTimestampNow()), in BufferPool() 307 mLastCleanUpUs(mTimestampUs), in BufferPool() 308 mLastLogUs(mTimestampUs), in BufferPool() 508 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferTo() 522 std::make_unique<TransactionStatus>(message, mTimestampUs))); in handleTransferFrom() 575 mTimestampUs = getTimestampNow(); in processStatusMessages() 729 if (clearCache || mTimestampUs > mLastCleanUpUs + kCleanUpDurationUs || in cleanUp() 731 mLastCleanUpUs = mTimestampUs; in cleanUp() [all …]
|
D | AccessorImpl.h | 95 int64_t mTimestampUs; member
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 110 mTimestampUs = 0u; in SetUp() 155 mTimestampUs); in handleWorkDone() 156 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 167 outputMetaData meta = {mTimestampUs, rangeLength}; in handleWorkDone() 187 uint64_t mTimestampUs; member in __anon4a66929a0111::Codec2AudioDecHidlTestBase 465 mTimestampUs = 0; in TEST_P()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | ESQueue.h | 83 int64_t mTimestampUs; member
|
D | ESQueue.cpp | 692 info.mTimestampUs = timeUs; in appendData() 895 accessUnit->meta()->setInt64("timeUs", info.mTimestampUs); in dequeueAccessUnit() 1157 if (info.mTimestampUs < 0LL) { in dequeueAccessUnitAAC() 1305 timeUs = info->mTimestampUs; in fetchTimestamp()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 88 mTimestampUs = 0u; in SetUp() 138 mTimestampUs); in handleWorkDone() 140 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 150 if (*it == mTimestampUs) { in handleWorkDone() 195 uint64_t mTimestampUs; member in __anon34e328ee0111::Codec2VideoEncHidlTestBase 511 mTimestampUs = 0; in TEST_P()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 132 mTimestampUs = 0u; in SetUp() 265 mTimestampUs); in handleWorkDone() 266 mTimestampUs = work->worklets.front()->output.ordinal.timestamp.peeku(); in handleWorkDone() 273 if (*it == mTimestampUs) { in handleWorkDone() 310 uint64_t mTimestampUs; member in __anon8b2759840111::Codec2VideoDecHidlTestBase 615 mTimestampUs = 0; in TEST_P()
|
/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 | 33575 Landroid/media/TimedMetaData;->mTimestampUs:J
|