Lines Matching refs:rotation
253 enum dss_rotation *rotation, bool mirror) in v4l2_rot_to_dss_rot() argument
259 *rotation = dss_rotation_90_degree; in v4l2_rot_to_dss_rot()
262 *rotation = dss_rotation_180_degree; in v4l2_rot_to_dss_rot()
265 *rotation = dss_rotation_270_degree; in v4l2_rot_to_dss_rot()
268 *rotation = dss_rotation_0_degree; in v4l2_rot_to_dss_rot()
399 info.rotation = 0; in omapvid_setup_overlay()
403 info.rotation = vout->rotation; in omapvid_setup_overlay()
413 info.color_mode, info.rotation, info.mirror, info.pos_x, in omapvid_setup_overlay()
454 switch (vout->rotation) { in omapvid_init()
1385 int rotation = a->value; in vidioc_s_ctrl() local
1390 if (rotation && ovid->rotation_type == VOUT_ROT_NONE) { in vidioc_s_ctrl()
1396 if (rotation && vout->pix.pixelformat == V4L2_PIX_FMT_RGB24) { in vidioc_s_ctrl()
1402 if (v4l2_rot_to_dss_rot(rotation, &vout->rotation, in vidioc_s_ctrl()
1409 vout->control[0].value = rotation; in vidioc_s_ctrl()
1904 vout->rotation = 0; in omap_vout_setup_video_data()