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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3028 int64_t lastBufferTimeUs; local
3029 CHECK(srcBuffer->meta_data()->findInt64(kKeyTime, &lastBufferTimeUs));
3030 CHECK(lastBufferTimeUs >= 0);
3032 mDecodingTimeList.push_back(lastBufferTimeUs);
3036 timestampUs = lastBufferTimeUs;
3069 int64_t coalescedDurationUs = lastBufferTimeUs - timestampUs;

Completed in 403 milliseconds