Home
last modified time | relevance | path

Searched refs:outChannelCount (Results 1 – 5 of 5) 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/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.cpp631 audio_format_t format, size_t inChannelCount, size_t outChannelCount, in AdjustChannelsBufferProvider() argument
635 audio_bytes_per_frame(std::max(inChannelCount, outChannelCount), format), in AdjustChannelsBufferProvider()
639 mOutChannelCount(outChannelCount), in AdjustChannelsBufferProvider()
642 mContractedChannelCount(inChannelCount - outChannelCount), in AdjustChannelsBufferProvider()
648 inChannelCount, outChannelCount, frameCount, contractedFormat, contractedBuffer); in AdjustChannelsBufferProvider()
/frameworks/av/services/audioflinger/
DEffects.cpp363 const uint32_t outChannelCount = in process() local
453 && mOutChannelCountRequested != outChannelCount) { in process()
456 mOutConversionBuffer->audioBuffer()->f32, outChannelCount, in process()
482 outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
491 mOutChannelCountRequested != outChannelCount in process()
497 outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
499 if (mOutChannelCountRequested != outChannelCount) { in process()
500 adjust_selected_channels(mOutConversionBuffer->audioBuffer()->f32, outChannelCount, in process()
503 sizeof(float) * outChannelCount * mConfig.outputCfg.buffer.frameCount); in process()
1154 const uint32_t outChannelCount = in setOutBuffer() local
[all …]