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

12 3

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.cpp 169 void AudioNode::connect(AudioNode* destination, unsigned outputIndex, unsigned inputIndex, ExceptionState& exceptionState)
189 if (destination && inputIndex >= destination->numberOfInputs()) {
192 "input index (" + String::number(inputIndex) + ") exceeds number of inputs (" + String::number(destination->numberOfInputs()) + ").");
203 AudioNodeInput* input = destination->input(inputIndex);
AudioNode.h 128 virtual void connect(AudioNode*, unsigned outputIndex, unsigned inputIndex, ExceptionState&);
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 159 const std::vector<int> *const sampledInputYs, const int keyIndex, const int inputIndex) {
162 const float inputX = static_cast<float>((*sampledInputXs)[inputIndex]);
163 const float inputY = static_cast<float>((*sampledInputYs)[inputIndex]);
170 const std::vector<int> *const sampledInputYs, const int keyIndex, const int inputIndex) {
177 if (NOT_A_COORDINATE == (*sampledInputXs)[inputIndex]) {
181 sampledInputXs, sampledInputYs, keyIndex, inputIndex);
402 const int maxPointToKeyLength, const int inputIndex, const int nodeCodePoint, int x, int y,
467 sampledInputIndice->push_back(inputIndex);
470 x, y, time, inputIndex, popped);
605 const int inputIndex, const int keyId)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java     [all...]
  /external/icu/icu4c/source/i18n/
uspoof.cpp 684 int32_t inputIndex = 0;
687 for (inputIndex=0; inputIndex < normalizedLen; ) {
688 UChar32 c = nfdId.char32At(inputIndex);
689 inputIndex += U16_LENGTH(c);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node.h 272 const int inputIndex = mDicNodeState.mDicNodeStateOutput.getSecondWordFirstInputIndex();
273 if (inputIndex == NOT_AN_INDEX) {
276 return pInfoState->getInputIndexOfSampledPoint(inputIndex);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java     [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...]
  /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...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp     [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_enc/src/
OMX_WbAmrEncoder.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof.cpp 662 int32_t inputIndex = 0;
664 while (inputIndex < normalizedLen) {
666 U16_NEXT(nfkdInput, inputIndex, normalizedLen, c);

Completed in 2718 milliseconds

12 3