Searched defs:srcChannelMask (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audioflinger/
H A DThreads.cpp7044 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
7064 (void)updateParameters(srcChannelMask, srcFormat, srcSampleRate,
7121 audio_channel_mask_t srcChannelMask, audio_format_t srcFormat,
7128 && mSrcChannelMask == srcChannelMask
7138 srcChannelMask, dstChannelMask, srcFormat, dstFormat, srcSampleRate, dstSampleRate);
7140 audio_is_input_channel(srcChannelMask)
7151 mSrcChannelMask = srcChannelMask;
7158 mSrcChannelCount = audio_channel_count_from_in_mask(srcChannelMask);
7043 RecordBufferConverter( audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, uint32_t srcSampleRate, audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, uint32_t dstSampleRate) argument
7120 updateParameters( audio_channel_mask_t srcChannelMask, audio_format_t srcFormat, uint32_t srcSampleRate, audio_channel_mask_t dstChannelMask, audio_format_t dstFormat, uint32_t dstSampleRate) argument

Completed in 43 milliseconds