Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6556 struct YUV422toRGBA8888Invoker : ParallelLoopBody struct
6558 Mat* dst;
6559 const uchar* src;
6560 int width, stride;
6562 YUV422toRGBA8888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGBA8888Invoker() function
6565 void operator()(const Range& range) const in operator ()()