Lines Matching defs:angle
345 double angle = disp->anticlockwise_rotation * 180.0 / 65536.0;
352 /* av_display_rotation_set() expects the angle in the clockwise
360 angle = -angle * (1 - 2 * !!disp->hor_flip) * (1 - 2 * !!disp->ver_flip);
362 av_display_rotation_set(matrix, angle);
397 double scale_x, scale_y, angle;
423 angle = atan2(dmatrix[3], dmatrix[0]);
425 if (!(angle >= -M_PI && angle <= M_PI) ||
434 (uint16_t)rint((angle >= 0.0 ? angle
435 : angle + 2 * M_PI) *
663 { "rotate", "Set rotation in display orientation SEI (anticlockwise angle in degrees)",