Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java61 return avcDecoderConfigurationRecord.avcLevelIndication; in getAvcLevelIndication()
88 public void setAvcLevelIndication(int avcLevelIndication) { in setAvcLevelIndication() argument
89 this.avcDecoderConfigurationRecord.avcLevelIndication = avcLevelIndication; in setAvcLevelIndication()
191 public int avcLevelIndication; field in AvcConfigurationBox.AVCDecoderConfigurationRecord
218 avcLevelIndication = IsoTypeReader.readUInt8(content); in AVCDecoderConfigurationRecord()
269 IsoTypeWriter.writeUInt8(byteBuffer, avcLevelIndication); in getContent()