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

/frameworks/av/media/libstagefright/
H A DMediaCodecSource.cpp713 int64_t decodingTimeUs; local
722 decodingTimeUs = timeUs;
725 decodingTimeUs = *(mDecodingTimeQueue.begin());
728 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs);
731 timeUs, timeUs / 1E6, decodingTimeUs - timeUs);
H A DMPEG4Writer.cpp2232 * Decoding time: decodingTimeUs
2235 int64_t decodingTimeUs; local
2236 CHECK(meta_data->findInt64(kKeyDecodingTime, &decodingTimeUs));
2237 decodingTimeUs -= previousPausedDurationUs;
2239 timestampUs + kMaxCttsOffsetTimeUs - decodingTimeUs;
2245 timestampUs = decodingTimeUs;
H A DOMXCodec.cpp2360 int64_t decodingTimeUs = isCodecSpecific? 0: getDecodingTimeUs(); local
2361 buffer->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs);

Completed in 243 milliseconds