Home
last modified time | relevance | path

Searched refs:grpShared (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqAblcV32Handle.cpp244 RkAiqCore::RkAiqAlgosGroupShared_t* grpShared = nullptr; in processing() local
246 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
247 if (grpShared) in processing()
248 grpShared->res_comb.ablcV32_proc_res = mProcResShared->result.ablcV32_proc_res; in processing()
251 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
252 if (grpShared) in processing()
253 grpShared->res_comb.ablcV32_proc_res = mProcResShared->result.ablcV32_proc_res; in processing()
256 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
257 if (grpShared) in processing()
258 grpShared->res_comb.ablcV32_proc_res = mProcResShared->result.ablcV32_proc_res; in processing()
[all …]
H A DRkAiqAblcHandle.cpp258 RkAiqCore::RkAiqAlgosGroupShared_t* grpShared = nullptr; in processing() local
260 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
261 if (grpShared) in processing()
262 grpShared->res_comb.ablc_proc_res = mProcResShared->result.ablc_proc_res; in processing()
265 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
266 if (grpShared) in processing()
267 grpShared->res_comb.ablc_proc_res = mProcResShared->result.ablc_proc_res; in processing()
270 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
271 if (grpShared) in processing()
272 grpShared->res_comb.ablc_proc_res = mProcResShared->result.ablc_proc_res; in processing()
[all …]
H A DRkAiqAwbHandle.cpp970 RkAiqCore::RkAiqAlgosGroupShared_t* grpShared = nullptr; in processing() local
972 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in processing()
973 if (grpShared) { in processing()
976 grpShared->res_comb.awb_proc_res = xCamAwbProcRes; in processing()
H A DRkAiqAeHandle.cpp983 RkAiqCore::RkAiqAlgosGroupShared_t* grpShared = nullptr; in preProcess() local
986 if (!mAiqCore->getGroupSharedParams(grpMask, grpShared)) { in preProcess()
987 if (grpShared) in preProcess()
988 grpShared->res_comb.ae_pre_res = convert_to_XCamVideoBuffer(mPreResShared); in preProcess()