OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u1_nal_unit_type
(Results
1 - 4
of
4
) 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_parse_slice.c
301
if(ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL)
751
|| (ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL))
787
|| (ps_cur_slice->
u1_nal_unit_type
== IDR_SLICE_NAL))
1030
UWORD8
u1_nal_unit_type
;
local
[
all
...]
ih264d_structs.h
515
UWORD8
u1_nal_unit_type
; /** NAL unit type of the Slice NAL */
member in struct:__anon15342
768
UWORD8
u1_nal_unit_type
;
member in struct:_DecStruct
[
all
...]
Completed in 35 milliseconds