Home
last modified time | relevance | path

Searched refs:FrameWidth (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c9344 int heightEstimate(int FrameWidth) in heightEstimate() argument
9346 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 …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c9344 int heightEstimate(int FrameWidth) in heightEstimate() argument
9346 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 …]
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c9374 int heightEstimate(int FrameWidth) in heightEstimate() argument
9376 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 …]
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c9374 int heightEstimate(int FrameWidth) in heightEstimate() argument
9376 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 …]
/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c8939 int heightEstimate(int FrameWidth) in heightEstimate() argument
8941 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 …]