Home
last modified time | relevance | path

Searched refs:itemTimeUs (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp625 int64_t itemTimeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l() local
642 if (itemTimeUs < nextAction.mActionTimeUs) { in fillCodecBuffer_l()
644 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
655 while (it != mActionQueue.end() && it->mActionTimeUs <= itemTimeUs in fillCodecBuffer_l()
662 CHECK(itemTimeUs >= nextAction.mActionTimeUs); in fillCodecBuffer_l()
668 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
675 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
681 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
739 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()