Home
last modified time | relevance | path

Searched refs:decodingTimeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecSource.cpp830 int64_t decodingTimeUs; in onMessageReceived() local
842 decodingTimeUs = timeUs; in onMessageReceived()
845 decodingTimeUs = *(mDecodingTimeQueue.begin()); in onMessageReceived()
848 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs); in onMessageReceived()
851 timeUs, timeUs / 1E6, decodingTimeUs - timeUs); in onMessageReceived()
DMPEG4Writer.cpp2458 int64_t decodingTimeUs; in threadEntry() local
2459 CHECK(meta_data->findInt64(kKeyDecodingTime, &decodingTimeUs)); in threadEntry()
2460 decodingTimeUs -= previousPausedDurationUs; in threadEntry()
2462 timestampUs + kMaxCttsOffsetTimeUs - decodingTimeUs; in threadEntry()
2468 timestampUs = decodingTimeUs; in threadEntry()