Searched refs:pAgicRes (Results 1 – 3 of 3) sorted by relevance
243 void AgicGetProcResultV20(AgicContext_t* pAgicCtx, AgicProcResult_t* pAgicRes) { in AgicGetProcResultV20() argument246 pAgicRes->gic_en = pAgicCtx->ConfigData.ConfigV20.gic_en == 0 ? false : true; in AgicGetProcResultV20()247 pAgicRes->ProcResV20.edge_open = pAgicCtx->ConfigData.ConfigV20.edge_open; in AgicGetProcResultV20()248 pAgicRes->ProcResV20.regmingradthrdark2 = in AgicGetProcResultV20()250 pAgicRes->ProcResV20.regmingradthrdark1 = in AgicGetProcResultV20()252 pAgicRes->ProcResV20.regminbusythre = pAgicCtx->ConfigData.ConfigV20.regminbusythre; in AgicGetProcResultV20()253 pAgicRes->ProcResV20.regdarkthre = pAgicCtx->ConfigData.ConfigV20.regdarkthre; in AgicGetProcResultV20()254 pAgicRes->ProcResV20.regmaxcorvboth = pAgicCtx->ConfigData.ConfigV20.regmaxcorvboth; in AgicGetProcResultV20()255 pAgicRes->ProcResV20.regdarktthrehi = pAgicCtx->ConfigData.ConfigV20.regdarktthrehi; in AgicGetProcResultV20()256 pAgicRes->ProcResV20.regkgrad2dark = in AgicGetProcResultV20()[all …]
219 void AgicGetProcResultV21(AgicContext_t* pAgicCtx, AgicProcResult_t* pAgicRes) { in AgicGetProcResultV21() argument222 pAgicRes->gic_en = pAgicCtx->ConfigData.ConfigV21.gic_en == 0 ? false : true; in AgicGetProcResultV21()223 pAgicRes->ProcResV21.regmingradthrdark2 = in AgicGetProcResultV21()225 pAgicRes->ProcResV21.regmingradthrdark1 = in AgicGetProcResultV21()227 pAgicRes->ProcResV21.regminbusythre = pAgicCtx->ConfigData.ConfigV21.regminbusythre; in AgicGetProcResultV21()228 pAgicRes->ProcResV21.regdarkthre = pAgicCtx->ConfigData.ConfigV21.regdarkthre; in AgicGetProcResultV21()229 pAgicRes->ProcResV21.regmaxcorvboth = pAgicCtx->ConfigData.ConfigV21.regmaxcorvboth; in AgicGetProcResultV21()230 pAgicRes->ProcResV21.regdarktthrehi = pAgicCtx->ConfigData.ConfigV21.regdarktthrehi; in AgicGetProcResultV21()231 pAgicRes->ProcResV21.regkgrad2dark = in AgicGetProcResultV21()233 pAgicRes->ProcResV21.regkgrad1dark = in AgicGetProcResultV21()[all …]
76 XCamReturn AgicGetProcResult(AgicContext_t* pAgicCtx, AgicProcResult_t* pAgicRes);