Searched refs:VideoAspectChange (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainWin.h55 void VideoAspectChange(int forcedWidth,
57 void VideoAspectChange(float widthScale);
58 void VideoAspectChange(int widthAspect,
H A DMainWin.cpp1152 VideoAspectChange(4, 3);
1156 VideoAspectChange(16, 9);
1160 VideoAspectChange(83, 50);
1164 VideoAspectChange(7, 4);
1168 VideoAspectChange(37, 20);
1172 VideoAspectChange(47, 20);
1445 MainWin::VideoAspectChange(int forcedWidth, int forcedHeight, float widthScale) function in class:MainWin
1459 MainWin::VideoAspectChange(float widthScale) function in class:MainWin
1474 MainWin::VideoAspectChange(int widthAspect, int heightAspect) function in class:MainWin

Completed in 53 milliseconds