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

1 2 3

  /frameworks/av/services/audioflinger/
AudioResamplerCubic.cpp 58 size_t inputIndex = mInputIndex;
84 // out[outputIndex++] += vr * in[inputIndex*2];
94 inputIndex++;
95 if (inputIndex == mBuffer.frameCount) {
96 inputIndex = 0;
109 advance(&left, in[inputIndex*2]);
110 advance(&right, in[inputIndex*2+1]);
115 // ALOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction);
116 mInputIndex = inputIndex;
126 size_t inputIndex = mInputIndex
    [all...]
AudioResampler.cpp 63 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
66 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr,
358 size_t inputIndex = mInputIndex;
365 // ALOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d",
366 // outFrameCount, inputIndex, phaseFraction, phaseIncrement);
380 if (mBuffer.frameCount > inputIndex) break;
382 inputIndex -= mBuffer.frameCount;
392 while (inputIndex == 0) {
396 Advance(&inputIndex, &phaseFraction, phaseIncrement);
406 if (inputIndex + 2 < mBuffer.frameCount)
    [all...]
AudioResamplerDyn.cpp 127 const TI* const in, const size_t inputIndex)
131 head[i] = in[inputIndex*CHANNELS + i];
139 const TI* const in, const size_t inputIndex)
148 readAgain<CHANNELS>(impulse, halfNumCoefs, in, inputIndex);
496 size_t inputIndex = 0;
523 // check inputIndex overflow
524 ALOG_ASSERT(inputIndex <= mBuffer.frameCount, "inputIndex%d > frameCount%d",
525 inputIndex, mBuffer.frameCount);
539 reinterpret_cast<TI*>(mBuffer.raw), inputIndex);
    [all...]
AudioResamplerDyn.h 93 const TI* const in, const size_t inputIndex);
97 const TI* const in, const size_t inputIndex);
AudioResamplerSinc.h 65 const int16_t* in, size_t inputIndex);
  /external/icu/icu4c/source/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...]
ThaiShaping.h 82 static le_uint8 doTransition(StateTransition transition, LEUnicode currChar, le_int32 inputIndex, le_uint8 glyphSet,
85 static le_uint8 getNextState(LEUnicode ch, le_uint8 state, le_int32 inputIndex, le_uint8 glyphSet, LEUnicode errorChar,
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioBasicInspectorNode.h 43 virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&) OVERRIDE FINAL;
AudioBasicInspectorNode.cpp 54 void AudioBasicInspectorNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState)
60 AudioNode::connect(destination, outputIndex, inputIndex, exceptionState);
  /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++;
  /external/chromium_org/chrome/browser/resources/cryptotoken/
b64.js 13 var inputIndex = 0;
16 accu |= bytes[inputIndex++];
41 var inputIndex = 0;
44 accu |= bytes[inputIndex++];
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/internal/
dic_node_state_input.h 49 void updateInputIndexG(const int pointerId, const int inputIndex,
51 mInputIndex[pointerId] = inputIndex;
74 // when "inputIndex" exceeds "inputSize", auto-completion needs to be done
dic_node_state_output.h 101 void setSecondWordFirstInputIndex(const int inputIndex) {
102 mSecondWordFirstInputIndex = inputIndex;
  /external/chromium_org/third_party/skia/src/utils/
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);
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/
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);
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);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 79 bool isLookAheadCorrectionInputIndex(const int inputIndex) const {
80 return inputIndex == mInputIndex - 1;
135 AKLOGI("Restore %d nodes. inputIndex = %d.",
  /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();
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.cpp 170 const int inputIndex, const int codePoint) const {
173 const int index = inputIndex * mProximityInfo->getKeyCount() + keyId;
184 const int inputIndex, const int keyId) const {
186 &mSampledNormalizedSquaredLengthCache, mProximityInfo->getKeyCount(), inputIndex,
proximity_info_state_utils.h 84 const int inputIndex, const int keyId);
128 const int maxPointToKeyLength, const int inputIndex, const int nodeCodePoint, int x,
154 const int inputIndex);
157 const std::vector<int> *const sampledInputYs, const int keyIndex, const int inputIndex);
proximity_info_state.h 146 float getPointToKeyByIdLength(const int inputIndex, const int keyId) const;
148 float getPointToKeyLength(const int inputIndex, const int codePoint) const;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.h 184 const int inputIndex = dicNode->getInputIndex(0);
186 ASSERT(inputIndex < inputSize);
188 return ScoringParams::TERMINAL_INSERTION_COST * (inputSize - inputIndex);
  /external/chromium_org/third_party/angle/src/libGLESv2/
DynamicHLSL.cpp 347 unsigned int inputIndex = 0;
351 ASSERT(inputIndex < MAX_VERTEX_ATTRIBS);
353 const VertexFormat &vertexFormat = inputLayout[inputIndex];
391 inputIndex += VariableRowCount(TransposeMatrixType(shaderAttribute.type));
    [all...]

Completed in 355 milliseconds

1 2 3