Home
last modified time | relevance | path

Searched refs:u2_frame_height (Results 1 – 6 of 6) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_mv_dec.c231 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_1mv_mb()
271 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_2mv_fw_or_bk_mb()
347 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_frm_dual_prime()
400 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_fld_dual_prime()
406 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_fld_dual_prime()
454 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_4mv_mb()
496 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_2mv_interp_mb()
Dimpeg2d_mc.c536 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_skip_p_mb()
570 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_skip_p_mb()
681 … ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width); in impeg2d_dec_skip_b_mb()
788 …v, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_pi… in impeg2d_dec_0mv_coded_mb()
Dimpeg2d_pic_proc.c302 ps_dec->u2_frame_height = ALIGN16(ps_dec->u2_vertical_size); in impeg2d_init_video_state()
306 …if (ps_dec->u2_frame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_… in impeg2d_init_video_state()
Dimpeg2d_structs.h168 UWORD16 u2_frame_height; /* Height of the frame */ member
Dimpeg2d_api_main.c836 u4_height = ALIGN32(ps_dec_state->u2_frame_height) + 9; in impeg2d_api_get_buf_info()
1152 ps_ctl_dec_op->s_ivd_ctl_getstatus_op_t.u4_pic_ht = ps_dec_state->u2_frame_height; in impeg2d_api_get_status()
1196 u4_height = ((ps_dec_state->u2_frame_height + 15) >> 4) << 4; in impeg2d_api_get_status()
1278 buffer_ht = ps_codec->u2_frame_height; in impeg2d_get_frame_dimensions()
1856 ps_dec_state->u2_frame_height = u4_max_frm_height; in impeg2d_api_init()
Dimpeg2d_dec_hdr.c1147 ps_dec_thd->u2_frame_height = ps_dec->u2_frame_height; in impeg2d_init_thread_dec_ctxt()