Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_utils.h49 using ::android::hardware::camera::device::V3_2::StreamRotation;
173 StreamRotation hidl_stream_rotation,
174 google_camera_hal::StreamRotation* hal_stream_rotation);
Dhidl_utils.cc943 StreamRotation hidl_stream_rotation, in ConvertToHalStreamRotation()
944 google_camera_hal::StreamRotation* hal_stream_rotation) { in ConvertToHalStreamRotation()
951 case StreamRotation::ROTATION_0: in ConvertToHalStreamRotation()
952 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation0; in ConvertToHalStreamRotation()
954 case StreamRotation::ROTATION_90: in ConvertToHalStreamRotation()
955 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation90; in ConvertToHalStreamRotation()
957 case StreamRotation::ROTATION_180: in ConvertToHalStreamRotation()
958 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation180; in ConvertToHalStreamRotation()
960 case StreamRotation::ROTATION_270: in ConvertToHalStreamRotation()
961 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation270; in ConvertToHalStreamRotation()
/hardware/google/camera/common/hal/common/
Dhal_types.h101 enum class StreamRotation : uint32_t { enum
118 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/google/camera/common/hal/google_camera_hal/
Dsnapshot_request_processor.cc109 yuv_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
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()
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.cpp123 using ::android::hardware::camera::device::V3_2::StreamRotation;
3323 StreamRotation::ROTATION_0}; in TEST_P()
3461 StreamRotation::ROTATION_0}; in TEST_P()
3591 StreamRotation::ROTATION_0}; in TEST_P()
3648 StreamRotation::ROTATION_0}; in TEST_P()
3684 StreamRotation::ROTATION_0}; in TEST_P()
3719 static_cast<StreamRotation>(UINT32_MAX)}; in TEST_P()
3853 StreamRotation::ROTATION_0}; in TEST_P()
3861 StreamRotation::ROTATION_0}; in TEST_P()
3869 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/camera/device/3.5/default/include/ext_device_v3_5_impl/
DExternalCameraDeviceSession.h46 using ::android::hardware::camera::device::V3_2::StreamRotation;
/hardware/interfaces/automotive/evs/1.1/default/
DConfigManager.cpp27 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;
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp322 if (stream.rotation != google_camera_hal::StreamRotation::kRotation0) { in IsStreamCombinationSupported()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp1840 if (stream.rotation != StreamRotation::ROTATION_0) { in isSupported()