Loading post_proc/Android.mk +4 −0 Original line number Original line Diff line number Diff line Loading @@ -112,6 +112,10 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)), true) LOCAL_CFLAGS += -DHW_ACC_HPX LOCAL_CFLAGS += -DHW_ACC_HPX endif endif ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true) LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED endif LOCAL_MODULE:= libhwacceffectswrapper LOCAL_MODULE:= libhwacceffectswrapper LOCAL_VENDOR_MODULE := true LOCAL_VENDOR_MODULE := true Loading post_proc/bass_boost.c +5 −1 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2013-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, 2017-2018, The Linux Foundation. All rights reserved. * Not a Contribution. * Not a Contribution. * * * Copyright (C) 2013 The Android Open Source Project * Copyright (C) 2013 The Android Open Source Project Loading Loading @@ -63,6 +63,10 @@ typedef struct acdb_audio_cal_cfg { uint32_t sampling_rate; uint32_t sampling_rate; uint32_t cal_type; uint32_t cal_type; uint32_t module_id; uint32_t module_id; #ifdef INSTANCE_ID_ENABLED uint16_t instance_id; uint16_t reserved; #endif uint32_t param_id; uint32_t param_id; } acdb_audio_cal_cfg_t; } acdb_audio_cal_cfg_t; Loading Loading
post_proc/Android.mk +4 −0 Original line number Original line Diff line number Diff line Loading @@ -112,6 +112,10 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_DTS_EAGLE)), true) LOCAL_CFLAGS += -DHW_ACC_HPX LOCAL_CFLAGS += -DHW_ACC_HPX endif endif ifeq ($(strip $(AUDIO_FEATURE_ENABLED_INSTANCE_ID)), true) LOCAL_CFLAGS += -DINSTANCE_ID_ENABLED endif LOCAL_MODULE:= libhwacceffectswrapper LOCAL_MODULE:= libhwacceffectswrapper LOCAL_VENDOR_MODULE := true LOCAL_VENDOR_MODULE := true Loading
post_proc/bass_boost.c +5 −1 Original line number Original line Diff line number Diff line /* /* * Copyright (c) 2013-2015, 2017, The Linux Foundation. All rights reserved. * Copyright (c) 2013-2015, 2017-2018, The Linux Foundation. All rights reserved. * Not a Contribution. * Not a Contribution. * * * Copyright (C) 2013 The Android Open Source Project * Copyright (C) 2013 The Android Open Source Project Loading Loading @@ -63,6 +63,10 @@ typedef struct acdb_audio_cal_cfg { uint32_t sampling_rate; uint32_t sampling_rate; uint32_t cal_type; uint32_t cal_type; uint32_t module_id; uint32_t module_id; #ifdef INSTANCE_ID_ENABLED uint16_t instance_id; uint16_t reserved; #endif uint32_t param_id; uint32_t param_id; } acdb_audio_cal_cfg_t; } acdb_audio_cal_cfg_t; Loading