HomeSort by relevance Sort by last modified time
    Searched refs:NAL_UNIT_TYPE (Results 1 - 3 of 3) sorted by null

  /external/libavc/decoder/
ih264d_nal.c 73 u1_nal_unit_type = NAL_UNIT_TYPE(u1_first_byte);
ih264d_defs.h 102 #define NAL_UNIT_TYPE(nal_first_byte) (nal_first_byte & 0x1F)
ih264d_parse_headers.c     [all...]

Completed in 545 milliseconds