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

  /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 284 size_t inputIndex = mInputIndex;
303 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
306 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
307 inputIndex++;
308 if (inputIndex >= mBuffer.frameCount) {
309 inputIndex -= mBuffer.frameCount;
312 read<CHANNELS>(impulse, phaseFraction, mBuffer.i16, inputIndex);
321 head[0] = in[inputIndex*CHANNELS + 0];
323 head[1] = in[inputIndex*CHANNELS + 1];
335 inputIndex++
    [all...]
  /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...]
  /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 664 int32_t inputIndex = 0;
666 while (inputIndex < normalizedLen) {
668 U16_NEXT(nfdInput, inputIndex, normalizedLen, c);
  /packages/inputmethods/LatinIME/native/jni/src/
correction.cpp 182 const int inputIndex = mTerminalInputIndex;
186 inputIndex, outputIndex, probability, mEditDistanceTable, this, inputSize);
564 // If inputIndex is greater than mInputSize, that means there is no
650 int Correction::RankingAlgorithm::calculateFinalProbability(const int inputIndex,
669 bool sameLength = lastCharExceeded ? (inputSize == inputIndex + 2)
670 : (inputSize == inputIndex + 1);
    [all...]
unigram_dictionary.cpp 381 const int inputIndex = correction->getInputIndex();
382 const bool addToSubQueue = inputIndex < SUB_QUEUE_MAX_COUNT;
434 if (inputIndex >= SUB_QUEUE_MIN_WORD_LENGTH && addToSubQueue) {
436 subQueue = queuePool->getSubQueue(currentWordIndex, inputIndex);
441 probability, &wordPointer, &wordLength, inputIndex);
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 

Completed in 924 milliseconds