Searched refs:icvCvt_BGRA2BGR_8u_C4C3R (Results 1 – 6 of 6) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 69 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
|
D | grfmt_tiff.cpp | 217 icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*tile_width*4, 0, in ReadData() 613 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1), 2 ); in ReadData()
|
D | utils.cpp | 155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() function 648 icvCvt_BGRA2BGR_8u_C4C3R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
|
D | grfmt_sunras.cpp | 382 icvCvt_BGRA2BGR_8u_C4C3R( src + 4, 0, data, 0, cvSize(m_width,1), in ReadData()
|
D | grfmt_bmp.cpp | 466 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1) ); in ReadData()
|
D | grfmt_jpeg.cpp | 478 icvCvt_BGRA2BGR_8u_C4C3R( data, 0, buffer, 0, cvSize(width,1), 2 ); in WriteImage()
|