OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u1_nal_unit_type
(Results
1 - 10
of
10
) sorted by null
/external/libavc/decoder/
ih264d_nal.c
69
UWORD8 u1_first_byte,
u1_nal_unit_type
;
local
73
u1_nal_unit_type
= NAL_UNIT_TYPE(u1_first_byte);
75
if(
u1_nal_unit_type
== ACCESS_UNIT_DELIMITER_RBSP)
ih264d_parse_headers.c
1063
UWORD8
u1_nal_unit_type
;
local
[
all
...]
ih264d_utils.h
53
UWORD8
u1_nal_unit_type
,
ih264d_parse_slice.c
301
if(ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL)
753
|| (ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL))
789
|| (ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL))
1032
UWORD8
u1_nal_unit_type
;
local
[
all
...]
ih264d_dpb_manager.h
144
UWORD8
u1_nal_unit_type
,
ih264d_utils.c
84
UWORD8
u1_nal_unit_type
,
125
if((
u1_nal_unit_type
== IDR_SLICE_NAL)
126
&& (ps_prev_slice->
u1_nal_unit_type
== IDR_SLICE_NAL))
131
if((
u1_nal_unit_type
== IDR_SLICE_NAL)
132
&& (ps_prev_slice->
u1_nal_unit_type
!= IDR_SLICE_NAL))
472
if(ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL)
514
ps_dec->
u1_nal_unit_type
, ps_dec->ps_cur_pic,
[
all
...]
ih264d_dpb_mgr.c
854
if(ps_dec->
u1_nal_unit_type
== IDR_SLICE_NAL)
[
all
...]
ih264d_structs.h
515
UWORD8
u1_nal_unit_type
; /** NAL unit type of the Slice NAL */
member in struct:__anon13892
768
UWORD8
u1_nal_unit_type
;
member in struct:_DecStruct
[
all
...]
ih264d_api.c
[
all
...]
ih264d_parse_pslice.c
[
all
...]
Completed in 252 milliseconds