OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i4_display_delay
(Results
1 - 5
of
5
) sorted by null
/external/libavc/decoder/
ih264d_utils.c
755
ps_dec->
i4_display_delay
= ps_dec->u1_max_dec_frame_buffering;
760
ps_dec->
i4_display_delay
= ps_seq->s_vui.u4_num_reorder_frames + 1;
762
ps_dec->
i4_display_delay
= ps_seq->s_vui.u4_num_reorder_frames * 2 + 2;
766
ps_dec->
i4_display_delay
= 0;
771
ps_dec->u1_pic_bufs = ps_dec->
i4_display_delay
+ ps_seq->u1_num_ref_frames + 1;
773
ps_dec->u1_pic_bufs = ps_dec->
i4_display_delay
+ ps_seq->u1_num_ref_frames * 2 + 2;
[
all
...]
ih264d_parse_pslice.c
[
all
...]
ih264d_structs.h
1224
WORD32
i4_display_delay
;
member in struct:_DecStruct
[
all
...]
ih264d_parse_bslice.c
[
all
...]
ih264d_parse_slice.c
[
all
...]
Completed in 42 milliseconds