Home
last modified time | relevance | path

Searched refs:contextResampler (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/easrc/
Dfsl_asrc.c644 if (config->contextResampler.filterCoeffAddress == NULL) in ASRC_SetContextProcessorConfig()
646 …if (ASRC_GetResamplerConfig(&config->contextResampler, config->contextResampler.tap) != kStatus_Su… in ASRC_SetContextProcessorConfig()
652 if (ASRC_SetResamplerConfig(base, context, &config->contextResampler) != kStatus_Success) in ASRC_SetContextProcessorConfig()
872 config->contextResampler.initMode = kASRC_SampleBufferFillZeroOnInit; in ASRC_GetContextDefaultConfig()
873 config->contextResampler.stopMode = kASRC_SampleBufferFillLastSampleOnStop; in ASRC_GetContextDefaultConfig()
874 config->contextResampler.tap = kASRC_ResamplerTaps_128; in ASRC_GetContextDefaultConfig()
906 … (asrc_samplerate_ratio_format_t)config->contextResampler.tap) != kStatus_Success) in ASRC_SetContextConfig()
Dfsl_asrc.h257 asrc_context_resampler_config_t contextResampler; /*!< context resampler configuration */ member