Searched refs:channelData (Results 1 – 6 of 6) sorted by relevance
466 pDrcBs->channelData.drcInterpolationScheme = FDKreadBits(bs, 4); /* drc_interpolation_scheme */ in aacDecoder_drcParse()471 pDrcBs->channelData.bandTop[i] = FDKreadBits(bs, 8); /* drc_band_top[i] */ in aacDecoder_drcParse()476 pDrcBs->channelData.bandTop[0] = 255; in aacDecoder_drcParse()479 pDrcBs->channelData.numBands = numBands; in aacDecoder_drcParse()492 pDrcBs->channelData.drcValue[i] = FDKreadBits(bs, 1) << 7; /* dyn_rng_sgn[i] */ in aacDecoder_drcParse()493 pDrcBs->channelData.drcValue[i] |= FDKreadBits(bs, 7) & 0x7F; /* dyn_rng_ctl[i] */ in aacDecoder_drcParse()498 pDrcBs->channelData.drcDataType = MPEG_DRC_EXT_DATA; in aacDecoder_drcParse()581 pDrcBs->channelData.numBands = 1; /* One band ... */ in aacDecoder_drcReadCompression()582 pDrcBs->channelData.drcValue[0] = compressionValue; /* ... with one value ... */ in aacDecoder_drcReadCompression()583 pDrcBs->channelData.bandTop[0] = (1024 >> 2) - 1; /* ... comprising the whole spectrum. */ in aacDecoder_drcReadCompression()[all …]
129 CDrcChannelData channelData; member
59 WEBKIT_API float* channelData(unsigned channelIndex);
69 audio_data.push_back(destination_bus->channelData(i)); in DecodeAudioFileData()
107 float* WebAudioBus::channelData(unsigned channelIndex) in channelData() function in WebKit::WebAudioBus
4412 (WebKit::WebAudioBus::channelData):