Searched refs: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.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;
612 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
613 effect_param_t *p = (effect_param_t *)buf32;
632 uint32_t buf32[(paramSizeMax - 1) / sizeof(uint32_t) + 1]; local
633 effect_param_t *p = (effect_param_t *)buf32;
/frameworks/av/services/audioflinger/
H A DEffects.cpp434 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
435 effect_param_t *p = (effect_param_t *)buf32;
451 &buf32,

Completed in 352 milliseconds