Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java53 return avcDecoderConfigurationRecord.avcProfileIndication; in getAvcProfileIndication()
80 public void setAvcProfileIndication(int avcProfileIndication) { in setAvcProfileIndication() argument
81 this.avcDecoderConfigurationRecord.avcProfileIndication = avcProfileIndication; in setAvcProfileIndication()
189 public int avcProfileIndication; field in AvcConfigurationBox.AVCDecoderConfigurationRecord
216 avcProfileIndication = IsoTypeReader.readUInt8(content); in AVCDecoderConfigurationRecord()
241 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication in AVCDecoderConfigurationRecord()
267 IsoTypeWriter.writeUInt8(byteBuffer, avcProfileIndication); in getContent()
284 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication in getContent()
312 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication in getContentSize()