Loading drivers/media/platform/msm/vidc/msm_vidc_dcvs.c +4 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,10 @@ static inline int msm_dcvs_get_mbs_per_frame(struct msm_vidc_inst *inst) int height, width; if (!inst->in_reconfig) { height = inst->prop.height[CAPTURE_PORT]; width = inst->prop.width[CAPTURE_PORT]; height = max(inst->prop.height[CAPTURE_PORT], inst->prop.height[OUTPUT_PORT]); width = max(inst->prop.width[CAPTURE_PORT], inst->prop.width[OUTPUT_PORT]); } else { height = inst->reconfig_height; width = inst->reconfig_width; Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_dcvs.c +4 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,10 @@ static inline int msm_dcvs_get_mbs_per_frame(struct msm_vidc_inst *inst) int height, width; if (!inst->in_reconfig) { height = inst->prop.height[CAPTURE_PORT]; width = inst->prop.width[CAPTURE_PORT]; height = max(inst->prop.height[CAPTURE_PORT], inst->prop.height[OUTPUT_PORT]); width = max(inst->prop.width[CAPTURE_PORT], inst->prop.width[OUTPUT_PORT]); } else { height = inst->reconfig_height; width = inst->reconfig_width; Loading