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

/haiku/src/apps/tv/
H A DMainWin.h101 int fSourceHeight; member in class:MainWin
H A DMainWin.cpp97 , fSourceHeight(576)
148 VideoFormatChange(fSourceWidth, fSourceHeight, fWidthScale, fHeightScale);
629 fSourceHeight = height;
710 fSourceWidth, fSourceHeight, fWidthScale, fHeightScale, local
728 float scaled_height = fSourceHeight * fHeightScale;
739 fSourceHeight, scaled_width, scaled_height, factor, render_width,
778 float scaled_height = fSourceHeight * fHeightScale;
800 fSourceWidth, fSourceHeight, scaled_width, scaled_height,
1194 VideoFormatChange(fSourceWidth, fSourceHeight, 1.0, 1.0);
1198 VideoFormatChange(fSourceWidth, fSourceHeight, 1.0666
[all...]
/haiku/src/apps/mediaplayer/
H A DMainWin.h167 int fSourceHeight; member in class:MainWin
H A DMainWin.cpp266 fSourceHeight(-1),
1500 fSourceHeight = height;
1682 int previousSourceHeight = fSourceHeight;
1686 fController->GetSize(&fSourceWidth, &fSourceHeight,
1690 fSourceHeight = 0;
1698 || previousSourceHeight != fSourceHeight
2010 videoWidth = fSourceHeight * fWidthAspect / fHeightAspect;
2015 videoHeight = fSourceHeight;
2022 videoHeight = fSourceHeight;

Completed in 43 milliseconds