OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_dscale
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp
283
float
h_dscale
= ceilf((float)crop_h / (float)dst_h);
local
296
h_dscale
> downscale)
298
} else if(w_dscale > 64 ||
h_dscale
> 64) {
302
if(w_dscale > downscale ||
h_dscale
> downscale)
[
all
...]
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_mdpcomp.cpp
286
float
h_dscale
= ceilf((float)crop_h / (float)dst_h);
local
298
if(w_dscale > 4.0f ||
h_dscale
> 4.0f)
301
if(w_dscale > 8.0f ||
h_dscale
> 8.0f)
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.cpp
291
float
h_dscale
= ceilf((float)crop_h / (float)dst_h);
local
303
if(w_dscale > 4.0f ||
h_dscale
> 4.0f)
306
if(w_dscale > 8.0f ||
h_dscale
> 8.0f)
[
all
...]
Completed in 29 milliseconds