OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i1_nal_unit_type
(Results
1 - 5
of
5
) sorted by null
/external/libavc/encoder/
ih264e_encode_header.c
442
WORD8
i1_nal_unit_type
= 7;
local
449
return_status |= ih264e_generate_nal_unit_header(ps_bitstrm,
i1_nal_unit_type
, i1_nal_ref_idc);
732
return_status |= ih264e_generate_nal_unit_header(ps_bitstrm, ps_slice_hdr->
i1_nal_unit_type
, ps_slice_hdr->i1_nal_unit_idc);
758
if (ps_slice_hdr->
i1_nal_unit_type
== 5)
852
if (ps_slice_hdr->
i1_nal_unit_type
== 5)
[
all
...]
/external/libhevc/decoder/
ihevcd_parse_slice_header.c
234
WORD8
i1_nal_unit_type
= ps_nal->
i1_nal_unit_type
;
local
241
idr_pic_flag = (NAL_IDR_W_LP ==
i1_nal_unit_type
) ||
242
(NAL_IDR_N_LP ==
i1_nal_unit_type
);
246
if((NAL_BLA_W_LP <=
i1_nal_unit_type
) &&
247
(NAL_RSV_RAP_VCL23 >=
i1_nal_unit_type
))
335
ps_slice_hdr->
i1_nal_unit_type
=
i1_nal_unit_type
;
340
if((NAL_BLA_W_LP <=
i1_nal_unit_type
) &&
341
(NAL_RSV_RAP_VCL23 >=
i1_nal_unit_type
))
[
all
...]
ihevcd_parse_headers.c
2028
WORD8
i1_nal_unit_type
= ps_nal->
i1_nal_unit_type
;
local
[
all
...]
/external/libavc/common/
ih264_structs.h
550
WORD8
i1_nal_unit_type
;
member in struct:__anon13817
1264
WORD8
i1_nal_unit_type
;
member in struct:__anon13824
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1852
WORD8
i1_nal_unit_type
;
member in struct:__anon15072
3010
WORD8
i1_nal_unit_type
;
member in struct:__anon15081
[
all
...]
Completed in 203 milliseconds