[go: nahoru, domu]

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

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

Completed in 41 milliseconds