Home
last modified time | relevance | path

Searched refs:sequenceParameterSetExtLength (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java253 int sequenceParameterSetExtLength = IsoTypeReader.readUInt16(content); in AVCDecoderConfigurationRecord() local
254 byte[] sequenceParameterSetExtNALUnit = new byte[sequenceParameterSetExtLength]; in AVCDecoderConfigurationRecord()