Lines Matching refs:streamBuffer
11825 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() local
11827 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported()
11831 streamList.streams[i] = &streamBuffer[i]; in isStreamCombinationSupported()
11837 delete [] streamBuffer; in isStreamCombinationSupported()
16671 camera3_stream_buffer_t streamBuffer = {}; in onFailedCaptureResult() local
16672 streamBuffer.stream = buffer.stream; in onFailedCaptureResult()
16673 streamBuffer.buffer = buffer.buffer; in onFailedCaptureResult()
16674 streamBuffer.status = CAMERA3_BUFFER_STATUS_ERROR; in onFailedCaptureResult()
16675 streamBuffer.acquire_fence = -1; in onFailedCaptureResult()
16676 streamBuffer.release_fence = -1; in onFailedCaptureResult()
16686 mOutputBufferDispatcher.markBufferReady(pendingBuffers->frame_number, streamBuffer); in onFailedCaptureResult()