Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java225 int sequenceParameterSetLength = IsoTypeReader.readUInt16(content); in AVCDecoderConfigurationRecord() local
227 byte[] sequenceParameterSetNALUnit = new byte[sequenceParameterSetLength]; in AVCDecoderConfigurationRecord()