Home
last modified time | relevance | path

Searched defs:mdp_scale_data_v2 (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp_ext.h575 struct mdp_scale_data_v2 { struct
576 uint32_t enable;
579 int32_t init_phase_x[MAX_PLANES];
580 int32_t phase_step_x[MAX_PLANES];
581 int32_t init_phase_y[MAX_PLANES];
582 int32_t phase_step_y[MAX_PLANES];
586 uint32_t num_ext_pxls_left[MAX_PLANES];
589 uint32_t num_ext_pxls_right[MAX_PLANES];
593 uint32_t num_ext_pxls_top[MAX_PLANES];
596 uint32_t num_ext_pxls_btm[MAX_PLANES];
[all …]
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp_ext.h204 struct mdp_scale_data_v2 { struct
205 uint32_t enable;
206 int32_t init_phase_x[MAX_PLANES];
207 int32_t phase_step_x[MAX_PLANES];
209 int32_t init_phase_y[MAX_PLANES];
210 int32_t phase_step_y[MAX_PLANES];
211 uint32_t num_ext_pxls_left[MAX_PLANES];
212 uint32_t num_ext_pxls_right[MAX_PLANES];
214 uint32_t num_ext_pxls_top[MAX_PLANES];
215 uint32_t num_ext_pxls_btm[MAX_PLANES];
[all …]