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()
1201 bool hasInputBuf = (request.inputBuffer.streamId != -1 && in processOneCaptureRequest() local
1204 size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0); in processOneCaptureRequest()
1222 if (hasInputBuf) { in processOneCaptureRequest()
1269 if (hasInputBuf) { in processOneCaptureRequest()
1349 bool hasInputBuf = (hal_result->input_buffer != nullptr); in constructCaptureResult() local
1351 size_t numBufs = numOutputBufs + (hasInputBuf ? 1 : 0); in constructCaptureResult()
1354 if (hasInputBuf) { in constructCaptureResult()
1437 if (hasInputBuf) { in constructCaptureResult()
1484 if (hasInputBuf) { in constructCaptureResult()