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

/haiku/src/apps/mediaplayer/
H A DMainWin.h88 int& videoHeight) const;
H A DMainWin.cpp2007 MainWin::_GetUnscaledVideoSize(int& videoWidth, int& videoHeight) const
2011 videoHeight = fSourceWidth * fHeightAspect / fWidthAspect;
2015 videoHeight = fSourceHeight;
2022 videoHeight = fSourceHeight;
2045 int videoHeight; local
2046 _GetUnscaledVideoSize(videoWidth, videoHeight);
2052 int heightPercent = viewHeight * 100 / videoHeight;
2086 int videoHeight; local
2087 _GetUnscaledVideoSize(videoWidth, videoHeight);
2090 videoHeight
2168 int videoHeight; local
[all...]

Completed in 181 milliseconds