Home
last modified time | relevance | path

Searched refs:height_scale (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/tv/
H A DMainWin.h68 void VideoFormatChange(int width, int height, float width_scale, float height_scale);
H A DMainWin.cpp614 float height_scale) in VideoFormatChange() argument
619 "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()