Home
last modified time | relevance | path

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

/drivers/peripheral/audio/test/audio_utils/audio_mixer/
H A Daudio_mixer.c845 static bool IsRenderChannel(AudioMixerChannelIdType chn) in IsRenderChannel() argument
847 return !!(chn); in IsRenderChannel()
850 static bool IsCaptureChannel(AudioMixerChannelIdType chn) in IsCaptureChannel() argument
852 return !(chn); in IsCaptureChannel()
858 AudioMixerChannelIdType chn; in FillChnmap() local
861 for (chn = AMIXER_CHN_FRONT_LEFT; chn < AMIXER_CHN_LAST; chn++) { in FillChnmap()
863 if (!(chns & (1 << (uint32_t)chn))) { in FillChnmap()
867 if (!((dir & PCM_RENDER) && IsRenderChannel(chn)) in FillChnmap()
[all...]

Completed in 3 milliseconds