HomeSort by relevance Sort by last modified time
    Searched refs:icvCvt_BGRA2BGR_8u_C4C3R (Results 1 - 6 of 6) sorted by null

  /external/opencv/otherlibs/highgui/
utils.h 69 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
grfmt_tiff.cpp 217 icvCvt_BGRA2BGR_8u_C4C3R( buffer + i*tile_width*4, 0,
613 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1), 2 );
utils.cpp 155 void icvCvt_BGRA2BGR_8u_C4C3R( const uchar* bgra, int bgra_step,
648 icvCvt_BGRA2BGR_8u_C4C3R( s, s_step, d, d_step, size, swap_rb );
grfmt_sunras.cpp 382 icvCvt_BGRA2BGR_8u_C4C3R( src + 4, 0, data, 0, cvSize(m_width,1),
grfmt_bmp.cpp 466 icvCvt_BGRA2BGR_8u_C4C3R( src, 0, data, 0, cvSize(m_width,1) );
grfmt_jpeg.cpp 478 icvCvt_BGRA2BGR_8u_C4C3R( data, 0, buffer, 0, cvSize(width,1), 2 );
    [all...]

Completed in 167 milliseconds