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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3109 int64_t lastBufferTimeUs; local
3110 CHECK(srcBuffer->meta_data()->findInt64(kKeyTime, &lastBufferTimeUs));
3111 CHECK(lastBufferTimeUs >= 0);
3113 mDecodingTimeList.push_back(lastBufferTimeUs);
3117 timestampUs = lastBufferTimeUs;
3150 int64_t coalescedDurationUs = lastBufferTimeUs - timestampUs;

Completed in 338 milliseconds