Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/include/opencv2/imgproc/
Dtypes_c.h330 CV_BGR2YUV_IYUV = CV_BGR2YUV_I420, enumerator
/external/opencv3/modules/imgproc/src/
Dcolor.cpp8500 case CV_RGB2YUV_IYUV: case CV_BGR2YUV_IYUV: case CV_RGBA2YUV_IYUV: case CV_BGRA2YUV_IYUV: in cvtColor()
8503 …const int bIdx = (code == CV_BGR2YUV_IYUV || code == CV_BGRA2YUV_IYUV || code == CV_BGR2YUV_YV12 |… in cvtColor()
8504 …const int uIdx = (code == CV_BGR2YUV_IYUV || code == CV_BGRA2YUV_IYUV || code == CV_RGB2YUV_IYUV |… in cvtColor()