Searched refs:StreamRotation (Results 1 – 16 of 16) sorted by relevance
49 using ::android::hardware::camera::device::V3_2::StreamRotation;173 StreamRotation hidl_stream_rotation,174 google_camera_hal::StreamRotation* hal_stream_rotation);
943 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()
101 enum class StreamRotation : uint32_t { enum118 StreamRotation rotation = StreamRotation::kRotation0;
38 .rotation = StreamRotation::kRotation0,48 .rotation = StreamRotation::kRotation0,58 .rotation = StreamRotation::kRotation0,
43 stream->rotation = StreamRotation::kRotation0; in GetDummyPreviewStream()
109 yuv_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
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()
221 stream_to_add.rotation = StreamRotation::kRotation0; in ConfigureStreams()
128 raw_stream.rotation = StreamRotation::kRotation0; in ConfigureStreams()
123 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 …]
55 using ::android::hardware::camera::device::V3_2::StreamRotation;
46 using ::android::hardware::camera::device::V3_2::StreamRotation;
27 using ::android::hardware::camera::device::V3_2::StreamRotation;
60 using ::android::hardware::camera::device::V3_2::StreamRotation;
322 if (stream.rotation != google_camera_hal::StreamRotation::kRotation0) { in IsStreamCombinationSupported()
1840 if (stream.rotation != StreamRotation::ROTATION_0) { in isSupported()