Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dpixel_convert.cpp1051 string procKey = MakeKey(srcPixelFormat, dstPixelFormat); in GetProcFuncType() local
1052 map<string, ProcFuncType>::iterator iter = g_procMapping.find(procKey); in GetProcFuncType()