Home
last modified time | relevance | path

Searched refs:downmix_type_t (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/media/audio/include/system/audio_effects/
H A Deffect_downmix.h46 } downmix_type_t; typedef
/aosp12/frameworks/av/media/libeffects/downmix/
H A DEffectDownmix.cpp40 downmix_type_t type;
735 if (size != sizeof(downmix_type_t)) { in Downmix_setParameter()
737 size, sizeof(downmix_type_t)); in Downmix_setParameter()
746 pDownmixer->type = (downmix_type_t) value16; in Downmix_setParameter()
/aosp12/hardware/interfaces/audio/effect/all-versions/default/
H A DDownmixEffect.cpp183 return mEffect->setParam(DOWNMIX_PARAM_TYPE, static_cast<downmix_type_t>(preset)); in setType()
187 downmix_type_t halPreset = DOWNMIX_TYPE_INVALID; in getType()
/aosp12/frameworks/av/media/libaudioprocessing/
H A DBufferProviders.cpp251 sizeof(effect_param_t) + psizePadded + sizeof(downmix_type_t); in DownmixerBufferProvider()
256 const downmix_type_t downmixType = DOWNMIX_TYPE_FOLD; in DownmixerBufferProvider()
257 param->vsize = sizeof(downmix_type_t); in DownmixerBufferProvider()