Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6516 YUV422toRGB888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGB888Invoker()
6517 : dst(_dst), src(_yuv), width(_dst->cols), stride(_stride) {} in YUV422toRGB888Invoker()
6562 YUV422toRGBA8888Invoker(Mat* _dst, int _stride, const uchar* _yuv) in YUV422toRGBA8888Invoker()
6563 : dst(_dst), src(_yuv), width(_dst->cols), stride(_stride) {} in YUV422toRGBA8888Invoker()
6606 inline void cvtYUV422toRGB(Mat& _dst, int _stride, const uchar* _yuv) in cvtYUV422toRGB() argument
6608 YUV422toRGB888Invoker<bIdx, uIdx, yIdx> converter(&_dst, _stride, _yuv); in cvtYUV422toRGB()
6616 inline void cvtYUV422toRGBA(Mat& _dst, int _stride, const uchar* _yuv) in cvtYUV422toRGBA() argument
6618 YUV422toRGBA8888Invoker<bIdx, uIdx, yIdx> converter(&_dst, _stride, _yuv); in cvtYUV422toRGBA()