Lines Matching refs:streamBuffer
11778 camera3_stream_t *streamBuffer = new camera3_stream_t[comb->num_streams]; in isStreamCombinationSupported() local
11780 streamBuffer[i] = {comb->streams[i].stream_type, comb->streams[i].width, in isStreamCombinationSupported()
11784 streamList.streams[i] = &streamBuffer[i]; in isStreamCombinationSupported()
11790 delete [] streamBuffer; in isStreamCombinationSupported()
16571 camera3_stream_buffer_t streamBuffer = {}; in onFailedCaptureResult() local
16572 streamBuffer.stream = buffer.stream; in onFailedCaptureResult()
16573 streamBuffer.buffer = buffer.buffer; in onFailedCaptureResult()
16574 streamBuffer.status = CAMERA3_BUFFER_STATUS_ERROR; in onFailedCaptureResult()
16575 streamBuffer.acquire_fence = -1; in onFailedCaptureResult()
16576 streamBuffer.release_fence = -1; in onFailedCaptureResult()
16586 mOutputBufferDispatcher.markBufferReady(pendingBuffers->frame_number, streamBuffer); in onFailedCaptureResult()