/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/ |
D | Stream.aidl | 19 import android.hardware.camera.device.StreamRotation; 133 StreamRotation rotation;
|
D | StreamRotation.aidl | 26 enum StreamRotation { enum
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/ |
D | StreamRotation.aidl | 36 enum StreamRotation { enum
|
D | Stream.aidl | 44 android.hardware.camera.device.StreamRotation rotation;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/ |
D | StreamRotation.aidl | 36 enum StreamRotation { enum
|
D | Stream.aidl | 44 android.hardware.camera.device.StreamRotation rotation;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/ |
D | StreamRotation.aidl | 36 enum StreamRotation { enum
|
D | Stream.aidl | 44 android.hardware.camera.device.StreamRotation rotation;
|
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/ |
D | StreamRotation.aidl | 36 enum StreamRotation { enum
|
D | Stream.aidl | 44 android.hardware.camera.device.StreamRotation rotation;
|
/hardware/google/camera/common/hal/aidl_service/ |
D | aidl_utils.h | 68 using aidl::android::hardware::camera::device::StreamRotation; 183 StreamRotation aidl_stream_rotation, 184 google_camera_hal::StreamRotation* hal_stream_rotation);
|
D | aidl_utils.cc | 1013 StreamRotation aidl_stream_rotation, in ConvertToHalStreamRotation() 1014 google_camera_hal::StreamRotation* hal_stream_rotation) { in ConvertToHalStreamRotation() 1021 case StreamRotation::ROTATION_0: in ConvertToHalStreamRotation() 1022 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation0; in ConvertToHalStreamRotation() 1024 case StreamRotation::ROTATION_90: in ConvertToHalStreamRotation() 1025 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation90; in ConvertToHalStreamRotation() 1027 case StreamRotation::ROTATION_180: in ConvertToHalStreamRotation() 1028 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation180; in ConvertToHalStreamRotation() 1030 case StreamRotation::ROTATION_270: in ConvertToHalStreamRotation() 1031 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation270; in ConvertToHalStreamRotation()
|
/hardware/google/camera/common/hal/common/ |
D | hal_types.h | 102 enum class StreamRotation : uint32_t { enum 126 StreamRotation rotation = StreamRotation::kRotation0;
|
/hardware/google/camera/common/hal/tests/ |
D | internal_stream_manager_tests.cc | 38 .rotation = StreamRotation::kRotation0, 48 .rotation = StreamRotation::kRotation0, 58 .rotation = StreamRotation::kRotation0,
|
D | test_utils.cc | 43 stream->rotation = StreamRotation::kRotation0; in GetDummyPreviewStream()
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | VtsAidlHalCameraProvider_TargetTest.cpp | 334 StreamRotation::ROTATION_0, in TEST_P() 674 stream.rotation = StreamRotation::ROTATION_0; in TEST_P() 755 stream.rotation = StreamRotation::ROTATION_0; in TEST_P() 832 StreamRotation::ROTATION_0, in TEST_P() 862 StreamRotation::ROTATION_0, in TEST_P() 888 StreamRotation::ROTATION_0, in TEST_P() 913 static_cast<StreamRotation>(UINT32_MAX), in TEST_P() 1019 StreamRotation::ROTATION_0, in TEST_P() 1034 StreamRotation::ROTATION_0, in TEST_P() 1050 StreamRotation::ROTATION_0, in TEST_P() [all …]
|
/hardware/google/camera/common/hal/google_camera_hal/ |
D | rgbird_rt_request_processor.cc | 338 yuv_stream.rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams() 368 raw_stream[i].rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams() 406 raw_stream.rotation = StreamRotation::kRotation0; in RegisterHdrplusInternalRaw()
|
D | snapshot_request_processor.cc | 109 yuv_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
|
D | realtime_zsl_request_processor.cc | 221 stream_to_add.rotation = StreamRotation::kRotation0; in ConfigureStreams()
|
/hardware/google/camera/common/hal/utils/ |
D | hdrplus_request_processor.cc | 128 raw_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 125 using ::android::hardware::camera::device::V3_2::StreamRotation; 3379 StreamRotation::ROTATION_0}; in TEST_P() 3517 StreamRotation::ROTATION_0}; in TEST_P() 3647 StreamRotation::ROTATION_0}; in TEST_P() 3704 StreamRotation::ROTATION_0}; in TEST_P() 3740 StreamRotation::ROTATION_0}; in TEST_P() 3775 static_cast<StreamRotation>(UINT32_MAX)}; in TEST_P() 3909 StreamRotation::ROTATION_0}; in TEST_P() 3917 StreamRotation::ROTATION_0}; in TEST_P() 3925 StreamRotation::ROTATION_0}; in TEST_P() [all …]
|
/hardware/interfaces/camera/device/3.6/default/include/ext_device_v3_6_impl/ |
D | ExternalCameraOfflineSession.h | 55 using ::android::hardware::camera::device::V3_2::StreamRotation;
|
/hardware/interfaces/automotive/evs/1.1/default/ |
D | ConfigManager.cpp | 31 using hardware::camera::device::V3_2::StreamRotation;
|
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/ |
D | ExternalCameraDeviceSession.h | 46 using ::android::hardware::camera::device::V3_2::StreamRotation;
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 60 using ::android::hardware::camera::device::V3_2::StreamRotation;
|