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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp140 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
141 effect_param_t *p = (effect_param_t *)buf32;
169 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
170 effect_param_t *p = (effect_param_t *)buf32;
199 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
200 effect_param_t *p = (effect_param_t *)buf32;
369 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
370 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/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;
566 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
567 effect_param_t *p = (effect_param_t *)buf32;
586 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
587 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/av/services/audioflinger/
H A DEffects.cpp378 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
379 effect_param_t *p = (effect_param_t *)buf32;
396 &buf32,

Completed in 86 milliseconds