HomeSort by relevance Sort by last modified time
    Searched refs:channelOffset (Results 1 - 7 of 7) sorted by null

  /external/aac/libDRCdec/src/
drcGainDec_process.h 108 const int delaySamples, const int channelOffset,
114 const int delaySamples, const int channelOffset,
drcGainDec_process.cpp 110 const int channelOffset,
117 /* channelOffset: start index of physical channels
119 DRC channels channelOffset + drcChannelOffset: start index of DRC channels,
123 if ((channelOffset + numChannelsProcessed) > 8) return DE_NOT_OK;
125 if ((channelOffset + drcChannelOffset + numChannelsProcessed) > 8)
128 if ((channelOffset + drcChannelOffset) < 0) return DE_NOT_OK;
132 for (c = channelOffset; c < channelOffset + numChannelsProcessed; c++) {
252 const int delaySamples, const int channelOffset,
274 err = _prepareLnbIndex(pActiveDrc, channelOffset, drcChannelOffset
    [all...]
drcDec_gainDecoder.h 232 const GAIN_DEC_LOCATION drcLocation, const int channelOffset,
239 GAIN_DEC_LOCATION drcLocation, const int channelOffset,
drcDec_gainDecoder.cpp 376 const GAIN_DEC_LOCATION drcLocation, const int channelOffset,
390 err = processDrcTime(hGainDec, a, delaySamples, channelOffset,
402 const GAIN_DEC_LOCATION drcLocation, const int channelOffset,
417 err = processDrcSubband(hGainDec, a, delaySamples, channelOffset,
FDK_drcDecLib.cpp 761 const int channelOffset, const int drcChannelOffset,
773 channelOffset, drcChannelOffset, numChannelsProcessed,
783 const int channelOffset, const int drcChannelOffset,
796 channelOffset, drcChannelOffset, numChannelsProcessed,
  /libcore/ojluni/src/main/java/sun/nio/ch/
AbstractPollSelectorImpl.java 53 protected int channelOffset = 0;
67 this.channelOffset = offset;
91 for(int i=channelOffset; i<totalChannels; i++) {
119 for (int i=channelOffset; i<totalChannels; i++) {
151 for (int i=channelOffset; i<totalChannels; i++)
  /external/aac/libDRCdec/include/
FDK_drcDecLib.h 289 const int channelOffset, const int drcChannelOffset,
296 const int channelOffset, const int drcChannelOffset,

Completed in 138 milliseconds