Home
last modified time | relevance | path

Searched defs:MAX_CHANNEL_COUNT (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/g711/dec/
H A DSoftG711.cpp26 #define MAX_CHANNEL_COUNT 6 /* maximum number of audio channels that can be decoded */ macro
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.h32 #define MAX_CHANNEL_COUNT 8 /* maximum number of audio channels that can be decoded */ macro
H A DC2SoftXaacDec.cpp39 #define MAX_CHANNEL_COUNT 8 /* maximum number of audio channels that can be decoded */ macro
/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp43 #define MAX_CHANNEL_COUNT 8 /* maximum number of audio channels that can be decoded */ macro
/aosp12/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp59 #define MAX_CHANNEL_COUNT 8 macro
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp46 #define MAX_CHANNEL_COUNT 8 /* maximum number of audio channels that can be decoded */ macro
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.c92 #define MAX_CHANNEL_COUNT 1 macro
94 #define MAX_CHANNEL_COUNT atoi(XSTR(MAX_TARGET_SPECIFIC_CHANNEL_CNT)) macro