Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5180 bool isVidBufRequested = false; in processCaptureRequest() local
5493 isVidBufRequested = true; in processCaptureRequest()
5505 isVidBufRequested = true; in processCaptureRequest()
5593 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5594 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
6073 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
6074 (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize))) { in processCaptureRequest()
6076 mBatchSize, isVidBufRequested, in processCaptureRequest()
6079 if(mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize)) { in processCaptureRequest()
6117 } else if (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs != mBatchSize)) { in processCaptureRequest()