Home
last modified time | relevance | path

Searched refs:pstAwbResult (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_awb_algo.cpp31 rk_aiq_customeAwb_results_t* pstAwbResult = (rk_aiq_customeAwb_results_t*) vpstAwbResult; in custom_awb_run() local
52 pstAwbResult->awb_gain_algo={1.9,1.0,1.0,1.6}; in custom_awb_run()
56 pstAwbResult->awbHwConfig.xyDetectionEnable = 0; in custom_awb_run()
57 pstAwbResult->awbHwConfig.uvDetectionEnable = 0; in custom_awb_run()
58 pstAwbResult->awbHwConfig.threeDyuvEnable = 0; in custom_awb_run()
59 pstAwbResult->awbHwConfig.blkWeightEnable = 0; in custom_awb_run()
60 pstAwbResult->awbHwConfig.blkMeasureMode = RK_AIQ_AWB_BLK_STAT_MODE_REALWP_V201; in custom_awb_run()
61 pstAwbResult->awbHwConfig.maxR = 230; in custom_awb_run()
62 pstAwbResult->awbHwConfig.maxG = 230; in custom_awb_run()
63 pstAwbResult->awbHwConfig.maxB = 230; in custom_awb_run()
[all …]
H A Dthird_party_awbV32_algo.cpp31 rk_aiq_customeAwb_results_t* pstAwbResult = (rk_aiq_customeAwb_results_t*) vpstAwbResult; in custom_awb_run() local
52 pstAwbResult->awb_gain_algo={1.9,1.0,1.0,1.6}; in custom_awb_run()
56 pstAwbResult->awbHwConfig.maxR = 230*16;; in custom_awb_run()
57 pstAwbResult->awbHwConfig.maxG = 230*16;; in custom_awb_run()
58 pstAwbResult->awbHwConfig.maxB = 230*16;; in custom_awb_run()
59 pstAwbResult->awbHwConfig.maxY = 230*16;; in custom_awb_run()
60 pstAwbResult->awbHwConfig.minR = 3*16; in custom_awb_run()
61 pstAwbResult->awbHwConfig.minG = 3*16; in custom_awb_run()
62 pstAwbResult->awbHwConfig.minB = 3*16; in custom_awb_run()
63 pstAwbResult->awbHwConfig.minY = 3*16; in custom_awb_run()
[all …]
H A Dthird_party_awbV32_algo.h12 void* pstAwbResult);
H A Dthird_party_awb_algo.h11 void* pstAwbResult);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/uAPI2/
H A Drk_aiq_user_api2_custom_awb.h34 void* pstAwbResult);