Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6106 struct YUV420sp2RGB888Invoker : ParallelLoopBody struct
6112 YUV420sp2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv) in YUV420sp2RGB888Invoker() function
6392 YUV420sp2RGB888Invoker<bIdx, uIdx> converter(&_dst, _stride, _y1, _uv); in cvtYUV420sp2RGB()