Home
last modified time | relevance | path

Searched refs:WriteImage (Results 1 – 21 of 21) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_jpeg.h78 bool WriteImage( const uchar* data, int step,
190 bool WriteImage( const uchar* data, int step,
Dgrfmt_imageio.h40 bool WriteImage( const uchar* data, int step,
Dgrfmt_png.h82 bool WriteImage( const uchar* data, int step,
Dgrfmt_bmp.h86 bool WriteImage( const uchar* data, int step,
Dgrfmt_pxm.h81 bool WriteImage( const uchar* data, int step,
Dgrfmt_sunras.h93 bool WriteImage( const uchar* data, int step,
Dgrfmt_exr.h95 bool WriteImage( const uchar* data, int step,
Dgrfmt_jpeg2000.h91 bool WriteImage( const uchar* data, int step,
Dgrfmt_tiff.h154 bool WriteImage( const uchar* data, int step,
Dgrfmt_base.h101 virtual bool WriteImage( const uchar* data, int step,
Dgrfmt_png.cpp266 bool GrFmtPngWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPngWriter
Dgrfmt_imageio.cpp275 bool GrFmtImageIOWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtImageIOWriter
Dloadsave.cpp542 if( !writer->WriteImage( image->data.ptr, image->step, image->width, in cvSaveImage()
Dgrfmt_sunras.cpp414 bool GrFmtSunRasterWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtSunRasterWriter
Dgrfmt_pxm.cpp375 bool GrFmtPxMWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtPxMWriter
Dgrfmt_bmp.cpp493 bool GrFmtBmpWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtBmpWriter
Dgrfmt_jpeg2000.cpp402 bool GrFmtJpeg2000Writer::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtJpeg2000Writer
Dgrfmt_tiff.cpp681 bool GrFmtTiffWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtTiffWriter
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
Dgrfmt_exr.cpp589 bool GrFmtExrWriter::WriteImage( const uchar* data, int step, in WriteImage() function in GrFmtExrWriter
/external/webp/src/enc/
Dvp8l.c813 static WebPEncodingError WriteImage(const WebPPicture* const pic, in WriteImage() function
1217 err = WriteImage(picture, &bw, &coded_size); in VP8LEncodeImage()