Searched defs:RGB888toYUV420pInvoker (Results 1 – 1 of 1) sorted by relevance
6432 struct RGB888toYUV420pInvoker: public ParallelLoopBody struct6434 RGB888toYUV420pInvoker( const Mat& src, Mat* dst, const int uIdx ) in RGB888toYUV420pInvoker() argument6439 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_;