Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp626 int64_t itemTimeUs = item.mTimestampNs / 1000; in fillCodecBuffer_l() local
643 if (itemTimeUs < nextAction.mActionTimeUs) { in fillCodecBuffer_l()
645 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
656 while (it != mActionQueue.end() && it->mActionTimeUs <= itemTimeUs in fillCodecBuffer_l()
663 CHECK(itemTimeUs >= nextAction.mActionTimeUs); in fillCodecBuffer_l()
669 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
676 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
682 (long long)itemTimeUs, (long long)nextAction.mActionTimeUs); in fillCodecBuffer_l()
740 mLastFrameTimestampUs = itemTimeUs; in fillCodecBuffer_l()