Home
last modified time | relevance | path

Searched refs:StreamRotation (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/camera/device/aidl/android/hardware/camera/device/
DStream.aidl19 import android.hardware.camera.device.StreamRotation;
133 StreamRotation rotation;
DStreamRotation.aidl26 enum StreamRotation { enum
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/1/android/hardware/camera/device/
DStreamRotation.aidl36 enum StreamRotation { enum
DStream.aidl44 android.hardware.camera.device.StreamRotation rotation;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/current/android/hardware/camera/device/
DStreamRotation.aidl36 enum StreamRotation { enum
DStream.aidl44 android.hardware.camera.device.StreamRotation rotation;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/3/android/hardware/camera/device/
DStreamRotation.aidl36 enum StreamRotation { enum
DStream.aidl44 android.hardware.camera.device.StreamRotation rotation;
/hardware/interfaces/camera/device/aidl/aidl_api/android.hardware.camera.device/2/android/hardware/camera/device/
DStreamRotation.aidl36 enum StreamRotation { enum
DStream.aidl44 android.hardware.camera.device.StreamRotation rotation;
/hardware/google/camera/common/hal/aidl_service/
Daidl_utils.h68 using aidl::android::hardware::camera::device::StreamRotation;
183 StreamRotation aidl_stream_rotation,
184 google_camera_hal::StreamRotation* hal_stream_rotation);
Daidl_utils.cc1013 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/
Dhal_types.h102 enum class StreamRotation : uint32_t { enum
126 StreamRotation rotation = StreamRotation::kRotation0;
/hardware/google/camera/common/hal/tests/
Dinternal_stream_manager_tests.cc38 .rotation = StreamRotation::kRotation0,
48 .rotation = StreamRotation::kRotation0,
58 .rotation = StreamRotation::kRotation0,
Dtest_utils.cc43 stream->rotation = StreamRotation::kRotation0; in GetDummyPreviewStream()
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp334 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/
Drgbird_rt_request_processor.cc338 yuv_stream.rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams()
368 raw_stream[i].rotation = StreamRotation::kRotation0; in CreateDepthInternalStreams()
406 raw_stream.rotation = StreamRotation::kRotation0; in RegisterHdrplusInternalRaw()
Dsnapshot_request_processor.cc109 yuv_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
Drealtime_zsl_request_processor.cc221 stream_to_add.rotation = StreamRotation::kRotation0; in ConfigureStreams()
/hardware/google/camera/common/hal/utils/
Dhdrplus_request_processor.cc128 raw_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp125 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/
DExternalCameraOfflineSession.h55 using ::android::hardware::camera::device::V3_2::StreamRotation;
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp31 using hardware::camera::device::V3_2::StreamRotation;
/hardware/interfaces/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h46 using ::android::hardware::camera::device::V3_2::StreamRotation;
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h60 using ::android::hardware::camera::device::V3_2::StreamRotation;

12