Home
last modified time | relevance | path

Searched refs:fPrefWH (Results 1 – 4 of 4) sorted by relevance

/trunk/main/avmedia/source/xine/
H A Dwindow.cxx242 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in implLayoutVideoWindow() local
244 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in implLayoutVideoWindow()
245 nVideoW = (int)( nVideoH * fPrefWH ); in implLayoutVideoWindow()
247 nVideoH = (int)( nVideoW / fPrefWH ); in implLayoutVideoWindow()
/trunk/main/avmedia/source/java/
H A DPlayerWindow.java198 double fPrefWH = (double) aPrefDim.width / aPrefDim.height; in LayoutComponents() local
200 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in LayoutComponents()
201 nVideoW = (int)( nVideoH * fPrefWH ); in LayoutComponents()
203 nVideoH = (int)( nVideoW / fPrefWH ); in LayoutComponents()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx217 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in implLayoutVideoWindow() local
219 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in implLayoutVideoWindow()
221 nVideoW = (int) ( nVideoH * fPrefWH ); in implLayoutVideoWindow()
225 nVideoH = (int) ( nVideoW / fPrefWH ); in implLayoutVideoWindow()
/trunk/main/avmedia/source/win/
H A Dwindow.cxx286 double fPrefWH = (double) aPrefSize.Width / aPrefSize.Height; in ImplLayoutVideoWindow() local
288 if( fPrefWH < ( (double) nVideoW / nVideoH ) ) in ImplLayoutVideoWindow()
289 nVideoW = (int)( nVideoH * fPrefWH ); in ImplLayoutVideoWindow()
291 nVideoH = (int)( nVideoW / fPrefWH ); in ImplLayoutVideoWindow()

Completed in 23 milliseconds