Searched refs:avcProfileIndication (Results 1 – 1 of 1) sorted by relevance
53 return avcDecoderConfigurationRecord.avcProfileIndication; in getAvcProfileIndication()80 public void setAvcProfileIndication(int avcProfileIndication) { in setAvcProfileIndication() argument81 this.avcDecoderConfigurationRecord.avcProfileIndication = avcProfileIndication; in setAvcProfileIndication()189 public int avcProfileIndication; field in AvcConfigurationBox.AVCDecoderConfigurationRecord216 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()