Home
last modified time | relevance | path

Searched refs:groupId (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/
H A D0002-hgfsServerLinux-Consider-64bit-time_t-possibility.patch42 attr->groupId = stats->st_gid;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqCore.cpp1226 auto groupId = algoDes[i].group; in addDefaultAlgos() local
1229 mAlogsGroupSharedParamsMap[grpMask]->groupId = algoDes[i].group; in addDefaultAlgos()
2169 int groupId = getGroupId(RK_AIQ_ALGO_TYPE_ASD); in genCpslResult() local
2170 if (groupId >= 0) { in genCpslResult()
2171 if (getGroupSharedParams(groupId, shared) != XCAM_RETURN_NO_ERROR) in genCpslResult()
2252 int groupId = getGroupId(RK_AIQ_ALGO_TYPE_ASD); in genCpslResult() local
2253 if (groupId >= 0) { in genCpslResult()
2254 if (getGroupSharedParams(groupId, shared) == XCAM_RETURN_NO_ERROR) { in genCpslResult()
2883 RkAiqCore::getGroupSharedParams(uint64_t groupId, RkAiqAlgosGroupShared_t* &shared) in getGroupSharedParams() argument
2885 auto mapIter = mAlogsGroupSharedParamsMap.find(groupId); in getGroupSharedParams()
[all …]
H A DRkAiqCore.h375 int32_t groupId; member
434 XCamReturn getGroupSharedParams(uint64_t groupId, RkAiqAlgosGroupShared_t* &shared);