Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1711 procKey(k) { method in MainEditor
1755 this.procKey(k);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1073 string procKey = MakeKey(srcPixelFormat, dstPixelFormat); in GetProcFuncType() local
1074 map<string, ProcFuncType>::iterator iter = g_procMapping.find(procKey); in GetProcFuncType()