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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp142 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
143 effect_param_t *p = (effect_param_t *)buf32;
171 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
172 effect_param_t *p = (effect_param_t *)buf32;
201 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
202 effect_param_t *p = (effect_param_t *)buf32;
371 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
372 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp203 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
204 effect_param_t *p = (effect_param_t *)buf32;
229 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
230 effect_param_t *p = (effect_param_t *)buf32;
578 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
579 effect_param_t *p = (effect_param_t *)buf32;
598 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
599 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/av/services/audioflinger/
H A DEffects.cpp400 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
401 effect_param_t *p = (effect_param_t *)buf32;
418 &buf32,

Completed in 227 milliseconds