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

/frameworks/av/media/libmedia/
H A DVisualizer.cpp137 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
138 effect_param_t *p = (effect_param_t *)buf32;
166 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
167 effect_param_t *p = (effect_param_t *)buf32;
299 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
300 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 DAudioFlinger.cpp8469 uint32_t buf32[sizeof(effect_param_t) / sizeof(uint32_t) + 2]; local
8470 effect_param_t *p = (effect_param_t *)buf32;
8487 &buf32,

Completed in 128 milliseconds