Home
last modified time | relevance | path

Searched refs:pstAwbInfo (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/awb_algo_demo/
H A Dthird_party_awbV32_algo.cpp30 const rk_aiq_customAwb_stats_t* pstAwbInfo = (rk_aiq_customAwb_stats_t*) vpstAwbInfo; in custom_awb_run() local
50 if (pstAwbInfo == nullptr){ in custom_awb_run()
65 }else if( pstAwbInfo != nullptr){ in custom_awb_run()
69 R+=pstAwbInfo->blockResult[i].Rvalue; in custom_awb_run()
70 G+=pstAwbInfo->blockResult[i].Gvalue; in custom_awb_run()
71 B+=pstAwbInfo->blockResult[i].Bvalue; in custom_awb_run()
H A Dthird_party_awb_algo.cpp30 const rk_aiq_customAwb_stats_t* pstAwbInfo = (rk_aiq_customAwb_stats_t*) vpstAwbInfo; in custom_awb_run() local
50 if (pstAwbInfo == nullptr){ in custom_awb_run()
70 }else if( pstAwbInfo != nullptr){ in custom_awb_run()
74 R+=pstAwbInfo->blockResult[i].Rvalue; in custom_awb_run()
75 G+=pstAwbInfo->blockResult[i].Gvalue; in custom_awb_run()
76 B+=pstAwbInfo->blockResult[i].Bvalue; in custom_awb_run()
H A Dthird_party_awbV32_algo.h11 int32_t custom_awb_run(void* ctx, const void* pstAwbInfo,
H A Dthird_party_awb_algo.h10 int32_t custom_awb_run(void* ctx, const void* pstAwbInfo,
/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,