Home
last modified time | relevance | path

Searched refs:pfn_awb_run (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/
H A Drk_aiq_user_api2_custom_awb.cpp197 if (algo_ctx->cbs.pfn_awb_run) in AwbDemoProcessing()
198 algo_ctx->cbs.pfn_awb_run(algo_ctx->aiq_ctx, in AwbDemoProcessing()
203 if (algo_ctx->cbs.pfn_awb_run) in AwbDemoProcessing()
204 algo_ctx->cbs.pfn_awb_run(algo_ctx->aiq_ctx, in AwbDemoProcessing()
328 if (algo_ctx->cbs.pfn_awb_run) in AwbDemoGroupProcessing()
329 algo_ctx->cbs.pfn_awb_run(algo_ctx->aiq_ctx, in AwbDemoGroupProcessing()
337 if (algo_ctx->cbs.pfn_awb_run) in AwbDemoGroupProcessing()
338 algo_ctx->cbs.pfn_awb_run(algo_ctx->aiq_ctx, in AwbDemoGroupProcessing()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_custom_awb.h33 int32_t (*pfn_awb_run)(void* ctx, const void* pstAwbInfo, member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/
H A Drkisp_demo.cpp2399 .pfn_awb_run = custom_awb_run,
2444 .pfn_awb_run = custom_awb_run,