Home
last modified time | relevance | path

Searched refs:mTimestampUs (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/java/android/media/
DTimedMetaData.java35 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/
DAccessorImpl.cpp71 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 …]
DAccessorImpl.h76 int64_t mTimestampUs; member
/frameworks/av/media/module/bufferpool/2.0/
DAccessorImpl.cpp85 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 …]
DAccessorImpl.h102 int64_t mTimestampUs; member
/frameworks/av/media/module/mpeg2ts/include/mpeg2ts/
DESQueue.h86 int64_t mTimestampUs; member
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp93 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()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp137 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/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp112 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/
DESQueue.cpp1186 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/
DLiveSession.cpp75 int64_t mTimestampUs; member
106 entry.mTimestampUs = nowUs; in addBandwidthMeasurement()
130 if (nowUs - it->mTimestampUs < kMaxBandwidthHistoryAgeUs && in addBandwidthMeasurement()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt30697 Landroid/media/TimedMetaData;->mTimestampUs:J