Home
last modified time | relevance | path

Searched refs:stream_configuration (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/google/camera/common/hal/utils/
H A Dhal_utils.cc654 void DumpStreamConfiguration(const StreamConfiguration& stream_configuration, in DumpStreamConfiguration() argument
659 stream_configuration.streams.size(), in DumpStreamConfiguration()
660 stream_configuration.operation_mode); in DumpStreamConfiguration()
661 for (uint32_t i = 0; i < stream_configuration.streams.size(); i++) { in DumpStreamConfiguration()
662 auto& stream = stream_configuration.streams[i]; in DumpStreamConfiguration()
H A Dhal_utils.h104 void DumpStreamConfiguration(const StreamConfiguration& stream_configuration,
/aosp12/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraDevice_3_4.h126 int stream_configuration, int min_frame_duration, int stall_duration);
/aosp12/hardware/google/camera/common/hal/common/
H A Dhal_types.h146 StreamConfiguration stream_configuration; member
/aosp12/hardware/google/camera/common/hal/hidl_service/
H A Dhidl_camera_provider.cc302 &devices_stream_configs[c].stream_configuration); in isConcurrentStreamCombinationSupported_2_7()
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/
H A DEmulatedCameraProviderHWLImpl.cpp329 config.camera_id, config.stream_configuration, in IsConcurrentStreamCombinationSupported()