Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6556 struct YUV422toRGBA8888Invoker : ParallelLoopBody struct
6562 YUV422toRGBA8888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGBA8888Invoker() argument
6618 YUV422toRGBA8888Invoker<bIdx, uIdx, yIdx> converter(&_dst, _stride, _yuv); in cvtYUV422toRGBA()