Searched refs:configured_stream (Results 1 – 4 of 4) sorted by relevance
140 for (auto& configured_stream : process_block_stream_config.streams) { in AreAllStreamsConfigured() local141 if (stream.id == configured_stream.id) { in AreAllStreamsConfigured()197 for (auto& configured_stream : process_block_stream_config.streams) { in SetDepthInternalStreamId() local198 if (configured_stream.format == HAL_PIXEL_FORMAT_YCBCR_420_888) { in SetDepthInternalStreamId()201 if (configured_stream.id == framework_stream.id) { in SetDepthInternalStreamId()207 rgb_internal_yuv_stream_id_ = configured_stream.id; in SetDepthInternalStreamId()209 } else if (configured_stream.format == HAL_PIXEL_FORMAT_Y8) { in SetDepthInternalStreamId()210 if (configured_stream.physical_camera_id == ir1_camera_id_) { in SetDepthInternalStreamId()211 ir1_internal_raw_stream_id_ = configured_stream.id; in SetDepthInternalStreamId()212 } else if (configured_stream.physical_camera_id == ir2_camera_id_) { in SetDepthInternalStreamId()[all …]
147 for (auto& configured_stream : process_block_stream_config.streams) { in ConfigureStreams() local148 if (stream.id == configured_stream.id) { in ConfigureStreams()161 for (auto& configured_stream : process_block_stream_config.streams) { in ConfigureStreams() local162 if (configured_stream.format == kHdrplusRawFormat) { in ConfigureStreams()163 *raw_stream_id = configured_stream.id; in ConfigureStreams()216 for (auto& configured_stream : process_block_stream_config.streams) { in ConfigureHdrplusStreams() local217 if (stream.id == configured_stream.id) { in ConfigureHdrplusStreams()
107 for (auto& configured_stream : process_block_stream_config.streams) { in ConfigureStreams() local108 if (stream.id == configured_stream.id) { in ConfigureStreams()
170 for (auto& configured_stream : process_block_stream_config.streams) { in AreAllStreamsConfigured() local171 if (stream.id == configured_stream.id) { in AreAllStreamsConfigured()