Searched defs:lastBufferTimeUs (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp3215 int64_t lastBufferTimeUs; local
3216 CHECK(srcBuffer->meta_data()->findInt64(kKeyTime, &lastBufferTimeUs));
3217 CHECK(lastBufferTimeUs >= 0);
3219 mDecodingTimeList.push_back(lastBufferTimeUs);
3223 timestampUs = lastBufferTimeUs;
3256 int64_t coalescedDurationUs = lastBufferTimeUs - timestampUs;

Completed in 68 milliseconds