Lines Matching full:rotation
44 static int vsp1_wpf_set_rotation(struct vsp1_rwpf *wpf, unsigned int rotation) in vsp1_wpf_set_rotation() argument
56 rotate = rotation == 90 || rotation == 270; in vsp1_wpf_set_rotation()
60 /* Changing rotation isn't allowed when buffers are allocated. */ in vsp1_wpf_set_rotation()
96 unsigned int rotation; in vsp1_wpf_s_ctrl() local
100 /* Update the rotation. */ in vsp1_wpf_s_ctrl()
101 rotation = wpf->flip.ctrls.rotate ? wpf->flip.ctrls.rotate->val : 0; in vsp1_wpf_s_ctrl()
102 ret = vsp1_wpf_set_rotation(wpf, rotation); in vsp1_wpf_s_ctrl()
108 * rotation by 180° flipping the image in both directions. Store the in vsp1_wpf_s_ctrl()
118 if (rotation == 180 || rotation == 270) in vsp1_wpf_s_ctrl()
145 * controls (horizontal flip, vertical flip and rotation). in wpf_init_controls()
407 * image depending on the combination of flipping and rotation. in wpf_configure_partition()
414 * horizontal flipping when rotation is disabled but vertical in wpf_configure_partition()
415 * flipping when rotation is enabled, as rotating the image in wpf_configure_partition()
442 * When rotating the output (after rotation) image in wpf_configure_partition()
444 * rotation). Otherwise it is equal to the output in wpf_configure_partition()