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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp145 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
146 effect_param_t *p = (effect_param_t *)buf32;
174 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
175 effect_param_t *p = (effect_param_t *)buf32;
204 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
205 effect_param_t *p = (effect_param_t *)buf32;
374 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
375 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/wilhelm/src/android/
H A Dandroid_Effect.cpp196 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
197 effect_param_t *p = (effect_param_t *)buf32;
222 uint32_t buf32[(EQUALIZER_PARAM_SIZE_MAX - 1) / sizeof(uint32_t) + 1]; local
223 effect_param_t *p = (effect_param_t *)buf32;
570 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
571 effect_param_t *p = (effect_param_t *)buf32;
590 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
591 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/av/services/audioflinger/
H A DEffects.cpp392 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
393 effect_param_t *p = (effect_param_t *)buf32;
410 &buf32,

Completed in 191 milliseconds