Lines Matching full:height

173 	org_h = pix_mp->height;  in mdp_try_fmt_mplane()
175 mdp_bound_align_image(&pix_mp->width, &pix_mp->height, &s, fmt->salign); in mdp_try_fmt_mplane()
176 if (org_w != pix_mp->width || org_h != pix_mp->height) in mdp_try_fmt_mplane()
178 org_w, org_h, pix_mp->width, pix_mp->height); in mdp_try_fmt_mplane()
196 di = (u64)bpl * pix_mp->height * fmt->depth[i]; in mdp_try_fmt_mplane()
240 s->target, s->r.left, s->r.top, s->r.width, s->r.height); in mdp_try_crop()
245 bottom = s->r.top + s->r.height; in mdp_try_crop()
247 frameh = frame->format.fmt.pix_mp.height; in mdp_try_crop()
276 r->height = bottom - top; in mdp_try_crop()
279 r->left, r->top, r->width, r->height); in mdp_try_crop()
290 crop_h = crop->height; in mdp_check_scaling_ratio()
292 comp_w = compose->height; in mdp_check_scaling_ratio()
296 comp_h = compose->height; in mdp_check_scaling_ratio()
318 mdp->mdp_data->pp_criteria->height; in mdp_check_pp_enable()
319 r1 = frame->crop.c.width * frame->crop.c.height; in mdp_check_pp_enable()
320 r2 = frame->compose.width * frame->compose.height; in mdp_check_pp_enable()
364 u32 stride, u32 height, unsigned int plane) in mdp_fmt_get_plane_size() argument
372 return bytesperline * height; in mdp_fmt_get_plane_size()
374 height = height >> MDP_COLOR_GET_V_SUBSAMPLE(c); in mdp_fmt_get_plane_size()
377 return bytesperline * height; in mdp_fmt_get_plane_size()
397 pix_mp->height, i); in mdp_prepare_buffer()
407 pix_mp->height, i); in mdp_prepare_buffer()
417 in->buffer.format.height = frame->format.fmt.pix_mp.height; in mdp_set_src_config()
444 c->height = crop->c.height in mdp_set_src_crop()
475 out->buffer.format.height = frame->compose.height; in mdp_set_dst_config()
509 frame->crop.c.height = param->output.format.fmt.pix_mp.height; in mdp_frameparam_init()
511 frame->compose.height = frame->format.fmt.pix_mp.height; in mdp_frameparam_init()