OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:horDscale
(Results
1 - 8
of
8
) sorted by null
/hardware/qcom/display/msm8226/liboverlay/
overlayUtils.cpp
286
float
horDscale
= ceilf((float)src_w / (float)dst_w);
290
horDscale
= powf(2.0f, ceilf(log2f(
horDscale
)));
295
horDscale
/= 4.0f;
298
if((int)
horDscale
)
299
horzDeci = (uint8_t)log2f(
horDscale
);
/hardware/qcom/display/msm8909/liboverlay/
overlayUtils.cpp
256
float
horDscale
= ceilf((float)src_w / (float)dst_w);
261
horDscale
= powf(2.0f, ceilf(log2f(
horDscale
)));
266
horDscale
/= (float)mdpHw.getMaxMDPDownscale();
269
if((int)
horDscale
)
270
horzDeci = (uint8_t)log2f(
horDscale
);
/hardware/qcom/display/msm8994/liboverlay/
overlayUtils.cpp
277
float
horDscale
= ceilf((float)src_w / (float)dst_w);
282
horDscale
= powf(2.0f, ceilf(log2f(
horDscale
)));
287
horDscale
/= (float)mdpHw.getMaxMDPDownscale();
290
if((int)
horDscale
)
291
horzDeci = (uint8_t)log2f(
horDscale
);
/hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp
152
float
horDscale
= 0.0f;
156
mOVInfo.dst_rect.w, mOVInfo.dst_rect.h,
horDscale
, verDscale);
158
if(
horDscale
< minHorDeci)
159
horDscale
= minHorDeci;
161
if((int)
horDscale
)
162
mOVInfo.horz_deci = (int)log2f(
horDscale
);
overlayUtils.cpp
288
const int& dst_w, const int& dst_h, float&
horDscale
,
290
horDscale
= ceilf((float)src_w / (float)dst_w);
294
horDscale
= powf(2.0f, ceilf(log2f(
horDscale
)));
299
horDscale
/= 4.0f;
overlayUtils.h
416
const int& dst_w, const int& dst_h, float&
horDscale
,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
[
all
...]
/hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp
[
all
...]
Completed in 377 milliseconds