Searched refs:FCC_8 (Results 1 – 14 of 14) sorted by relevance
23 #define SL_ANDROID_SPEAKER_COUNT_MAX FCC_8
35 if (channelCount > FCC_8) { in sles_channel_out_mask_from_count()
984 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()
53 #define MAX_SUPPORTED_CHANNEL_MASKS (2 * FCC_8) /* support positional and index masks to 8ch */
222 if (mNumChannels < 1 || mNumChannels > FCC_8) { in init()
549 [FCC_8] = "AUDIO_CHANNEL_OUT_7POINT1", in profile_get_channel_count_strs()
219 FCC_8 = 8, enumerator1560 case FCC_8:
302 (info->channels > 0 && info->channels <= FCC_8) && in sf_open_write()
95 kMaxChannels = FCC_8,
301 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations790 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
305 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations751 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
329 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations880 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
376 FCC_8 = 8 // This is typically due to audio mixer and resampler limitations1039 * 8 is not "FCC_8", so it won't need to be changed for > 8 channels.
1304 || audioChannelCount <= 0 || audioChannelCount > FCC_8) { in setChannelMask()