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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3115 int64_t lastBufferTimeUs; local
3116 CHECK(srcBuffer->meta_data()->findInt64(kKeyTime, &lastBufferTimeUs));
3117 CHECK(lastBufferTimeUs >= 0);
3119 mDecodingTimeList.push_back(lastBufferTimeUs);
3123 timestampUs = lastBufferTimeUs;
3156 int64_t coalescedDurationUs = lastBufferTimeUs - timestampUs;

Completed in 186 milliseconds