Searched refs:icvCvt_BGRA2RGBA_8u_C4R (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 79 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, 81 #define icvCvt_RGBA2BGRA_8u_C4R icvCvt_BGRA2RGBA_8u_C4R
|
D | grfmt_tiff.cpp | 732 icvCvt_BGRA2RGBA_8u_C4R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
|
D | utils.cpp | 175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() function
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 87 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, 89 #define icvCvt_RGBA2BGRA_8u_C4R icvCvt_BGRA2RGBA_8u_C4R
|
D | grfmt_tiff.cpp | 296 icvCvt_BGRA2RGBA_8u_C4R( bstart + i*tile_width0*4, 0, in readData() 624 icvCvt_BGRA2RGBA_8u_C4R( img.ptr(y), 0, buffer, 0, cvSize(width,1) ); in writeLibTiff() 772 icvCvt_BGRA2RGBA_8u_C4R( img.ptr(y), 0, buffer, 0, cvSize(width,1) ); in write()
|
D | utils.cpp | 177 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() function
|