Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dutils.h72 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,
74 #define icvCvt_RGB2BGR_8u_C3R icvCvt_BGR2RGB_8u_C3R
Dgrfmt_pxm.cpp422 icvCvt_BGR2RGB_8u_C3R( (uchar*)data, 0, in WriteImage()
Dgrfmt_tiff.cpp730 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
Dutils.cpp194 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step, in icvCvt_BGR2RGB_8u_C3R() function
Dgrfmt_jpeg.cpp473 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
/external/opencv3/modules/imgcodecs/src/
Dutils.hpp80 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step,
82 #define icvCvt_RGB2BGR_8u_C3R icvCvt_BGR2RGB_8u_C3R
Dgrfmt_tiff.cpp615 icvCvt_BGR2RGB_8u_C3R( img.ptr(y), 0, buffer, 0, cvSize(width,1) ); in writeLibTiff()
763 icvCvt_BGR2RGB_8u_C3R( img.ptr(y), 0, buffer, 0, cvSize(width,1) ); in write()
Dgrfmt_pxm.cpp427 icvCvt_BGR2RGB_8u_C3R( (const uchar*)data, 0, in write()
Dgrfmt_jpeg.cpp694 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) ); in write()
Dutils.cpp215 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step, in icvCvt_BGR2RGB_8u_C3R() function