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

  /frameworks/base/media/libmedia/
Visualizer.cpp 141 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
142 effect_param_t *p = (effect_param_t *)buf32;
274 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
275 effect_param_t *p = (effect_param_t *)buf32;
  /system/media/wilhelm/src/android/
android_Effect.cpp 192 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
193 effect_param_t *p = (effect_param_t *)buf32;
218 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
219 effect_param_t *p = (effect_param_t *)buf32;
546 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
547 effect_param_t *p = (effect_param_t *)buf32;
566 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
567 effect_param_t *p = (effect_param_t *)buf32;
  /libcore/luni/src/main/native/
cbigint.cpp 827 uint32_t buf32; local
863 buf32 = HIGH_U32_FROM_PTR (pArg1);
866 + static_cast<uint64_t>(HIGH_U32_FROM_VAR (arg2)) * static_cast<uint64_t>(buf32);

Completed in 55 milliseconds