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

/haiku/src/apps/tv/
H A DMainWin.h100 int fSourceWidth; member in class:MainWin
H A DMainWin.cpp96 , fSourceWidth(720)
148 VideoFormatChange(fSourceWidth, fSourceHeight, fWidthScale, fHeightScale);
628 fSourceWidth = width;
710 fSourceWidth, fSourceHeight, fWidthScale, fHeightScale, local
727 float scaled_width = fSourceWidth * fWidthScale;
738 "x-ofs %d, y-ofs %d\n", max_width, max_height, fSourceWidth,
777 float scaled_width = fSourceWidth * fWidthScale;
800 fSourceWidth, fSourceHeight, scaled_width, scaled_height,
1194 VideoFormatChange(fSourceWidth, fSourceHeight, 1.0, 1.0);
1198 VideoFormatChange(fSourceWidth, fSourceHeigh
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.h166 int fSourceWidth; member in class:MainWin
H A DMainWin.cpp265 fSourceWidth(-1),
1499 fSourceWidth = width;
1681 int previousSourceWidth = fSourceWidth;
1686 fController->GetSize(&fSourceWidth, &fSourceHeight,
1689 fSourceWidth = 0;
1697 if (previousSourceWidth != fSourceWidth
2011 videoHeight = fSourceWidth * fHeightAspect / fWidthAspect;
2013 if (videoWidth > fSourceWidth) {
2018 videoWidth = fSourceWidth;
2021 videoWidth = fSourceWidth;
[all...]

Completed in 73 milliseconds