OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:u2_create_max_width
(Results
1 - 4
of
4
) sorted by null
/external/libmpeg2/decoder/
impeg2d_structs.h
147
UWORD16
u2_create_max_width
;
member in struct:dec_state_struct_t
impeg2d_dec_hdr.c
164
if((u2_width > ps_dec->
u2_create_max_width
)
182
if((ps_dec->u2_horizontal_size > ps_dec->
u2_create_max_width
)
[
all
...]
impeg2d_api_main.c
231
((ps_dec_state->
u2_create_max_width
* ps_dec_state->u2_create_max_height) >> 2);
721
u4_stride = ps_dec_state->
u2_create_max_width
;
[
all
...]
impeg2d_pic_proc.c
299
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 852 milliseconds