Home
last modified time | relevance | path

Searched refs:icvCvt_BGRA2RGBA_8u_C4R (Results 1 – 3 of 3) 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