Home
last modified time | relevance | path

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

/aosp_15_r20/external/libmpeg2/decoder/
H A Dimpeg2d_dec_hdr.c182 else if((u2_width > ps_dec->u2_create_max_width) in impeg2d_dec_seq_hdr()
205 if((ps_dec->u2_horizontal_size > ps_dec->u2_create_max_width) in impeg2d_dec_seq_hdr()
368 if(ps_dec->u2_create_max_width < (ps_dec->u2_horizontal_size + horizontal_value)) in impeg2d_dec_seq_ext()
1197 ps_dec_thd->u2_create_max_width = ps_dec->u2_create_max_width; in impeg2d_init_thread_dec_ctxt()
H A Dimpeg2d_structs.h172 UWORD16 u2_create_max_width; member
H A Dimpeg2d_api_main.c276 … ((ps_dec_state->u2_create_max_width * ps_dec_state->u2_create_max_height) >> 2); in impeg2d_api_set_display_frame()
887 u4_stride = ps_dec_state->u2_create_max_width; in impeg2d_api_get_buf_info()
1346 disp_wd = ps_codec->u2_create_max_width; in impeg2d_get_frame_dimensions()
1958 ps_dec_state->u2_create_max_width = u4_max_frm_width; in impeg2d_api_init()
H A Dimpeg2d_pic_proc.c306 …rame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_create_max_width) in impeg2d_init_video_state()