Home
last modified time | relevance | path

Searched refs:is_physical_camera_stream (Results 1 – 16 of 16) sorted by relevance

/hardware/google/camera/common/hal/tests/
Dtest_utils.cc30 bool is_physical_camera_stream = false, in GetDummyPreviewStream() argument
44 stream->is_physical_camera_stream = is_physical_camera_stream; in GetDummyPreviewStream()
Drequest_processor_tests.cc95 EXPECT_TRUE(stream.is_physical_camera_stream); in TEST_F()
Dmock_device_session_hwl.cc87 hal_stream.is_physical_camera_stream = stream.is_physical_camera_stream; in ConfigurePipeline()
/hardware/google/camera/common/hal/google_camera_hal/
Ddual_ir_request_processor.cc79 if (!stream.is_physical_camera_stream) { in ConfigureStreams()
80 stream.is_physical_camera_stream = true; in ConfigureStreams()
Drgbird_rt_request_processor.cc340 yuv_stream.is_physical_camera_stream = true; in CreateDepthInternalStreams()
370 raw_stream[i].is_physical_camera_stream = true; in CreateDepthInternalStreams()
418 raw_stream.is_physical_camera_stream = true; in RegisterHdrplusInternalRaw()
461 if (!pb_stream.is_physical_camera_stream) { in ConfigureStreams()
462 pb_stream.is_physical_camera_stream = true; in ConfigureStreams()
Drealtime_zsl_request_processor.cc228 stream_config.streams[0].is_physical_camera_stream) { in ConfigureStreams()
229 stream_to_add.is_physical_camera_stream = true; in ConfigureStreams()
Ddual_ir_result_request_processor.cc61 if (stream.is_physical_camera_stream) { in DualIrResultRequestProcessor()
Dzsl_snapshot_capture_session.cc169 if (stream.is_physical_camera_stream) { in IsStreamConfigurationSupported()
Ddepth_process_block.cc206 depth_stream_.is_physical_camera_stream = false; in ConfigureStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp284 .is_physical_camera_stream = stream.is_physical_camera_stream, in ConfigurePipeline()
292 if (stream.group_id != -1 && stream.is_physical_camera_stream) { in ConfigurePipeline()
298 if (!stream.is_physical_camera_stream && in ConfigurePipeline()
DEmulatedSensor.cpp321 (stream.is_physical_camera_stream && stream.group_id != -1); in IsStreamCombinationSupported()
345 if (stream.is_physical_camera_stream && in IsStreamCombinationSupported()
372 if (stream.is_physical_camera_stream) { in IsStreamCombinationSupported()
382 stream.is_physical_camera_stream in IsStreamCombinationSupported()
398 if (stream.is_physical_camera_stream) { in IsStreamCombinationSupported()
407 if (stream.is_physical_camera_stream) { in IsStreamCombinationSupported()
420 : stream.is_physical_camera_stream in IsStreamCombinationSupported()
DEmulatedRequestProcessor.cpp351 buffer->camera_id = emulated_stream.is_physical_camera_stream in CreateSensorBuffer()
/hardware/google/camera/common/hal/common/
Dhal_types.h119 bool is_physical_camera_stream = false; member
158 bool is_physical_camera_stream = false; member
/hardware/google/camera/common/hal/utils/
Dhal_utils.cc421 if (stream.is_physical_camera_stream) { in IsStreamHdrplusCompatible()
666 stream.height, stream.usage, stream.is_physical_camera_stream, in DumpStreamConfiguration()
684 stream.is_physical_camera_stream); in DumpHalConfiguredStreams()
759 stream.is_physical_camera_stream, stream.physical_camera_id); in DumpStream()
771 hal_stream.override_data_space, hal_stream.is_physical_camera_stream, in DumpHalStream()
Dmulticam_realtime_process_block.cc115 !stream.is_physical_camera_stream) { in GetCameraStreamConfigurationMap()
228 if (!configure_stream.stream.is_physical_camera_stream) { in GetBufferPhysicalCameraIdLocked()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc195 if (hal_configured_streams[i].is_physical_camera_stream) { in ConvertToHidlHalStreamConfig()
1006 hal_stream->is_physical_camera_stream = false; in ConvertToHalStream()
1008 hal_stream->is_physical_camera_stream = true; in ConvertToHalStream()