Home
last modified time | relevance | path

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

/external/libmpeg2/decoder/
Dimpeg2d_dec_hdr.c166 if((u2_width > ps_dec->u2_create_max_width) in impeg2d_dec_seq_hdr()
184 if((ps_dec->u2_horizontal_size > ps_dec->u2_create_max_width) in impeg2d_dec_seq_hdr()
1039 ps_dec_thd->u2_create_max_width = ps_dec->u2_create_max_width; in impeg2d_init_thread_dec_ctxt()
Dimpeg2d_structs.h171 UWORD16 u2_create_max_width; member
Dimpeg2d_api_main.c244 … ((ps_dec_state->u2_create_max_width * ps_dec_state->u2_create_max_height) >> 2); in impeg2d_api_set_display_frame()
767 u4_stride = ps_dec_state->u2_create_max_width; in impeg2d_api_get_buf_info()
1259 disp_wd = ps_codec->u2_create_max_width; in impeg2d_get_frame_dimensions()
1728 ps_dec_state->u2_create_max_width = u4_max_frm_width; in impeg2d_api_init()
Dimpeg2d_pic_proc.c304 …rame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_create_max_width) in impeg2d_init_video_state()