HomeSort by relevance Sort by last modified time
    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 1074 UWORD8 u1_nal_unit_type; local
    [all...]
ih264d_parse_slice.c 304 if(ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL)
757 || (ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL))
793 || (ps_cur_slice->u1_nal_unit_type == IDR_SLICE_NAL))
999 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:__anon22118
768 UWORD8 u1_nal_unit_type; member in struct:_DecStruct
    [all...]

Completed in 92 milliseconds