Searched refs:icvCvt_BGR2RGB_16u_C3R (Results 1 – 7 of 7) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 75 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, 77 #define icvCvt_RGB2BGR_16u_C3R icvCvt_BGR2RGB_16u_C3R
|
D | grfmt_pxm.cpp | 425 icvCvt_BGR2RGB_16u_C3R( (ushort*)data, 0, in WriteImage()
|
D | utils.cpp | 211 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, in icvCvt_BGR2RGB_16u_C3R() function
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 83 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, 85 #define icvCvt_RGB2BGR_16u_C3R icvCvt_BGR2RGB_16u_C3R
|
D | grfmt_tiff.cpp | 617 … icvCvt_BGR2RGB_16u_C3R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) ); in writeLibTiff() 765 … icvCvt_BGR2RGB_16u_C3R( img.ptr<ushort>(y), 0, (ushort*)buffer, 0, cvSize(width,1) ); in write()
|
D | grfmt_pxm.cpp | 430 icvCvt_BGR2RGB_16u_C3R( (const ushort*)data, 0, in write()
|
D | utils.cpp | 232 void icvCvt_BGR2RGB_16u_C3R( const ushort* bgr, int bgr_step, in icvCvt_BGR2RGB_16u_C3R() function
|