Searched defs:YUV422toRGBA8888Invoker (Results 1 – 1 of 1) sorted by relevance
6556 struct YUV422toRGBA8888Invoker : ParallelLoopBody struct6558 Mat* dst;6559 const uchar* src;6560 int width, stride;6562 YUV422toRGBA8888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGBA8888Invoker() function6565 void operator()(const Range& range) const in operator ()()