Searched refs:widthAspect (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/
H A DMainWin.h58 void VideoAspectChange(int widthAspect,
61 int widthAspect, int heightAspect);
H A DMainWin.cpp1134 int widthAspect; local
1137 &widthAspect, &heightAspect);
1138 VideoFormatChange(width, height, widthAspect, heightAspect);
1474 MainWin::VideoAspectChange(int widthAspect, int heightAspect) argument
1482 VideoFormatChange(width, height, widthAspect, heightAspect);
1488 MainWin::VideoFormatChange(int width, int height, int widthAspect, argument
1494 "aspect ratio: %d:%d\n", width, height, widthAspect, heightAspect);
1501 fWidthAspect = widthAspect;
1856 int widthAspect; local
1858 fController->GetSize(&width, &height, &widthAspect,
[all...]
H A DController.h82 int* widthAspect = NULL,
H A DController.cpp409 int widthAspect = 0; local
418 widthAspect = format.u.raw_video.pixel_width_aspect;
422 *_widthAspect = widthAspect;

Completed in 50 milliseconds