Home
last modified time | relevance | path

Searched refs:CAMERA3_STREAM_ROTATION_0 (Results 1 – 5 of 5) sorted by relevance

/hardware/libhardware/include/hardware/
Dcamera3.h1454 CAMERA3_STREAM_ROTATION_0 = 0, enumerator
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3Test.cpp55 requested_stream->rotation = CAMERA3_STREAM_ROTATION_0; in initStream()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_camera.cpp303 if (stream_config->streams[i]->rotation != CAMERA3_STREAM_ROTATION_0) { in validateDataspacesAndRotations()
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3Channel.cpp1999 if ((mCamera3Stream->rotation != CAMERA3_STREAM_ROTATION_0) && in initialize()
2007 case CAMERA3_STREAM_ROTATION_0: in initialize()
2035 } else if (mCamera3Stream->rotation != CAMERA3_STREAM_ROTATION_0) { in initialize()
DQCamera3HWI.cpp14828 case CAMERA3_STREAM_ROTATION_0: in validateStreamRotations()
14842 bool isRotated = (newStream->rotation != CAMERA3_STREAM_ROTATION_0); in validateStreamRotations()