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

/haiku/src/apps/mediaplayer/
H A DMainWin.cpp437 int maxVideoHeight = int(newHeight) + 1 local
441 ASSERT(maxVideoHeight >= 0);
456 if (maxVideoHeight == 0) {
460 _ResizeVideoView(0, y, maxVideoWidth, maxVideoHeight);
463 y += maxVideoHeight;

Completed in 93 milliseconds