Lines Matching defs:context

35 #define ASRC_GET_SLOT0_CONTEXT_INDEX(context)                                            \  argument
38 #define ASRC_GET_SLOT0_CHANNEL_NUMBER(context) \ argument
41 #define ASRC_GET_SLOT1_CONTEXT_INDEX(context) \ argument
44 #define ASRC_GET_SLOT1_CHANNEL_NUMBER(context) \ argument
48 #define ASRC_IS_SLOT0_ENABLED(context) \ argument
50 #define ASRC_IS_SLOT1_ENABLED(context) \ argument
293 asrc_context_t context, in ASRC_SetSampleRateRatioConfig()
411 static void ASRC_SetPrefilterCoeffMemReset(ASRC_Type *base, asrc_context_t context) in ASRC_SetPrefilterCoeffMemReset()
419 asrc_context_t context, in ASRC_SetPrefilterConfig()
471 asrc_context_t context, in ASRC_SetResamplerConfig()
519 asrc_context_t context, in ASRC_SetSlotConfig()
630 static status_t ASRC_SetContextProcessorConfig(ASRC_Type *base, asrc_context_t context, asrc_contex… in ASRC_SetContextProcessorConfig()
738 status_t ASRC_SetContextInputConfig(ASRC_Type *base, asrc_context_t context, asrc_context_input_con… in ASRC_SetContextInputConfig()
771 status_t ASRC_SetContextOutputConfig(ASRC_Type *base, asrc_context_t context, asrc_context_output_c… in ASRC_SetContextOutputConfig()
887 status_t ASRC_SetContextConfig(ASRC_Type *base, asrc_context_t context, asrc_context_config_t *conf… in ASRC_SetContextConfig()
965 …ASRC_Type *base, asrc_context_t context, uint32_t *outAddr, uint32_t outWidth, uint32_t sampleCoun… in ASRC_ReadFIFORemainedSample()
1009 status_t ASRC_TransferBlocking(ASRC_Type *base, asrc_context_t context, asrc_transfer_t *xfer) in ASRC_TransferBlocking()