Home
last modified time | relevance | path

Searched refs:IsFormatSupported (Results 1 – 13 of 13) sorted by relevance

/external/opencv/otherlibs/highgui/
Dgrfmt_png.h81 bool IsFormatSupported( int depth );
Dgrfmt_pxm.h79 bool IsFormatSupported( int depth );
Dgrfmt_exr.h94 bool IsFormatSupported( int depth );
Dgrfmt_jpeg2000.h90 bool IsFormatSupported( int depth );
Dgrfmt_base.h100 virtual bool IsFormatSupported( int depth );
Dloadsave.cpp532 if( !writer->IsFormatSupported(ipl_depth) ) in cvSaveImage()
534 assert( writer->IsFormatSupported(IPL_DEPTH_8U) ); in cvSaveImage()
Dgrfmt_base.cpp80 bool GrFmtWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtWriter
Dgrfmt_png.cpp261 bool GrFmtPngWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtPngWriter
Dgrfmt_pxm.cpp369 bool GrFmtPxMWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtPxMWriter
Dgrfmt_jpeg2000.cpp396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtJpeg2000Writer
Dgrfmt_exr.cpp579 bool GrFmtExrWriter::IsFormatSupported( int depth ) in IsFormatSupported() function in GrFmtExrWriter
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_device_core_win.cc2251 hr = _ptrClientOut->IsFormatSupported( in InitPlayout()
2588 hr = _ptrClientIn->IsFormatSupported( in InitRecording()
/external/opencv3/3rdparty/include/dshow/
Dstrmif.h1823 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…