Searched refs:cvtYUV420sp2RGB (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | color.cpp | 6390 inline void cvtYUV420sp2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) in cvtYUV420sp2RGB() function 8425 case 300: cvtYUV420sp2RGB<0, 0> (dst, srcstep, y, uv); break; in cvtColor() 8426 case 301: cvtYUV420sp2RGB<0, 1> (dst, srcstep, y, uv); break; in cvtColor() 8427 case 320: cvtYUV420sp2RGB<2, 0> (dst, srcstep, y, uv); break; in cvtColor() 8428 case 321: cvtYUV420sp2RGB<2, 1> (dst, srcstep, y, uv); break; in cvtColor()
|