Lines Matching refs:stream_id
135 uint32_t *stream_id, in allocateStream() argument
143 uint32_t stream_id, in registerStreamBuffers() argument
150 int EmulatedCamera2::releaseStream(uint32_t stream_id) { in releaseStream() argument
161 uint32_t *stream_id, in allocateReprocessStream() argument
170 uint32_t *stream_id) { in allocateReprocessStreamFromStream() argument
174 int EmulatedCamera2::releaseReprocessStream(uint32_t stream_id) { in releaseReprocessStream() argument
263 uint32_t *stream_id, in allocate_stream() argument
269 stream_id, format_actual, usage, max_buffers); in allocate_stream()
273 uint32_t stream_id, in register_stream_buffers() argument
277 return ec->registerStreamBuffers(stream_id, in register_stream_buffers()
282 uint32_t stream_id) { in release_stream() argument
284 return ec->releaseStream(stream_id); in release_stream()
292 uint32_t *stream_id, in allocate_reprocess_stream() argument
297 reprocess_stream_ops, stream_id, consumer_usage, max_buffers); in allocate_reprocess_stream()
304 uint32_t *stream_id) { in allocate_reprocess_stream_from_stream() argument
307 reprocess_stream_ops, stream_id); in allocate_reprocess_stream_from_stream()
312 uint32_t stream_id) { in release_reprocess_stream() argument
314 return ec->releaseReprocessStream(stream_id); in release_reprocess_stream()