Searched defs:YUV422toRGB888Invoker (Results 1 – 1 of 1) sorted by relevance
6510 struct YUV422toRGB888Invoker : ParallelLoopBody struct6512 Mat* dst;6513 const uchar* src;6514 int width, stride;6516 YUV422toRGB888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGB888Invoker() argument6519 void operator()(const Range& range) const in operator ()()