Lines Matching refs:rotation
265 enum dss_rotation *rotation, bool mirror) in v4l2_rot_to_dss_rot() argument
271 *rotation = dss_rotation_90_degree; in v4l2_rot_to_dss_rot()
274 *rotation = dss_rotation_180_degree; in v4l2_rot_to_dss_rot()
277 *rotation = dss_rotation_270_degree; in v4l2_rot_to_dss_rot()
280 *rotation = dss_rotation_0_degree; in v4l2_rot_to_dss_rot()
411 info.rotation = 0; in omapvid_setup_overlay()
415 info.rotation = vout->rotation; in omapvid_setup_overlay()
425 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
466 switch (vout->rotation) { in omapvid_init()
1396 int rotation = a->value; in vidioc_s_ctrl() local
1401 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
1407 if (rotation && vout->pix.pixelformat == V4L2_PIX_FMT_RGB24) { in vidioc_s_ctrl()
1413 if (v4l2_rot_to_dss_rot(rotation, &vout->rotation, in vidioc_s_ctrl()
1420 vout->control[0].value = rotation; in vidioc_s_ctrl()
1915 vout->rotation = 0; in omap_vout_setup_video_data()