Home
last modified time | relevance | path

Searched refs:kInput (Results 1 – 10 of 10) sorted by relevance

/hardware/google/camera/common/hal/google_camera_hal/
Dsnapshot_request_processor.cc104 yuv_stream.stream_type = StreamType::kInput; in ConfigureStreams()
Drgbird_result_request_processor.cc744 } else if (stream.stream_type == StreamType::kInput) { in ConfigureStreams()
Drgbird_capture_session.cc500 input_stream.stream_type = StreamType::kInput; in MakeDepthStreamConfig()
Dcamera_device_session.cc772 StreamType::kInput) { in ConfigureStreams()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp286 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline()
391 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in GetHalBufferManagedStreams()
DEmulatedSensor.cpp338 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in SplitStreamCombination()
400 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in IsStreamCombinationSupported()
/hardware/google/camera/common/hal/utils/
Dhdrplus_request_processor.cc123 raw_stream.stream_type = StreamType::kInput; in ConfigureStreams()
Dutils.cc130 if (stream.stream_type == StreamType::kInput && in IsInputRawStream()
/hardware/google/camera/common/hal/common/
Dhal_types.h97 kInput, enumerator
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.cc1002 *hal_stream_type = google_camera_hal::StreamType::kInput; in ConvertToHalStreamType()