Searched refs:icvCvt_BGRA2RGBA_8u_C4R (Results 1 – 3 of 3) sorted by relevance
79 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step,81 #define icvCvt_RGBA2BGRA_8u_C4R icvCvt_BGRA2RGBA_8u_C4R
732 icvCvt_BGRA2RGBA_8u_C4R( data, 0, buffer, 0, cvSize(width,1) ); in WriteImage()
175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() function