Searched refs:resBuffer (Results 1 – 1 of 1) sorted by relevance
566 StreamBuffer& resBuffer = captureResult.outputBuffers[i]; in processTask() local567 resBuffer.streamId = reqBuffer.getStreamId(); in processTask()568 resBuffer.bufferId = reqBuffer.getBufferId(); in processTask()569 resBuffer.status = BufferStatus::OK; in processTask()575 resBuffer.status = BufferStatus::ERROR; in processTask()588 resBuffer.status = BufferStatus::ERROR; in processTask()594 for (const StreamBuffer& resBuffer : captureResult.outputBuffers) { in processTask() local595 if (resBuffer.status != BufferStatus::OK) { in processTask()597 resBuffer.streamId)); in processTask()634 StreamBuffer& resBuffer = captureResult.outputBuffers[i]; in flushCaptureRequest() local[all …]