Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-defs.c1088 case V4L2_CID_CAMERA_SENSOR_ROTATION: return "Camera Sensor Rotation"; in v4l2_ctrl_get_name()
1677 case V4L2_CID_CAMERA_SENSOR_ROTATION: in v4l2_ctrl_fill()
H A Dv4l2-ctrls-core.c2590 V4L2_CID_CAMERA_SENSOR_ROTATION, in v4l2_ctrl_new_fwnode_properties()
/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst543 ``V4L2_CID_CAMERA_SENSOR_ROTATION (integer)``
579 V4L2_CID_CAMERA_SENSOR_ROTATION control is 0, no rotation is required to
584 V4L2_CID_CAMERA_SENSOR_ROTATION control is 180 degrees, as images will
627 V4L2_CID_CAMERA_SENSOR_ROTATION will report a 90 degree rotation. ::
/linux/Documentation/userspace-api/media/drivers/
H A Dcamera-sensor.rst93 userspace with the :ref:`V4L2_CID_CAMERA_SENSOR_ROTATION
/linux/include/uapi/linux/
H A Dv4l2-controls.h1088 #define V4L2_CID_CAMERA_SENSOR_ROTATION (V4L2_CID_CAMERA_CLASS_BASE+35) macro