Lines Matching refs:hasInputBuf
314 bool hasInputBuf = (request.inputBuffer.streamId != -1 && in importRequestImpl() local
317 size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0); in importRequestImpl()
333 if (hasInputBuf) { in importRequestImpl()
345 (hasInputBuf && i == numOutputBufs) ? false : allowEmptyBuf); in importRequestImpl()
363 if (hasInputBuf) { in importRequestImpl()
1200 bool hasInputBuf = (request.inputBuffer.streamId != -1 && in processOneCaptureRequest() local
1203 size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0); in processOneCaptureRequest()
1221 if (hasInputBuf) { in processOneCaptureRequest()
1268 if (hasInputBuf) { in processOneCaptureRequest()
1348 bool hasInputBuf = (hal_result->input_buffer != nullptr); in constructCaptureResult() local
1350 size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0); in constructCaptureResult()
1353 if (hasInputBuf) { in constructCaptureResult()
1436 if (hasInputBuf) { in constructCaptureResult()
1483 if (hasInputBuf) { in constructCaptureResult()