Home
last modified time | relevance | path

Searched defs:WriteImage (Results 1 – 10 of 10) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_png.cpp266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPngWriter
Dgrfmt_sunras.cpp414 bool GrFmtSunRasterWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtSunRasterWriter
Dgrfmt_imageio.cpp275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtImageIOWriter
Dgrfmt_bmp.cpp493 bool GrFmtBmpWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtBmpWriter
Dgrfmt_pxm.cpp375 bool GrFmtPxMWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPxMWriter
Dgrfmt_tiff.cpp681 bool GrFmtTiffWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtTiffWriter
Dgrfmt_exr.cpp589 bool GrFmtExrWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtExrWriter
Dgrfmt_jpeg2000.cpp402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpeg2000Writer
Dgrfmt_jpeg.cpp430 bool GrFmtJpegWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpegWriter
1619 bool GrFmtJpegWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpegWriter
/external/webp/src/enc/
Dvp8l.c813 static WebPEncodingError WriteImage(const WebPPicture* const pic, in WriteImage() function