Home | History | Annotate | Download | only in fb

Lines Matching refs:scale_y

1183   float scale_y = FLOAT(display_attributes_.y_pixels) / FLOAT(mixer_attributes.height);
1185 if (scale_x > max_scale_up || scale_y > max_scale_up) {
1186 DLOGW("Up scaling ratio exceeds for destination scalar upscale limit scale_x %f scale_y %f " \
1187 "max_scale_up %f", scale_x, scale_y, max_scale_up);