Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3HWI.cpp3984 bool isVidBufRequested = false; in processCaptureRequest() local
4230 isVidBufRequested = true; in processCaptureRequest()
4253 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
4254 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
4560 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
4561 (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize))) { in processCaptureRequest()
4563 mBatchSize, isVidBufRequested, in processCaptureRequest()
4566 if(mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize)) { in processCaptureRequest()
4600 } else if (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs != mBatchSize)) { in processCaptureRequest()