Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp305 RkAiqCoreVdBufMsg* vdBufMsg = NULL; in groupMessageHandler() local
309 vdBufMsg = &msgs[i]; in groupMessageHandler()
310 if (!vdBufMsg || !vdBufMsg->msg.ptr()) continue; in groupMessageHandler()
311 switch (vdBufMsg->msg_id) { in groupMessageHandler()
314 vdBufMsg->msg.get_cast_ptr<RkAiqSofInfoWrapperProxy>(); in groupMessageHandler()
321 shared->ispStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in groupMessageHandler()
325 RkAiqAecStatsProxy* aecStats = vdBufMsg->msg.get_cast_ptr<RkAiqAecStatsProxy>(); in groupMessageHandler()
332 RkAiqAwbStatsProxy* awbStats = vdBufMsg->msg.get_cast_ptr<RkAiqAwbStatsProxy>(); in groupMessageHandler()
339 RkAiqAfStatsProxy* afStats = vdBufMsg->msg.get_cast_ptr<RkAiqAfStatsProxy>(); in groupMessageHandler()
345 shared->sp = convert_to_XCamVideoBuffer(vdBufMsg->msg); in groupMessageHandler()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp389 RkAiqCoreVdBufMsg* vdBufMsg = NULL; in processAiqCoreMsgs() local
391 vdBufMsg = &msg; in processAiqCoreMsgs()
392 if (!vdBufMsg->msg.ptr()) { in processAiqCoreMsgs()
401 singleCamRes->_3aResults.awb._awbStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
404 singleCamRes->_3aResults.awb._awbProcRes = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
407 singleCamRes->_3aResults.aec._aecStats = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
410 singleCamRes->_3aResults.aec._aePreRes = convert_to_XCamVideoBuffer(vdBufMsg->msg); in processAiqCoreMsgs()
416 auto sofInfoMsg = vdBufMsg->msg.dynamic_cast_ptr<RkAiqSofInfoWrapperProxy>(); in processAiqCoreMsgs()