Searched refs:bitDepthLumaMinus8 (Results 1 – 1 of 1) sorted by relevance
113 return avcDecoderConfigurationRecord.bitDepthLumaMinus8; in getBitDepthLumaMinus8()116 public void setBitDepthLumaMinus8(int bitDepthLumaMinus8) { in setBitDepthLumaMinus8() argument117 this.avcDecoderConfigurationRecord.bitDepthLumaMinus8 = bitDepthLumaMinus8; in setBitDepthLumaMinus8()198 public int bitDepthLumaMinus8 = 0; field in AvcConfigurationBox.AVCDecoderConfigurationRecord248 bitDepthLumaMinus8 = brb.readBits(3); in AVCDecoderConfigurationRecord()260 bitDepthLumaMinus8 = -1; in AVCDecoderConfigurationRecord()290 bwb.writeBits(bitDepthLumaMinus8, 3); in getContent()