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

1 2

  /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/chromium_org/third_party/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);
  /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);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
BidiResolverTest.cpp 212 int inputIndex = reversed ? run->stop() - i - 1 : run->start() + i;
213 if (!isNonRenderedCodePoint(input[inputIndex]))
214 actualOrder.push_back(inputIndex);
216 actualLevels[inputIndex] = run->level();
  /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...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 182 const int inputIndex = dicNode->getInputIndex(0);
184 ASSERT(inputIndex < inputSize);
186 return ScoringParams::TERMINAL_INSERTION_COST * (inputSize - inputIndex);
  /external/icu4c/i18n/
uspoof.cpp 651 int32_t inputIndex = 0;
654 for (inputIndex=0; inputIndex < normalizedLen; ) {
655 UChar32 c = nfdId.char32At(inputIndex);
656 inputIndex += U16_LENGTH(c);
  /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 6457 milliseconds

1 2