Searched refs:IsFormatSupported (Results 1 – 13 of 13) sorted by relevance
81 bool IsFormatSupported( int depth );
79 bool IsFormatSupported( int depth );
94 bool IsFormatSupported( int depth );
90 bool IsFormatSupported( int depth );
100 virtual bool IsFormatSupported( int depth );
532 if( !writer->IsFormatSupported(ipl_depth) ) in cvSaveImage()534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) ); in cvSaveImage()
80 bool GrFmtWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtWriter
261 bool GrFmtPngWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtPngWriter
369 bool GrFmtPxMWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtPxMWriter
396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtJpeg2000Writer
579 bool GrFmtExrWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtExrWriter
2251 hr = _ptrClientOut->IsFormatSupported( in InitPlayout()2588 hr = _ptrClientIn->IsFormatSupported( in InitRecording()
1823 virtual HRESULT WINAPI IsFormatSupported(const GUID *pFormat) = 0;1847 HRESULT (WINAPI *IsFormatSupported)(IMediaSeeking *This,const GUID *pFormat);1873 #define IMediaSeeking_IsFormatSupported(This,pFormat) (This)->lpVtbl->IsFormatSupported(This,pForma…