Searched refs:FCC_8 (Results 1 - 5 of 5) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dchannels.h35 #define FCC_8 8 macro
H A DAudioPlayer_to_android.cpp880 if (numChans == 0 || numChans > FCC_8) {
/frameworks/av/services/audioflinger/
H A DFastCapture.cpp108 ALOG_ASSERT(channelCount >= 1 && channelCount <= FCC_8);
H A DAudioFlinger.h85 // The macro FCC_8 highlights places where there are 8-channel assumptions.
87 #define FCC_8 8 // FCC_8 = Fixed Channel Count 8 macro
H A DThreads.cpp6786 audio_channel_count_from_in_mask(mask) > FCC_8) {
6859 mInput->stream->common.get_channels(&mInput->stream->common)) <= FCC_8) {
6913 if (mChannelCount > FCC_8) {
6914 ALOGE("HAL channel count %d > %d", mChannelCount, FCC_8);

Completed in 623 milliseconds