Home | History | Annotate | Download | only in libgscaler

Lines Matching refs:new_rotation

1141     int new_rotation = rotation % 360;
1143 if (new_rotation % 90 != 0) {
1148 if(new_rotation < 0)
1149 new_rotation = -new_rotation;
1151 gsc_handle->dst.rotation = new_rotation;