Home
last modified time | relevance | path

Searched defs:YUV420sp2RGBA8888Invoker (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6175 struct YUV420sp2RGBA8888Invoker : ParallelLoopBody struct
6177 Mat* dst;
6178 const uchar* my1, *muv;
6179 int width, stride;
6181 YUV420sp2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGBA8888Invoker() function
6184 void operator()(const Range& range) const in operator ()()