Searched refs:chromaFormat (Results 1 – 1 of 1) sorted by relevance
105 return avcDecoderConfigurationRecord.chromaFormat; in getChromaFormat()108 public void setChromaFormat(int chromaFormat) { in setChromaFormat() argument109 this.avcDecoderConfigurationRecord.chromaFormat = chromaFormat; in setChromaFormat()197 public int chromaFormat = 1; field in AvcConfigurationBox.AVCDecoderConfigurationRecord246 chromaFormat = brb.readBits(2); in AVCDecoderConfigurationRecord()259 chromaFormat = -1; in AVCDecoderConfigurationRecord()288 bwb.writeBits(chromaFormat, 2); in getContent()