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

  /frameworks/base/services/audioflinger/
AudioResamplerSinc.cpp 189 template<int CHANNELS>
214 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex);
217 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex);
223 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex);
231 int16_t* head = impulse + halfNumCoefs*CHANNELS;
232 head[0] = in[inputIndex*CHANNELS + 0];
233 if (CHANNELS == 2)
234 head[1] = in[inputIndex*CHANNELS + 1];
239 filterCoefficient<CHANNELS>(l, r, phaseFraction, impulse);
249 read<CHANNELS>(impulse, phaseFraction, in, inputIndex)
    [all...]
AudioResamplerSinc.h 41 template<int CHANNELS>
45 template<int CHANNELS>
49 template<int CHANNELS>
54 template<int CHANNELS>
  /external/collada/include/1.4/dom/
domFx_surface_format_hint_common.h 34 * how many channels there are and the letter respresents the name of the
35 * channel. There are typically 0 to 4 channels.
40 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::CHANNELS; }
161 * but applying a higher precision by linking the channels together may still
284 * how many channels there are and the letter respresents the name of the
285 * channel. There are typically 0 to 4 channels. @see domChannels
297 * but applying a higher precision by linking the channels together may still
310 * Gets the channels element.
311 * @return a daeSmartRef to the channels element.
domTypes.h 238 FX_OPAQUE_ENUM_RGB_ZERO, /**< When a transparent opaque attribute is set to RGB_ZERO, it means the transparency information will be taken from the red, green, and blue channels of the color, texture, or parameter supplying the value. Each channel is modulated independently. The value of 0.0 is opaque in this mode. */
265 * how many channels there are and the letter respresents the name of the
266 * channel. There are typically 0 to 4 channels.
282 * but applying a higher precision by linking the channels together may still
727 CHANNELS = 9,
    [all...]
  /external/chromium/chrome/common/extensions/docs/server/
chromeextensionsdocs.py 36 Channel.CHANNELS = [Channel.DEV, Channel.BETA, Channel.STABLE]
121 for c in Channel.CHANNELS:

Completed in 237 milliseconds