Home
last modified time | relevance | path

Searched refs:StreamType (Results 1 – 23 of 23) sorted by relevance

/hardware/google/camera/common/hal/utils/
Dutils.cc31 if (stream.stream_type == StreamType::kOutput && in IsDepthStream()
41 if (stream.stream_type == StreamType::kOutput && in IsPreviewStream()
52 if (stream.stream_type == StreamType::kOutput && in IsJPEGSnapshotStream()
63 if (stream.stream_type == StreamType::kOutput && in IsOutputZslStream()
73 if (stream.stream_type == StreamType::kOutput && in IsVideoStream()
82 if (stream.stream_type == StreamType::kOutput && in IsRawStream()
93 if (stream.stream_type == StreamType::kInput && in IsInputRawStream()
108 if (stream.stream_type == StreamType::kOutput && in IsYUVSnapshotStream()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.h49 using ::android::hardware::camera::device::V3_2::StreamType;
169 status_t ConvertToHalStreamType(StreamType hidl_stream_type,
170 google_camera_hal::StreamType* hal_stream_type);
Dhidl_utils.cc887 status_t ConvertToHalStreamType(StreamType hidl_stream_type, in ConvertToHalStreamType()
888 google_camera_hal::StreamType* hal_stream_type) { in ConvertToHalStreamType()
895 case StreamType::OUTPUT: in ConvertToHalStreamType()
896 *hal_stream_type = google_camera_hal::StreamType::kOutput; in ConvertToHalStreamType()
898 case StreamType::INPUT: in ConvertToHalStreamType()
899 *hal_stream_type = google_camera_hal::StreamType::kInput; in ConvertToHalStreamType()
/hardware/google/camera/common/hal/common/
Dhal_types.h94 enum class StreamType : uint32_t { enum
112 StreamType stream_type = StreamType::kOutput;
/hardware/google/camera/common/hal/tests/
Dinternal_stream_manager_tests.cc33 .stream_type = StreamType::kOutput,
43 .stream_type = StreamType::kOutput,
53 .stream_type = StreamType::kOutput,
Dtest_utils.cc37 stream->stream_type = StreamType::kOutput; in GetDummyPreviewStream()
/hardware/google/camera/common/hal/google_camera_hal/
Drgbird_rt_request_processor.cc333 yuv_stream.stream_type = StreamType::kOutput; in CreateDepthInternalStreams()
363 raw_stream[i].stream_type = StreamType::kOutput; in CreateDepthInternalStreams()
401 raw_stream.stream_type = StreamType::kOutput; in RegisterHdrplusInternalRaw()
Dhdrplus_request_processor.cc123 raw_stream.stream_type = StreamType::kInput; in ConfigureStreams()
Drealtime_zsl_request_processor.cc111 raw_stream.stream_type = StreamType::kOutput; in ConfigureStreams()
Drgbird_result_request_processor.cc734 if (stream.stream_type == StreamType::kOutput) { in ConfigureStreams()
743 } else if (stream.stream_type == StreamType::kInput) { in ConfigureStreams()
Dmulticam_realtime_process_block.cc114 if (stream.stream_type != StreamType::kOutput || in GetCameraStreamConfigurationMap()
Drgbird_capture_session.cc498 input_stream.stream_type = StreamType::kInput; in MakeDepthStreamConfig()
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/
DCameraDeviceSession.h47 using ::android::hardware::camera::device::V3_2::StreamType;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedCameraDeviceSessionHWLImpl.cpp166 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline()
DEmulatedSensor.cpp261 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in IsStreamCombinationSupported()
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/
DExternalCameraOfflineSession.h56 using ::android::hardware::camera::device::V3_2::StreamType;
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp120 using ::android::hardware::camera::device::V3_2::StreamType;
3231 StreamType::OUTPUT, in TEST_P()
3361 StreamType::OUTPUT, in TEST_P()
3477 StreamType::OUTPUT, in TEST_P()
3522 StreamType::OUTPUT, in TEST_P()
3558 StreamType::OUTPUT, in TEST_P()
3593 StreamType::OUTPUT, in TEST_P()
3722 StreamType::OUTPUT, in TEST_P()
3730 StreamType::INPUT, in TEST_P()
3738 StreamType::OUTPUT, in TEST_P()
[all …]
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h47 using ::android::hardware::camera::device::V3_2::StreamType;
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h61 using ::android::hardware::camera::device::V3_2::StreamType;
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp279 if (stream.v3_2.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked_3_4()
DExternalCameraDeviceSession.cpp1835 if (stream.streamType != StreamType::OUTPUT) { in isSupported()
/hardware/interfaces/camera/device/3.2/
Dtypes.hal26 * StreamType:
32 enum StreamType : uint32_t {
215 StreamType streamType;
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp997 if (stream.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked()