Searched defs:buf32 (Results 1 - 1 of 1) sorted by relevance

/system/media/wilhelm/src/android/
H A Dandroid_Effect.cpp192 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;

Completed in 36 milliseconds