OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:s_vui
(Results
1 - 10
of
10
) sorted by null
/external/libavc/decoder/
ih264d_sei.c
95
u1_nal_hrd_present = ps_seq->
s_vui
.u1_nal_hrd_params_present;
98
for(i = 0; i < ps_seq->
s_vui
.s_nal_hrd.u4_cpb_cnt; i++)
102
ps_seq->
s_vui
.s_nal_hrd.u1_initial_cpb_removal_delay);
105
ps_seq->
s_vui
.s_nal_hrd.u1_initial_cpb_removal_delay);
109
u1_vcl_hrd_present = ps_seq->
s_vui
.u1_vcl_hrd_params_present;
112
for(i = 0; i < ps_seq->
s_vui
.s_vcl_hrd.u4_cpb_cnt; i++)
116
ps_seq->
s_vui
.s_vcl_hrd.u1_initial_cpb_removal_delay);
119
ps_seq->
s_vui
.s_vcl_hrd.u1_initial_cpb_removal_delay);
159
ps_vu4 = &ps_dec->ps_cur_sps->
s_vui
;
ih264d_parse_headers.c
[
all
...]
ih264d_api.c
[
all
...]
ih264d_utils.c
770
(1 == ps_seq->
s_vui
.u1_bitstream_restriction_flag))
773
ps_dec->i4_display_delay = ps_seq->
s_vui
.u4_num_reorder_frames + 1;
775
ps_dec->i4_display_delay = ps_seq->
s_vui
.u4_num_reorder_frames * 2 + 2;
[
all
...]
ih264d_structs.h
351
vui_t
s_vui
;
member in struct:__anon15337
[
all
...]
/external/libavc/encoder/
ih264e_structs.h
567
vui_t
s_vui
;
member in struct:__anon15491
[
all
...]
ih264e_process.c
185
&ps_codec->s_cfg.
s_vui
);
376
&ps_codec->s_cfg.
s_vui
);
[
all
...]
ih264e_encode_header.c
[
all
...]
ih264e_api.c
[
all
...]
/external/libhevc/common/
ihevc_structs.h
934
vui_t
s_vui
;
member in struct:__anon16509
[
all
...]
Completed in 2563 milliseconds