Home
last modified time | relevance | path

Searched refs:icvCvt_BGRA2RGBA_8u_C4R (Results 1 – 6 of 6) sorted by relevance

/external/opencv/otherlibs/highgui/
Dutils.h79 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,
81 #define icvCvt_RGBA2BGRA_8u_C4R icvCvt_BGRA2RGBA_8u_C4R
Dgrfmt_tiff.cpp732 icvCvt_BGRA2RGBA_8u_C4R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
Dutils.cpp175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() function
/external/opencv3/modules/imgcodecs/src/
Dutils.hpp87 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,
89 #define icvCvt_RGBA2BGRA_8u_C4R icvCvt_BGRA2RGBA_8u_C4R
Dgrfmt_tiff.cpp296 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()
Dutils.cpp177 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() function