Searched defs:bgra_step (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/imgcodecs/src/ |
D | utils.cpp | 137 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() 157 void icvCvt_BGRA2BGR_16u_C4C3R( const ushort* bgra, int bgra_step, in icvCvt_BGRA2BGR_16u_C4C3R() 177 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R() 195 void icvCvt_BGRA2RGBA_16u_C4R( const ushort* bgra, int bgra_step, in icvCvt_BGRA2RGBA_16u_C4R()
|
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() 175 void icvCvt_BGRA2RGBA_8u_C4R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2RGBA_8u_C4R()
|