Home | History | Annotate | Download | only in camera

Lines Matching refs:stream_id

135         uint32_t *stream_id,
143 uint32_t stream_id,
150 int EmulatedCamera2::releaseStream(uint32_t stream_id) {
161 uint32_t *stream_id,
170 uint32_t *stream_id) {
174 int EmulatedCamera2::releaseReprocessStream(uint32_t stream_id) {
263 uint32_t *stream_id,
269 stream_id, format_actual, usage, max_buffers);
273 uint32_t stream_id,
277 return ec->registerStreamBuffers(stream_id,
282 uint32_t stream_id) {
284 return ec->releaseStream(stream_id);
292 uint32_t *stream_id,
297 reprocess_stream_ops, stream_id, consumer_usage, max_buffers);
304 uint32_t *stream_id) {
307 reprocess_stream_ops, stream_id);
312 uint32_t stream_id) {
314 return ec->releaseReprocessStream(stream_id);