Home
last modified time | relevance | path

Searched refs:rk_aiq_groupcam_result_t (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.h93 } rk_aiq_groupcam_result_t; typedef
129 rk_aiq_groupcam_result_wrapper_s(rk_aiq_groupcam_result_t* gc_result) in rk_aiq_groupcam_result_wrapper_s()
131 rk_aiq_groupcam_result_t* _gc_result;
133 bool sendFrame(rk_aiq_groupcam_result_t* gc_result);
212 std::map<uint32_t, rk_aiq_groupcam_result_t*> mCamGroupResMap;
268 XCamReturn reProcess(rk_aiq_groupcam_result_t* gc_res);
269 rk_aiq_groupcam_result_t* getGroupCamResult(uint32_t frameId, bool query_ready = true);
271 …void setSingleCamStatusReady(rk_aiq_singlecam_result_status_t* status, rk_aiq_groupcam_result_t* g…
272 void relayToHwi(rk_aiq_groupcam_result_t* gc_res);
275 void putGroupCamResult(rk_aiq_groupcam_result_t* gc_res);
[all …]
H A DRkAiqCamGroupManager.cpp41 rk_aiq_groupcam_result_t* camGroupRes = camGroupRes_wrapper->_gc_result; in loop()
63 RkAiqCamGroupReprocTh::sendFrame(rk_aiq_groupcam_result_t* gc_result) in sendFrame()
108 rk_aiq_groupcam_result_t*
112 rk_aiq_groupcam_result_t* camGroupRes = NULL; in getGroupCamResult()
133 camGroupRes = new rk_aiq_groupcam_result_t(); in getGroupCamResult()
160 rk_aiq_groupcam_result_t* camGroupRes = NULL; in clearGroupCamResult_Locked()
162 std::map<uint32_t, rk_aiq_groupcam_result_t*>::iterator iter; in clearGroupCamResult_Locked()
195 RkAiqCamGroupManager::putGroupCamResult(rk_aiq_groupcam_result_t* gc_res) in putGroupCamResult()
297 …tSingleCamStatusReady(rk_aiq_singlecam_result_status_t* status, rk_aiq_groupcam_result_t* gc_resul… in setSingleCamStatusReady()
321 rk_aiq_groupcam_result_t* last_gc_result = getGroupCamResult(lastFrameId, false); in setSingleCamStatusReady()
[all …]