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/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/bufferpool/2.0/
DAccessorImpl.cpp83 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 …]
DAccessorImpl.h95 int64_t mTimestampUs; member
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp110 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/
DESQueue.h83 int64_t mTimestampUs; member
DESQueue.cpp692 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/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp88 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()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp132 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/
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.txt33575 Landroid/media/TimedMetaData;->mTimestampUs:J