Searched refs:icvCvt_BGRA2BGR_8u_C4C3R (Results 1 – 12 of 12) 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()
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 73 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
|
D | utils.cpp | 137 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step, in icvCvt_BGRA2BGR_8u_C4C3R() function 669 icvCvt_BGRA2BGR_8u_C4C3R( s, s_step, d, d_step, size, swap_rb ); in cvConvertImage()
|
D | grfmt_sunras.cpp | 361 icvCvt_BGRA2BGR_8u_C4C3R( src + 4, 0, data, 0, cvSize(m_width,1), in readData()
|
D | grfmt_bmp.cpp | 468 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1) ); in readData()
|
D | grfmt_jpeg.cpp | 699 icvCvt_BGRA2BGR_8u_C4C3R( data, 0, buffer, 0, cvSize(width,1), 2 ); in write()
|
D | grfmt_tiff.cpp | 302 icvCvt_BGRA2BGR_8u_C4C3R( bstart + i*tile_width0*4, 0, in readData()
|