Loading drivers/media/platform/msm/sde/rotator/sde_rotator_util.c +0 −7 Original line number Diff line number Diff line Loading @@ -355,13 +355,6 @@ int sde_mdp_get_plane_sizes(struct sde_mdp_format_params *fmt, u32 w, u32 h, chroma_samp = fmt->chroma_sample; if (rotation) { if (chroma_samp == SDE_MDP_CHROMA_H2V1) chroma_samp = SDE_MDP_CHROMA_H1V2; else if (chroma_samp == SDE_MDP_CHROMA_H1V2) chroma_samp = SDE_MDP_CHROMA_H2V1; } sde_mdp_get_v_h_subsample_rate(chroma_samp, &v_subsample, &h_subsample); Loading Loading
drivers/media/platform/msm/sde/rotator/sde_rotator_util.c +0 −7 Original line number Diff line number Diff line Loading @@ -355,13 +355,6 @@ int sde_mdp_get_plane_sizes(struct sde_mdp_format_params *fmt, u32 w, u32 h, chroma_samp = fmt->chroma_sample; if (rotation) { if (chroma_samp == SDE_MDP_CHROMA_H2V1) chroma_samp = SDE_MDP_CHROMA_H1V2; else if (chroma_samp == SDE_MDP_CHROMA_H1V2) chroma_samp = SDE_MDP_CHROMA_H2V1; } sde_mdp_get_v_h_subsample_rate(chroma_samp, &v_subsample, &h_subsample); Loading