/frameworks/base/services/audioflinger/ |
AudioResampler.cpp | 61 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr, 64 size_t &outputIndex, int32_t* out, size_t &inputIndex, int32_t vl, int32_t vr, 186 size_t inputIndex = mInputIndex; 193 // LOGE("starting resample %d frames, inputIndex=%d, phaseFraction=%d, phaseIncrement=%d\n", 194 // outFrameCount, inputIndex, phaseFraction, phaseIncrement); 207 if (mBuffer.frameCount > inputIndex) break; 209 inputIndex -= mBuffer.frameCount; 219 while (inputIndex == 0) { 223 Advance(&inputIndex, &phaseFraction, phaseIncrement); 232 if (inputIndex + 2 < mBuffer.frameCount) [all...] |
AudioResamplerCubic.cpp | 58 size_t inputIndex = mInputIndex; 83 // out[outputIndex++] += vr * in[inputIndex*2]; 93 inputIndex++; 94 if (inputIndex == mBuffer.frameCount) { 95 inputIndex = 0; 106 advance(&left, in[inputIndex*2]); 107 advance(&right, in[inputIndex*2+1]); 112 // LOGW("Done: index=%d, fraction=%u", inputIndex, phaseFraction); 113 mInputIndex = inputIndex; 123 size_t inputIndex = mInputIndex [all...] |
AudioResamplerSinc.cpp | 195 size_t inputIndex = mInputIndex; 214 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex); 217 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex); 218 inputIndex++; 219 if (inputIndex >= mBuffer.frameCount) { 220 inputIndex -= mBuffer.frameCount; 223 read<CHANNELS>(impulse, phaseFraction, buffer.i16, inputIndex); 232 head[0] = in[inputIndex*CHANNELS + 0]; 234 head[1] = in[inputIndex*CHANNELS + 1]; 246 inputIndex++ [all...] |
AudioResamplerSinc.h | 56 int16_t const* in, size_t 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...] |
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,
|
/packages/inputmethods/LatinIME/native/src/ |
proximity_info.h | 60 int getNormalizedSquaredDistance(const int inputIndex, const int proximityIndex) const { 61 return mNormalizedSquaredDistances[inputIndex * MAX_PROXIMITY_CHARS_SIZE + proximityIndex]; 79 float calculateNormalizedSquaredDistance(const int keyIndex, const int inputIndex) const; 81 const int keyIndex, const int inputIndex) const;
|
proximity_info.cpp | 152 const int keyIndex, const int inputIndex) const { 160 const float squaredDistance = calculateSquaredDistanceFromSweetSpotCenter(keyIndex, inputIndex); 178 const int keyIndex, const int inputIndex) const { 181 const float inputX = (float)mInputXCoordinates[inputIndex]; 182 const float inputY = (float)mInputYCoordinates[inputIndex];
|
unigram_dictionary.cpp | 372 const int inputIndex, const int skipPos, const int depth) { 373 const unsigned short userTypedChar = mProximityInfo->getPrimaryCharAt(inputIndex); 481 int inputIndex = startInputIndex; 482 outNewWord[inputIndex] = character; 487 if (Dictionary::toBaseLowerCase(inWord[++inputIndex]) != baseChar) { 492 outNewWord[inputIndex] = character; 496 *outInputIndex = inputIndex + 1; 531 int inputIndex = mStackInputIndex[depth]; 536 // into inputIndex if there is a match. 538 inputIndex, newWord, &inputIndex, &pos) [all...] |
correction.h | 154 static int calculateFinalFreq(const int inputIndex, const int depth,
|
unigram_dictionary.h | 99 const int inputIndex, const int skipPos, const int depth);
|
/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);
|
/external/webkit/Source/WebCore/webaudio/ |
AudioNode.cpp | 111 bool AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex) 119 if (destination && inputIndex >= destination->numberOfInputs()) 129 AudioNodeInput* input = destination->input(inputIndex);
|
AudioNode.h | 113 bool connect(AudioNode* destination, unsigned outputIndex = 0, unsigned inputIndex = 0);
|
/system/media/mca/filterpacks/videoproc/java/ |
BackDropperFilter.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableDictionary.java | 263 * @param inputIndex position in the input characters. This can be off from the depth in 266 * inputIndex 271 final int depth, final boolean completion, int snr, int inputIndex, int skipPos, 280 if (codeSize <= inputIndex) { 283 currentChars = mCodes[inputIndex]; 308 getWordsRec(children, codes, word, depth + 1, true, snr, inputIndex, 316 getWordsRec(children, codes, word, depth + 1, completion, snr, inputIndex, 331 if (codeSize == inputIndex + 1) { 349 true, snr * addedAttenuation, inputIndex + 1, 354 false, snr * addedAttenuation, inputIndex + 1 [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.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/g729_enc/src/ |
OMX_G729Encoder.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/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/aac_dec/src/ |
OMX_AacDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | [all...] |