Searched refs:icvCvt_BGR2RGB_8u_C3R (Results 1 – 5 of 5) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 72 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step, 74 #define icvCvt_RGB2BGR_8u_C3R icvCvt_BGR2RGB_8u_C3R
|
D | grfmt_pxm.cpp | 422 icvCvt_BGR2RGB_8u_C3R( (uchar*)data, 0, in WriteImage()
|
D | grfmt_tiff.cpp | 730 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
|
D | utils.cpp | 194 void icvCvt_BGR2RGB_8u_C3R( const uchar* bgr, int bgr_step, in icvCvt_BGR2RGB_8u_C3R() function
|
D | grfmt_jpeg.cpp | 473 icvCvt_BGR2RGB_8u_C3R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
|