HomeSort by relevance Sort by last modified time
    Searched defs:outputIndex (Results 1 - 19 of 19) sorted by null

  /frameworks/base/services/audioflinger/
AudioResamplerCubic.cpp 61 size_t outputIndex = 0;
75 while (outputIndex < outputSampleCount) {
81 out[outputIndex++] += vl * interp(&left, x);
82 out[outputIndex++] += vr * interp(&right, x);
83 // out[outputIndex++] += vr * in[inputIndex*2];
126 size_t outputIndex = 0;
140 while (outputIndex < outputSampleCount) {
147 out[outputIndex++] += vl * sample;
148 out[outputIndex++] += vr * sample;
AudioResampler.cpp 57 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
60 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
179 size_t outputIndex = 0;
186 while (outputIndex < outputSampleCount) {
211 out[outputIndex++] += vl * Interp(mX0L, in[0], phaseFraction);
212 out[outputIndex++] += vr * Interp(mX0R, in[1], phaseFraction);
214 if (outputIndex == outputSampleCount)
228 AsmStereo16Loop(in, maxOutPt, maxInIdx, outputIndex, out, inputIndex, vl, vr,
233 while (outputIndex < outputSampleCount && inputIndex < mBuffer.frameCount) {
234 out[outputIndex++] += vl * Interp(in[inputIndex*2-2]
    [all...]
AudioResamplerSinc.cpp 198 size_t outputIndex = 0;
203 while (outputIndex < outputSampleCount) {
238 while (outputIndex < outputSampleCount) {
240 out[outputIndex++] += 2 * mulRL(1, l, vRL);
241 out[outputIndex++] += 2 * mulRL(0, r, vRL);
  /external/icu4c/layout/
ThaiShaping.cpp 146 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
153 outputBuffer[outputIndex++] = currChar;
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
158 outputBuffer[outputIndex++] = currChar;
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
163 outputBuffer[outputIndex++] = leftAboveVowel(currChar, glyphSet);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
168 outputBuffer[outputIndex++] = lowerRightTone(currChar, glyphSet);
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c     [all...]

Completed in 420 milliseconds