HomeSort by relevance Sort by last modified time
    Searched refs:EFFECT_FLAG_TYPE_AUXILIARY (Results 1 - 8 of 8) sorted by null

  /frameworks/av/services/audioflinger/
Effects.cpp 229 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
273 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
290 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
339 if ((mDescriptor.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
837 case EFFECT_FLAG_TYPE_AUXILIARY: s.append("auxiliary"); break;
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp     [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h 160 #define EFFECT_FLAG_TYPE_AUXILIARY (1 << EFFECT_FLAG_TYPE_SHIFT)
    [all...]
  /hardware/qcom/audio/post_proc/
reverb.c 35 (EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_HW_ACC_TUNNEL),
59 (EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_HW_ACC_TUNNEL),
  /frameworks/av/media/libeffects/lvm/wrapper/Reverb/
EffectReverb.cpp 84 EFFECT_FLAG_TYPE_AUXILIARY,
108 EFFECT_FLAG_TYPE_AUXILIARY,
227 if ((desc->flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY){
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 361 if ((desc.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
739 if ((desc.flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 39 // flags other than EFFECT_FLAG_TYPE_AUXILIARY set for test purpose
40 EFFECT_FLAG_TYPE_AUXILIARY | EFFECT_FLAG_DEVICE_IND | EFFECT_FLAG_AUDIO_MODE_IND,
64 EFFECT_FLAG_TYPE_AUXILIARY,
135 if ((desc->flags & EFFECT_FLAG_TYPE_MASK) == EFFECT_FLAG_TYPE_AUXILIARY) {
    [all...]

Completed in 1571 milliseconds