Home
last modified time | relevance | path

Searched refs:kInput (Results 1 – 9 of 9) 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.cc743 } else if (stream.stream_type == StreamType::kInput) { in ConfigureStreams()
Drgbird_capture_session.cc498 input_stream.stream_type = StreamType::kInput; in MakeDepthStreamConfig()
/hardware/google/camera/common/hal/utils/
Dhdrplus_request_processor.cc123 raw_stream.stream_type = StreamType::kInput; in ConfigureStreams()
Dutils.cc102 if (stream.stream_type == StreamType::kInput && in IsInputRawStream()
/hardware/google/camera/common/hal/common/
Dhal_types.h96 kInput, enumerator
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp270 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline()
DEmulatedSensor.cpp266 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in SplitStreamCombination()
328 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in IsStreamCombinationSupported()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.cc932 *hal_stream_type = google_camera_hal::StreamType::kInput; in ConvertToHalStreamType()