Searched refs:VideoFormatChange (Results 1 - 4 of 4) 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.cpp148 VideoFormatChange(fSourceWidth, fSourceHeight, fWidthScale, fHeightScale);
613 MainWin::VideoFormatChange(int width, int height, float width_scale, function in class:MainWin
618 printf("VideoFormatChange enter: width %d, height %d, width_scale %.6f, "
641 printf("VideoFormatChange leave\n");
1194 VideoFormatChange(fSourceWidth, fSourceHeight, 1.0, 1.0);
1198 VideoFormatChange(fSourceWidth, fSourceHeight, 1.06666, 1.0);
1202 VideoFormatChange(fSourceWidth, fSourceHeight, 1.09091, 1.0);
1206 VideoFormatChange(fSourceWidth, fSourceHeight, 1.41176, 1.0);
1210 VideoFormatChange(720, 576, 1.06666, 1.0);
1214 VideoFormatChange(70
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.h60 void VideoFormatChange(int width, int height,
H A DMainWin.cpp1138 VideoFormatChange(width, height, widthAspect, heightAspect);
1147 VideoFormatChange(width, height, width, height);
1452 VideoFormatChange(forcedWidth, forcedHeight,
1468 VideoFormatChange(width, height, lround(width * widthScale), height);
1482 VideoFormatChange(width, height, widthAspect, heightAspect);
1488 MainWin::VideoFormatChange(int width, int height, int widthAspect, function in class:MainWin
1493 printf("VideoFormatChange enter: width %d, height %d, "
1509 printf("VideoFormatChange leave\n");

Completed in 152 milliseconds