Home
last modified time | relevance | path

Searched refs:YUV420p2RGBA8888Invoker (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6316 struct YUV420p2RGBA8888Invoker : ParallelLoopBody struct
6323YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v… in YUV420p2RGBA8888Invoker() function
6422 YUV420p2RGBA8888Invoker<bIdx> converter(&_dst, _stride, _y1, _u, _v, ustepIdx, vstepIdx); in cvtYUV420p2RGBA()