Searched defs:NAL_START_CODE (Results 1 – 2 of 2) sorted by relevance
28 private static final byte[] NAL_START_CODE = new byte[] {0, 0, 0, 1}; field in CodecSpecificDataUtil
97 public static final byte[] NAL_START_CODE = new byte[] {0, 0, 0, 1}; field in NalUnitUtil