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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp138 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
139 effect_param_t *p = (effect_param_t *)buf32;
167 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
168 effect_param_t *p = (effect_param_t *)buf32;
197 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
198 effect_param_t *p = (effect_param_t *)buf32;
367 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
368 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;
614 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
615 effect_param_t *p = (effect_param_t *)buf32;
634 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
635 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/av/services/audioflinger/
H A DEffects.cpp653 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
654 effect_param_t *p = (effect_param_t *)buf32;
670 &buf32,

Completed in 702 milliseconds