Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp5294 bool isVidBufRequested = false; in processCaptureRequest() local
5619 isVidBufRequested = true; in processCaptureRequest()
5631 isVidBufRequested = true; in processCaptureRequest()
5719 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
5720 (mBatchSize && isVidBufRequested && !mToBeQueuedVidBufs)) { in processCaptureRequest()
6206 (mBatchSize && !isVidBufRequested) || in processCaptureRequest()
6207 (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize))) { in processCaptureRequest()
6209 mBatchSize, isVidBufRequested, in processCaptureRequest()
6212 if(mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs == mBatchSize)) { in processCaptureRequest()
6250 } else if (mBatchSize && isVidBufRequested && (mToBeQueuedVidBufs != mBatchSize)) { in processCaptureRequest()