Searched refs:horz_deci (Results 1 - 23 of 23) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayMdp.cpp151 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
368 max_horz_deci = utils::max(ov_current->horz_deci,
369 ov_next->horz_deci);
373 ov_current->horz_deci = max_horz_deci;
374 ov_next->horz_deci = max_horz_deci;
H A DoverlayUtils.cpp337 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayMdp.cpp141 mOVInfo.horz_deci = 0;
162 mOVInfo.horz_deci = (int)log2f(horDscale);
H A DoverlayUtils.cpp413 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_mdp_ext.h84 uint8_t horz_deci; member in struct:mdp_input_layer
H A Dmsm_mdp.h791 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_mdp_ext.h237 uint8_t horz_deci; member in struct:mdp_input_layer
H A Dmsm_mdp.h787 * @horz_deci: Horizontal decimation value, this indicates the amount of pixels
826 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.cpp344 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
H A DoverlayMdp.cpp151 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayUtils.cpp315 ov.transp_mask, ov.flags, ov.horz_deci, ov.vert_deci);
H A DoverlayMdp.cpp146 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, mOVInfo.horz_deci,
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp224 mdp_layer.horz_deci = pipe_info->horizontal_decimation;
253 DLOGV_IF(kTagDriverConfig, "plane_alpha %d, zorder %d, blending %d, horz_deci %d, "
255 mdp_layer.blend_op, mdp_layer.horz_deci, mdp_layer.vert_deci, mdp_layer.pipe_ndx,
406 DLOGI_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d, horz_deci %d, vert_deci %d",
407 mdp_buffer.width, mdp_buffer.height, mdp_buffer.format, mdp_layer.horz_deci,
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp243 mdp_layer.horz_deci = pipe_info->horizontal_decimation;
272 DLOGV_IF(kTagDriverConfig, "plane_alpha %d, zorder %d, blending %d, horz_deci %d, "
274 mdp_layer.blend_op, mdp_layer.horz_deci, mdp_layer.vert_deci, mdp_layer.pipe_ndx,
431 DLOGI_IF(kTagDriverConfig, "in_w %d, in_h %d, in_f %d, horz_deci %d, vert_deci %d",
432 mdp_buffer.width, mdp_buffer.height, mdp_buffer.format, mdp_layer.horz_deci,
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_mdp.h610 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_mdp.h620 * @horz_deci: Horizontal decimation value, this indicates the amount of pixels
659 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_mdp.h750 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmsm_mdp.h752 * @horz_deci: Horizontal decimation value, this indicates the amount of pixels
791 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h587 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h597 * @horz_deci: Horizontal decimation value, this indicates the amount of pixels
636 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h574 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h575 * @horz_deci: Horizontal decimation value, this indicates the amount of pixels
613 uint8_t horz_deci; member in struct:mdp_overlay
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3799 overlayp->horz_deci = 0;
3827 overlayp->horz_deci = (int)log2f(horDscale);
3843 printf("overlayp->horz_deci = %u \n", overlayp->horz_deci);

Completed in 265 milliseconds