Searched refs:IsFormatSupported (Results 1 - 11 of 11) sorted by relevance

/external/opencv/otherlibs/highgui/
H A Dgrfmt_png.h81 bool IsFormatSupported( int depth );
H A Dgrfmt_pxm.h79 bool IsFormatSupported( int depth );
H A Dgrfmt_exr.h94 bool IsFormatSupported( int depth );
H A Dgrfmt_jpeg2000.h90 bool IsFormatSupported( int depth );
H A Dgrfmt_base.h100 virtual bool IsFormatSupported( int depth );
H A Dgrfmt_base.cpp80 bool GrFmtWriter::IsFormatSupported( int depth ) function in class:GrFmtWriter
H A Dloadsave.cpp532 if( !writer->IsFormatSupported(ipl_depth) )
534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) );
H A Dgrfmt_png.cpp261 bool GrFmtPngWriter::IsFormatSupported( int depth ) function in class:GrFmtPngWriter
H A Dgrfmt_pxm.cpp369 bool GrFmtPxMWriter::IsFormatSupported( int depth ) function in class:GrFmtPxMWriter
H A Dgrfmt_jpeg2000.cpp396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth ) function in class:GrFmtJpeg2000Writer
H A Dgrfmt_exr.cpp579 bool GrFmtExrWriter::IsFormatSupported( int depth ) function in class:GrFmtExrWriter

Completed in 122 milliseconds