HomeSort by relevance Sort by last modified time
    Searched defs:inputIndex (Results 1 - 25 of 32) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/js/
JSAudioNodeCustom.cpp 42 unsigned inputIndex = 0;
52 inputIndex = exec->argument(2).toInt32(exec);
55 bool success = audioNode->connect(destinationNode, outputIndex, inputIndex);
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 58 size_t inputIndex = mInputIndex;
83 // out[outputIndex++] += vr * in[inputIndex*2];
93 inputIndex++;
94 if (inputIndex == mBuffer.frameCount) {
95 inputIndex = 0;
107 advance(&left, in[inputIndex*2]);
108 advance(&right, in[inputIndex*2+1]);
113 // ALOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction);
114 mInputIndex = inputIndex;
124 size_t inputIndex = mInputIndex
    [all...]
AudioResamplerSinc.cpp     [all...]
  /external/skia/src/utils/
SkSHA1.cpp 37 unsigned int inputIndex;
42 inputIndex = bufferAvailable;
44 inputIndex = 0;
47 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
48 transform(this->state, &input[inputIndex]);
53 inputIndex = 0;
56 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
SkMD5.cpp 39 unsigned int inputIndex;
44 inputIndex = bufferAvailable;
46 inputIndex = 0;
49 for (; inputIndex + 63 < inputLength; inputIndex += 64) {
50 transform(this->state, &input[inputIndex]);
55 inputIndex = 0;
58 memcpy(&this->buffer[bufferIndex], &input[inputIndex], inputLength - inputIndex);
  /external/icu4c/layout/
ThaiShaping.cpp 145 le_uint8 ThaiShaping::doTransition (StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
152 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
157 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
162 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
167 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
172 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
177 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
189 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
194 glyphStorage.setCharIndex(outputIndex, inputIndex, success);
200 glyphStorage.setCharIndex(outputIndex, inputIndex, success)
    [all...]
  /external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/
DirectiveList.java 320 int inputIndex;
333 inputIndex = m_scanStart;
334 while (inputIndex < m_curPos)
336 if ('\\' == (valueChar = m_directives.charAt(inputIndex)))
337 inputIndex++;
338 valueBuf.setCharAt(valueIndex, m_directives.charAt(inputIndex));
340 inputIndex++;
  /external/smack/src/com/novell/sasl/client/
DirectiveList.java 320 int inputIndex;
333 inputIndex = m_scanStart;
334 while (inputIndex < m_curPos)
336 if ('\\' == (valueChar = m_directives.charAt(inputIndex)))
337 inputIndex++;
338 valueBuf.setCharAt(valueIndex, m_directives.charAt(inputIndex));
340 inputIndex++;
  /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...]
  /external/icu4c/i18n/
uspoof.cpp 665 int32_t inputIndex = 0;
667 while (inputIndex < normalizedLen) {
669 U16_NEXT(nfdInput, inputIndex, normalizedLen, c);
  /packages/inputmethods/LatinIME/native/jni/src/
correction.h 105 static int calculateFinalProbability(const int inputIndex, const int depth,
367 const int inputIndex = mTerminalInputIndex;
371 inputIndex, outputIndex, probability, mEditDistanceTable, this, inputSize);

Completed in 2802 milliseconds

1 2