Lines Matching refs:imgBuffer
639 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() local
641 auto res = mAppSegmentConsumer->lockNextBuffer(&imgBuffer); in compilePendingInputLocked()
645 } else if ((res != OK) || (*it != imgBuffer.timestamp)) { in compilePendingInputLocked()
652 *it, imgBuffer.timestamp); in compilePendingInputLocked()
653 mAppSegmentConsumer->unlockBuffer(imgBuffer); in compilePendingInputLocked()
674 mAppSegmentConsumer->unlockBuffer(imgBuffer); in compilePendingInputLocked()
676 mPendingInputFrames[frameNumber].appSegmentBuffer = imgBuffer; in compilePendingInputLocked()
683 CpuConsumer::LockedBuffer imgBuffer; in compilePendingInputLocked() local
685 auto res = mMainImageConsumer->lockNextBuffer(&imgBuffer); in compilePendingInputLocked()
695 } else if (*it != imgBuffer.timestamp) { in compilePendingInputLocked()
697 "time stamp: %" PRId64, __FUNCTION__, *it, imgBuffer.timestamp); in compilePendingInputLocked()
717 mMainImageConsumer->unlockBuffer(imgBuffer); in compilePendingInputLocked()
719 mPendingInputFrames[frameNumber].yuvBuffer = imgBuffer; in compilePendingInputLocked()