OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horDscale
(Results
1 - 5
of
5
) sorted by null
/hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp
261
const int& dst_w, const int& dst_h, float&
horDscale
,
263
horDscale
= ceilf((float)src_w / (float)dst_w);
267
horDscale
= powf(2.0f, ceilf(log2f(
horDscale
)));
272
horDscale
/= 4.0f;
overlayMdp.cpp
143
float
horDscale
= 0.0f;
147
mOVInfo.dst_rect.w, mOVInfo.dst_rect.h,
horDscale
, verDscale);
149
if(
horDscale
< minHorDeci)
150
horDscale
= minHorDeci;
152
if((int)
horDscale
)
153
mOVInfo.horz_deci = (int)log2f(
horDscale
);
overlayUtils.h
408
const int& dst_w, const int& dst_h, float&
horDscale
,
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
Completed in 35 milliseconds