HomeSort by relevance Sort by last modified time
    Searched full:inputstate (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 17 int16_t* inputState,
84 "lwl %[w2], 3(%[inputState]) \n\t"
85 "lwl %[w3], 7(%[inputState]) \n\t"
89 "lwr %[w2], 0(%[inputState]) \n\t"
90 "lwr %[w3], 4(%[inputState]) \n\t"
93 "swl %[w2], 5(%[inputState]) \n\t"
94 "swl %[w3], 9(%[inputState]) \n\t"
96 "swr %[w2], 2(%[inputState]) \n\t"
97 "swr %[w3], 6(%[inputState]) \n\t"
104 "sh %[w1], 0(%[inputState]) \n\t
    [all...]
pitch_filter_c.c 23 int16_t* inputState,
47 memmove(&inputState[1], &inputState[0],
49 inputState[0] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
57 tmpW32 += inputState[j] * kDampFilter[j];
pitch_filter_armv6.S 26 @ int16_t* inputState,
99 asr r7, #12 @ Get the value for inputState[0].
100 ldr r11, [sp, #40] @ inputState
105 ldr r4, [r11] @ inputState[0, 1], before shift.
106 strh r7, [r11] @ inputState[0], after shift.
107 ldr r5, [r11, #4] @ inputState[2, 3], before shift.
110 str r4, [r11, #2] @ inputState[1, 2], after shift.
111 str r5, [r11, #6] @ inputState[3, 4], after shift.
pitch_estimator.h 44 int16_t* inputState,
  /external/zopfli/src/zopflipng/
zopflipng_lib.cc 103 void LossyOptimizeTransparent(lodepng::State* inputstate, unsigned char* image,
153 if (palette && inputstate->info_png.color.palettesize > 0) {
155 if (count.size() < inputstate->info_png.color.palettesize) {
157 unsigned char* palette_in = inputstate->info_png.color.palette;
158 for (size_t i = 0; i < inputstate->info_png.color.palettesize; i++) {
166 inputstate->info_png.color.palettesize = palette_out.size() / 4;
178 const lodepng::State& inputstate, bool bit16,
192 if (inputstate.info_png.color.colortype == LCT_PALETTE) {
194 lodepng_color_mode_copy(&state.info_raw, &inputstate.info_png.color);
279 const lodepng::State& inputstate, bool bit16
364 lodepng::State inputstate; local
    [all...]
zopflipng_bin.cc 287 lodepng::State inputstate; local
299 error = lodepng::decode(image, w, h, inputstate, resultpng);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32JoyStick.cpp 391 XINPUT_STATE inputState;
392 if (XInputGetState((DWORD)mJoyInfo.xInputDev, &inputState) != ERROR_SUCCESS)
393 memset(&inputState, 0, sizeof(inputState));
400 value = -(int)inputState.Gamepad.sThumbLY;
407 mState.mAxes[1].rel = inputState.Gamepad.sThumbLX - mState.mAxes[1].abs;
408 mState.mAxes[1].abs = inputState.Gamepad.sThumbLX;
414 value = -(int)inputState.Gamepad.sThumbRY;
421 mState.mAxes[3].rel = inputState.Gamepad.sThumbRX - mState.mAxes[3].abs;
422 mState.mAxes[3].abs = inputState.Gamepad.sThumbRX
    [all...]
  /external/clang/test/Analysis/inlining/
false-positive-suppression.cpp 24 inputState->filename = f;
30 RefCount<ParserInputState> inputState;
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputDispatcher.h 707 class InputState {
709 InputState();
710 ~InputState();
737 void copyPointerStateTo(InputState& other) const;
819 InputState inputState;
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 347 TvInputState inputState = userState.inputMap.get(info.getId());
348 if (inputState == null) {
349 inputState = new TvInputState();
351 inputState.info = info;
352 inputMap.put(info.getId(), inputState);
    [all...]
  /prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar 
  /frameworks/base/media/java/android/media/tv/
TvInputManager.java 220 public @interface InputState {}
734 public void onInputStateChanged(String inputId, @InputState int state) {
    [all...]
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/fest/
fest-swing-1.2.1-sources.jar 
fest-swing-1.2.1.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/jetty/src/java/org/eclipse/jetty/server/
Request.java 631 * @return Returns the inputState.
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/stringtemplate/3.2.1/
stringtemplate-3.2.1.jar 

Completed in 819 milliseconds