Home
last modified time | relevance | path

Searched refs:getCamPhyId (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/
H A DICamHw.h135 virtual int getCamPhyId() = 0;
H A DCamHwBase.h146 virtual int getCamPhyId() { return mCamPhyId;} in getCamPhyId() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqManager.h153 int getCamPhyId() { return mCamPhyId;} in getCamPhyId() function
H A DRkAiqCamGroupManager.cpp362 int camId = src->getCamPhyId(); in processAiqCoreMsgs()
444 int camId = src->getCamPhyId(); in RelayAiqCoreResults()
563 int camId = aiqManager->getCamPhyId(); in sofSync()
930 int camId = ctx->getCamPhyId(); in bind()
H A DRkAiqManager.cpp663 hwevt.cam_id = mCamHw->getCamPhyId(); in hwResCb()
685 hwevt.cam_id = mCamHw->getCamPhyId(); in hwResCb()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.h303 int getCamPhyId() { in getCamPhyId() function