Searched refs:pfn_ae_run (Results 1 – 3 of 3) sorted by relevance
96 int32_t (*pfn_ae_run)(void* ctx, const rk_aiq_customAe_stats_t* pstAeInfo, member
1279 if (algo_ctx->cbs.pfn_ae_run) in AeDemoProcessing()1280 algo_ctx->cbs.pfn_ae_run(algo_ctx->aiq_ctx, in AeDemoProcessing()1290 if (algo_ctx->cbs.pfn_ae_run) in AeDemoProcessing()1291 algo_ctx->cbs.pfn_ae_run(algo_ctx->aiq_ctx, in AeDemoProcessing()1331 if (algo_ctx->cbs.pfn_ae_run) in AeDemoGroupProcessing()1332 algo_ctx->cbs.pfn_ae_run(algo_ctx->group_ctx, in AeDemoGroupProcessing()1344 if (algo_ctx->cbs.pfn_ae_run) in AeDemoGroupProcessing()1345 algo_ctx->cbs.pfn_ae_run(algo_ctx->group_ctx, in AeDemoGroupProcessing()
2389 .pfn_ae_run = custom_ae_run,2434 .pfn_ae_run = custom_ae_run,