Home
last modified time | relevance | path

Searched refs:kRotation0 (Results 1 – 9 of 9) sorted by relevance

/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/common/
Dhal_types.h102 kRotation0 = 0, enumerator
118 StreamRotation rotation = StreamRotation::kRotation0;
/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/google/camera/common/hal/hidl_service/
Dhidl_utils.cc952 *hal_stream_rotation = google_camera_hal::StreamRotation::kRotation0; in ConvertToHalStreamRotation()
/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp322 if (stream.rotation != google_camera_hal::StreamRotation::kRotation0) { in IsStreamCombinationSupported()