Home | History | Annotate | Download | only in fb

Lines Matching refs:scale_x

1184   float scale_x = FLOAT(display_attributes_.x_pixels) / FLOAT(mixer_attributes.width);
1187 if (scale_x > max_scale_up || scale_y > max_scale_up) {
1188 DLOGW("Up scaling ratio exceeds for destination scalar upscale limit scale_x %f scale_y %f " \
1189 "max_scale_up %f", scale_x, scale_y, max_scale_up);