Searched refs:videoWidth (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DUtilities.h193 \param videoWidth The width of the video frame.
199 CalculateBytesPerRowWithColorSpaceAndVideoWidth(color_space colorSpace, int videoWidth) argument
201 assert(videoWidth >= 0);
211 uint32 bytesPerRow = pixelChunk * videoWidth / pixelsPerChunk;
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2007 MainWin::_GetUnscaledVideoSize(int& videoWidth, int& videoHeight) const argument
2010 videoWidth = fSourceHeight * fWidthAspect / fHeightAspect;
2013 if (videoWidth > fSourceWidth) {
2018 videoWidth = fSourceWidth;
2021 videoWidth = fSourceWidth;
2044 int videoWidth; local
2046 _GetUnscaledVideoSize(videoWidth, videoHeight);
2051 int widthPercent = viewWidth * 100 / videoWidth;
2085 int videoWidth; local
2087 _GetUnscaledVideoSize(videoWidth, videoHeigh
2167 int videoWidth; local
[all...]
H A DMainWin.h87 void _GetUnscaledVideoSize(int& videoWidth,

Completed in 96 milliseconds