Searched refs:contextProcessor (Results 1 – 1 of 1) sorted by relevance
74 uint32_t contextProcessor,89 uint32_t contextProcessor,239 uint32_t contextProcessor, in ASRC_GetAvailableContextSlot() argument246 if (ASRC_IS_SLOT0_ENABLED(contextProcessor)) in ASRC_GetAvailableContextSlot()248 contextIndex = ASRC_GET_SLOT0_CONTEXT_INDEX(contextProcessor); in ASRC_GetAvailableContextSlot()251 *slot0UsedChannel = ASRC_GET_SLOT0_CHANNEL_NUMBER(contextProcessor); in ASRC_GetAvailableContextSlot()255 if (ASRC_IS_SLOT1_ENABLED(contextProcessor)) in ASRC_GetAvailableContextSlot()257 contextIndex = ASRC_GET_SLOT1_CONTEXT_INDEX(contextProcessor); in ASRC_GetAvailableContextSlot()260 *slot1UsedChannel = ASRC_GET_SLOT1_CHANNEL_NUMBER(contextProcessor); in ASRC_GetAvailableContextSlot()266 uint32_t contextProcessor, in ASRC_EnableContextSlot() argument[all …]