Searched refs:FrameWidth (Results 1 – 5 of 5) sorted by relevance
9344 int heightEstimate(int FrameWidth) in heightEstimate() argument9346 if (FrameWidth < 720) in heightEstimate()9347 return FrameWidth*3/4; in heightEstimate()9348 else if (FrameWidth == 720) in heightEstimate()9350 else if ((FrameWidth>720) && (FrameWidth<1440)) in heightEstimate()9351 return FrameWidth*9/16; in heightEstimate()9352 else if (FrameWidth == 1440) in heightEstimate()9354 else if ((FrameWidth>1440) && (FrameWidth<1920)) in heightEstimate()9355 return FrameWidth*9/16; in heightEstimate()9356 else if (FrameWidth==1920) in heightEstimate()[all …]
9374 int heightEstimate(int FrameWidth) in heightEstimate() argument9376 if (FrameWidth < 720) in heightEstimate()9377 return FrameWidth*3/4; in heightEstimate()9378 else if (FrameWidth == 720) in heightEstimate()9380 else if ((FrameWidth>720) && (FrameWidth<1440)) in heightEstimate()9381 return FrameWidth*9/16; in heightEstimate()9382 else if (FrameWidth == 1440) in heightEstimate()9384 else if ((FrameWidth>1440) && (FrameWidth<1920)) in heightEstimate()9385 return FrameWidth*9/16; in heightEstimate()9386 else if (FrameWidth==1920) in heightEstimate()[all …]
8939 int heightEstimate(int FrameWidth) in heightEstimate() argument8941 if (FrameWidth < 720) in heightEstimate()8942 return FrameWidth*3/4; in heightEstimate()8943 else if (FrameWidth == 720) in heightEstimate()8945 else if ((FrameWidth>720) && (FrameWidth<1440)) in heightEstimate()8946 return FrameWidth*9/16; in heightEstimate()8947 else if (FrameWidth == 1440) in heightEstimate()8949 else if ((FrameWidth>1440) && (FrameWidth<1920)) in heightEstimate()8950 return FrameWidth*9/16; in heightEstimate()8951 else if (FrameWidth==1920) in heightEstimate()[all …]