Home
last modified time | relevance | path

Searched defs: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
6439 void operator()(const Range& rowRange) const in operator ()()
6484 static bool isFit( const Mat& src ) in isFit()
6492 const Mat& src_;
6493 Mat* const dst_;
6494 const int uIdx_;