Home
last modified time | relevance | path

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

/external/opencv3/modules/core/src/
Docl.cpp5548 static const int channelTypesNorm[] = { CL_UNORM_INT8, CL_SNORM_INT8, CL_UNORM_INT16, in getImageFormat() local
5552 int channelType = norm ? channelTypesNorm[depth] : channelTypes[depth]; in getImageFormat()