HomeSort by relevance Sort by last modified time
    Searched refs:inputState (Results 1 - 12 of 12) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_c.c 23 WebRtc_Word16* inputState,
47 memmove(&inputState[1], &inputState[0],
49 inputState[0] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
57 tmpW32 += WEBRTC_SPL_MUL_16_16(inputState[j], kDampFilter[j]);
pitch_estimator.h 44 WebRtc_Word16* inputState,
pitch_filter_armv6.S 27 @ WebRtc_Word16* inputState,
102 asr r7, #12 @ Get the value for inputState[0].
103 ldr r11, [sp, #40] @ inputState
108 ldr r4, [r11] @ inputState[0, 1], before shift.
109 strh r7, [r11] @ inputState[0], after shift.
110 ldr r5, [r11, #4] @ inputState[2, 3], before shift.
113 str r4, [r11, #2] @ inputState[1, 2], after shift.
114 str r5, [r11, #6] @ inputState[3, 4], after shift.
pitch_filter.c 54 WebRtc_Word16* inputState,
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 24 inputState->filename = f;
30 RefCount<ParserInputState> inputState;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
UniscribeHelper.cpp 489 SCRIPT_STATE inputState;
490 inputState.uBidiLevel = m_isRtl;
491 inputState.fOverrideDirection = m_directionalOverride;
492 inputState.fInhibitSymSwap = false;
493 inputState.fCharShape = false; // Not implemented in Uniscribe
494 inputState.fDigitSubstitute = false; // Do we want this for Arabic?
495 inputState.fInhibitLigate = m_inhibitLigate;
496 inputState.fDisplayZWG = false; // Don't draw control characters.
497 inputState.fArabicNumContext = m_isRtl; // Do we want this for Arabic?
498 inputState.fGcpClusters = false
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
InputDispatcher.h 695 class InputState {
697 InputState();
698 ~InputState();
725 void copyPointerStateTo(InputState& other) const;
807 InputState inputState;
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 292 milliseconds