Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java233 int pictureParameterSetLength = IsoTypeReader.readUInt16(content); in AVCDecoderConfigurationRecord() local
234 byte[] pictureParameterSetNALUnit = new byte[pictureParameterSetLength]; in AVCDecoderConfigurationRecord()