/hardware/google/camera/common/hal/utils/ |
D | utils.cc | 31 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/ |
D | hidl_utils.h | 49 using ::android::hardware::camera::device::V3_2::StreamType; 169 status_t ConvertToHalStreamType(StreamType hidl_stream_type, 170 google_camera_hal::StreamType* hal_stream_type);
|
D | hidl_utils.cc | 887 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/ |
D | hal_types.h | 94 enum class StreamType : uint32_t { enum 112 StreamType stream_type = StreamType::kOutput;
|
/hardware/google/camera/common/hal/tests/ |
D | internal_stream_manager_tests.cc | 33 .stream_type = StreamType::kOutput, 43 .stream_type = StreamType::kOutput, 53 .stream_type = StreamType::kOutput,
|
D | test_utils.cc | 37 stream->stream_type = StreamType::kOutput; in GetDummyPreviewStream()
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | rgbird_rt_request_processor.cc | 333 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()
|
D | hdrplus_request_processor.cc | 123 raw_stream.stream_type = StreamType::kInput; in ConfigureStreams()
|
D | realtime_zsl_request_processor.cc | 111 raw_stream.stream_type = StreamType::kOutput; in ConfigureStreams()
|
D | rgbird_result_request_processor.cc | 734 if (stream.stream_type == StreamType::kOutput) { in ConfigureStreams() 743 } else if (stream.stream_type == StreamType::kInput) { in ConfigureStreams()
|
D | multicam_realtime_process_block.cc | 114 if (stream.stream_type != StreamType::kOutput || in GetCameraStreamConfigurationMap()
|
D | rgbird_capture_session.cc | 498 input_stream.stream_type = StreamType::kInput; in MakeDepthStreamConfig()
|
/hardware/interfaces/camera/device/3.4/default/include/device_v3_4_impl/ |
D | CameraDeviceSession.h | 47 using ::android::hardware::camera::device::V3_2::StreamType;
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedCameraDeviceSessionHWLImpl.cpp | 166 bool is_input = stream.stream_type == google_camera_hal::StreamType::kInput; in ConfigurePipeline()
|
D | EmulatedSensor.cpp | 261 if (stream.stream_type == google_camera_hal::StreamType::kInput) { in IsStreamCombinationSupported()
|
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
D | ExternalCameraOfflineSession.h | 56 using ::android::hardware::camera::device::V3_2::StreamType;
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 120 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/ |
D | ExternalCameraDeviceSession.h | 47 using ::android::hardware::camera::device::V3_2::StreamType;
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 61 using ::android::hardware::camera::device::V3_2::StreamType;
|
/hardware/interfaces/camera/device/3.4/default/ |
D | CameraDeviceSession.cpp | 279 if (stream.v3_2.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked_3_4()
|
D | ExternalCameraDeviceSession.cpp | 1835 if (stream.streamType != StreamType::OUTPUT) { in isSupported()
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 26 * StreamType: 32 enum StreamType : uint32_t { 215 StreamType streamType;
|
/hardware/interfaces/camera/device/3.2/default/ |
D | CameraDeviceSession.cpp | 997 if (stream.streamType == StreamType::OUTPUT && in postProcessConfigurationLocked()
|