Searched defs:_stride (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/imgproc/src/
H A Dcolor.cpp6112 YUV420sp2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv)
6113 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {}
6181 YUV420sp2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _uv)
6182 : dst(_dst), my1(_y1), muv(_uv), width(_dst->cols), stride(_stride) {}
6255 YUV420p2RGB888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int _ustepIdx, int _vstepIdx)
6256 : dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vstepIdx(_vstepIdx) {}
6323 YUV420p2RGBA8888Invoker(Mat* _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int _ustepIdx, int _vstepIdx)
6324 : dst(_dst), my1(_y1), mu(_u), mv(_v), width(_dst->cols), stride(_stride), ustepIdx(_ustepIdx), vstepIdx(_vstepIdx) {}
6390 inline void cvtYUV420sp2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) argument
6392 YUV420sp2RGB888Invoker<bIdx, uIdx> converter(&_dst, _stride, _y
6400 cvtYUV420sp2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _uv) argument
6410 cvtYUV420p2RGB(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int ustepIdx, int vstepIdx) argument
6420 cvtYUV420p2RGBA(Mat& _dst, int _stride, const uchar* _y1, const uchar* _u, const uchar* _v, int ustepIdx, int vstepIdx) argument
6516 YUV422toRGB888Invoker(Mat* _dst, int _stride, const uchar* _yuv) argument
6562 YUV422toRGBA8888Invoker(Mat* _dst, int _stride, const uchar* _yuv) argument
6606 cvtYUV422toRGB(Mat& _dst, int _stride, const uchar* _yuv) argument
6616 cvtYUV422toRGBA(Mat& _dst, int _stride, const uchar* _yuv) argument
[all...]

Completed in 65 milliseconds