Searched refs:height_scale (Results 1 – 2 of 2) sorted by relevance
68 void VideoFormatChange(int width, int height, float width_scale, float height_scale);
614 float height_scale) in VideoFormatChange() argument619 "height_scale %.6f\n", width, height, width_scale, height_scale); in VideoFormatChange()621 if (width_scale < 1.0 && height_scale >= 1.0) { in VideoFormatChange()623 height_scale = 1.0 / height_scale; in VideoFormatChange()625 width_scale, height_scale); in VideoFormatChange()631 fHeightScale = height_scale; in VideoFormatChange()