Home
last modified time | relevance | path

Searched refs:FCC_8 (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/wilhelm/src/android/
H A Dchannels.h23 #define SL_ANDROID_SPEAKER_COUNT_MAX FCC_8
H A Dchannels.cpp35 if (channelCount > FCC_8) { in sles_channel_out_mask_from_count()
H A DAudioPlayer_to_android.cpp984 if (numChans == 0 || numChans > FCC_8) { in android_audioPlayer_validateChannelMask()
985 SL_LOGE("Number of channels %u must be between one and %u inclusive", numChans, FCC_8); in android_audioPlayer_validateChannelMask()
/aosp12/hardware/qcom/audio/hal/
H A Daudio_hw.h53 #define MAX_SUPPORTED_CHANNEL_MASKS (2 * FCC_8) /* support positional and index masks to 8ch */
/aosp12/frameworks/av/media/extractors/wav/
H A DWAVExtractor.cpp222 if (mNumChannels < 1 || mNumChannels > FCC_8) { in init()
/aosp12/system/media/alsa_utils/
H A Dalsa_device_profile.c549 [FCC_8] = "AUDIO_CHANNEL_OUT_7POINT1", in profile_get_channel_count_strs()
/aosp12/system/media/audio/include/system/
H A Daudio.h219 FCC_8 = 8, enumerator
1560 case FCC_8:
/aosp12/system/media/audio_utils/
H A Dtinysndfile.c302 (info->channels > 0 && info->channels <= FCC_8) && in sf_open_write()
/aosp12/frameworks/av/media/extractors/flac/
H A DFLACExtractor.cpp95 kMaxChannels = FCC_8,
/aosp12/hardware/interfaces/audio/common/2.0/
H A Dtypes.hal301 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
790 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
/aosp12/hardware/interfaces/audio/common/4.0/
H A Dtypes.hal305 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
751 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
/aosp12/hardware/interfaces/audio/common/5.0/
H A Dtypes.hal329 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
880 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
/aosp12/hardware/interfaces/audio/common/6.0/
H A Dtypes.hal376 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations
1039 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
/aosp12/frameworks/av/media/extractors/ogg/
H A DOggExtractor.cpp1304 || audioChannelCount <= 0 || audioChannelCount > FCC_8) { in setChannelMask()