Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/src/
Dcolor.cpp6432 struct RGB888toYUV420pInvoker: public ParallelLoopBody struct
6434 RGB888toYUV420pInvoker( const Mat& src, Mat* dst, const int uIdx ) in RGB888toYUV420pInvoker() argument
6490 RGB888toYUV420pInvoker& operator=(const RGB888toYUV420pInvoker&);
6500 RGB888toYUV420pInvoker<bIdx> colorConverter(src, &dst, uIdx); in cvtRGBtoYUV420p()
6501 if( RGB888toYUV420pInvoker<bIdx>::isFit(src) ) in cvtRGBtoYUV420p()