Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
DAvcConfigurationBox.java136 public boolean hasExts() { in hasExts() method in AvcConfigurationBox
137 return avcDecoderConfigurationRecord.hasExts; in hasExts()
140 public void setHasExts(boolean hasExts) { in setHasExts() argument
141 this.avcDecoderConfigurationRecord.hasExts = hasExts; in setHasExts()
196 public boolean hasExts = true; field in AvcConfigurationBox.AVCDecoderConfigurationRecord
239 hasExts = false; in AVCDecoderConfigurationRecord()
241 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication… in AVCDecoderConfigurationRecord()
284 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication… in getContent()
312 …if (hasExts && (avcProfileIndication == 100 || avcProfileIndication == 110 || avcProfileIndication… in getContentSize()