HomeSort by relevance Sort by last modified time
    Searched refs:u2_create_max_width (Results 1 - 4 of 4) sorted by null

  /external/libmpeg2/decoder/
impeg2d_structs.h 172 UWORD16 u2_create_max_width; member in struct:dec_state_struct_t
impeg2d_dec_hdr.c 182 else if((u2_width > ps_dec->u2_create_max_width)
205 if((ps_dec->u2_horizontal_size > ps_dec->u2_create_max_width)
368 if(ps_dec->u2_create_max_width < (ps_dec->u2_horizontal_size + horizontal_value))
    [all...]
impeg2d_api_main.c 276 ((ps_dec_state->u2_create_max_width * ps_dec_state->u2_create_max_height) >> 2);
    [all...]
impeg2d_pic_proc.c 306 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 132 milliseconds