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

  /external/opencv/otherlibs/highgui/
grfmt_png.h 81 bool IsFormatSupported( int depth );
grfmt_pxm.h 79 bool IsFormatSupported( int depth );
grfmt_base.h 100 virtual bool IsFormatSupported( int depth );
grfmt_exr.h 94 bool IsFormatSupported( int depth );
grfmt_jpeg2000.h 90 bool IsFormatSupported( int depth );
grfmt_base.cpp 80 bool GrFmtWriter::IsFormatSupported( int depth )
loadsave.cpp 532 if( !writer->IsFormatSupported(ipl_depth) )
534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) );
grfmt_png.cpp 261 bool GrFmtPngWriter::IsFormatSupported( int depth )
grfmt_pxm.cpp 369 bool GrFmtPxMWriter::IsFormatSupported( int depth )
grfmt_jpeg2000.cpp 396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth )
grfmt_exr.cpp 579 bool GrFmtExrWriter::IsFormatSupported( int depth )

Completed in 57 milliseconds