Home
last modified time | relevance | path

Searched refs:outChannelCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/include/media/
DBufferProviders.h230 size_t outChannelCount, size_t frameCount) : AdjustChannelsBufferProvider( in AdjustChannelsBufferProvider() argument
231 format, inChannelCount, outChannelCount, in AdjustChannelsBufferProvider()
235 size_t outChannelCount, size_t frameCount, audio_format_t contractedFormat,
/frameworks/av/media/libeffects/preprocessing/
DPreProcessing.cpp111 uint32_t outChannelCount; // output channel count member
858 session->outChannelCount = kPreProcDefaultCnl; in Session_CreateEffect()
980 session->outChannelCount = outCnl; in Session_SetConfig()
1019 session->outResampler = speex_resampler_init(session->outChannelCount, in Session_SetConfig()
1058 config->outputCfg.channels = audio_channel_in_mask_from_count(session->outChannelCount); in Session_GetConfig()
1084 {static_cast<int>(session->apmSamplingRate), session->outChannelCount}, in Session_SetReverseConfig()
1242 fr * session->outChannelCount * sizeof(int16_t)); in PreProcessingFx_Process()
1244 session->outBuf + fr * session->outChannelCount, in PreProcessingFx_Process()
1245 (session->framesOut - fr) * session->outChannelCount * sizeof(int16_t)); in PreProcessingFx_Process()
1343 session->outBufSize * session->outChannelCount * sizeof(int16_t)); in PreProcessingFx_Process()
[all …]
/frameworks/av/media/libaudioprocessing/
DBufferProviders.cpp632 audio_format_t format, size_t inChannelCount, size_t outChannelCount, in AdjustChannelsBufferProvider() argument
636 audio_bytes_per_frame(std::max(inChannelCount, outChannelCount), format), in AdjustChannelsBufferProvider()
640 mOutChannelCount(outChannelCount), in AdjustChannelsBufferProvider()
643 mContractedChannelCount(inChannelCount - outChannelCount), in AdjustChannelsBufferProvider()
649 inChannelCount, outChannelCount, frameCount, contractedFormat, contractedBuffer); in AdjustChannelsBufferProvider()
/frameworks/av/services/audioflinger/
DEffects.cpp639 const uint32_t outChannelCount = in process() local
729 && mOutChannelCountRequested != outChannelCount) { in process()
732 mOutConversionBuffer->audioBuffer()->f32, outChannelCount, in process()
758 outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
767 mOutChannelCountRequested != outChannelCount in process()
773 outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
775 if (mOutChannelCountRequested != outChannelCount) { in process()
776 adjust_selected_channels(mOutConversionBuffer->audioBuffer()->f32, outChannelCount, in process()
779 sizeof(float) * outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
1335 const uint32_t outChannelCount = in setOutBuffer() local
[all …]