Home
last modified time | relevance | path

Searched refs:GridWeights (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_ae_module.cpp95 …uint8_t GridWeights[225] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, … in sample_hall_dciris_calib() local
104 memcpy(expSwAttr.GridWeights.uCoeff, GridWeights, sizeof(expSwAttr.GridWeights.uCoeff)); in sample_hall_dciris_calib()
445 uint8_t GridWeights[225] = { in sample_set_gridweight() local
467 memcpy(expSwAttr.GridWeights.uCoeff, GridWeights, sizeof(expSwAttr.GridWeights.uCoeff)); in sample_set_gridweight()
470 … memcpy(expSwAttr.stAdvanced.GridWeights, GridWeights, sizeof(expSwAttr.stAdvanced.GridWeights)); in sample_set_gridweight()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/
H A Daec_uapi_head.h122 uint8_t GridWeights[15 * 15]; member
140 Cam15x15UCharMatrix_t GridWeights; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ae/
H A Drk_aiq_uapi_ae_int_types_v2.h108 Cam15x15UCharMatrix_t GridWeights; member
H A Drk_aiq_types_ae_algo_int.h384 uint8_t GridWeights[15 * 15]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser/
H A DRkAiqCalibDbTypesIsp21.h541 uint8_t GridWeights[AEC_MAX_GRIDWEIGHT_NUM]; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Daec_xml2json.cpp863 aec_json.CommCtrl.AecGridWeight[i] = aec_tune_xml->CommCtrl.GridWeights[i]; in convertAecCalibV1ToCalibV2()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp11172 int no = ParseUcharArray(pchild, aec_tune.CommCtrl.GridWeights, tag.Size()); in parseEntrySensorAecTunePara()