HomeSort by relevance Sort by last modified time
    Searched refs:icvCvt_BGR2RGB_8u_C3R (Results 1 - 10 of 10) sorted by null

  /external/opencv/otherlibs/highgui/
utils.h 72 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,
74 #define icvCvt_RGB2BGR_8u_C3R icvCvt_BGR2RGB_8u_C3R
grfmt_pxm.cpp 422 icvCvt_BGR2RGB_8u_C3R( (uchar*)data, 0,
grfmt_tiff.cpp 730 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) );
utils.cpp 194 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,
grfmt_jpeg.cpp 473 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) );
    [all...]
  /external/opencv3/modules/imgcodecs/src/
utils.hpp 80 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,
82 #define icvCvt_RGB2BGR_8u_C3R icvCvt_BGR2RGB_8u_C3R
grfmt_tiff.cpp 615 icvCvt_BGR2RGB_8u_C3R( img.ptr(y), 0, buffer, 0, cvSize(width,1) );
763 icvCvt_BGR2RGB_8u_C3R( img.ptr(y), 0, buffer, 0, cvSize(width,1) );
grfmt_pxm.cpp 427 icvCvt_BGR2RGB_8u_C3R( (const uchar*)data, 0,
grfmt_jpeg.cpp 694 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) );
utils.cpp 215 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,

Completed in 106 milliseconds