Searched refs:u2_create_max_width (Results 1 - 4 of 4) sorted by relevance

/external/libmpeg2/decoder/
H A Dimpeg2d_structs.h171 UWORD16 u2_create_max_width; member in struct:dec_state_struct_t
H A Dimpeg2d_dec_hdr.c165 if((u2_width > ps_dec->u2_create_max_width)
183 if((ps_dec->u2_horizontal_size > ps_dec->u2_create_max_width)
1030 ps_dec_thd->u2_create_max_width = ps_dec->u2_create_max_width;
H A Dimpeg2d_api_main.c244 ((ps_dec_state->u2_create_max_width * ps_dec_state->u2_create_max_height) >> 2);
767 u4_stride = ps_dec_state->u2_create_max_width;
1259 disp_wd = ps_codec->u2_create_max_width;
1728 ps_dec_state->u2_create_max_width = u4_max_frm_width;
H A Dimpeg2d_pic_proc.c303 if (ps_dec->u2_frame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_create_max_width)

Completed in 33 milliseconds