HomeSort by relevance Sort by last modified time
    Searched refs:IsFormatSupported (Results 1 - 17 of 17) 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 )
  /external/chromium_org/media/audio/win/
core_audio_util_win.h 116 static bool IsFormatSupported(IAudioClient* client,
core_audio_util_win.cc 425 bool CoreAudioUtil::IsFormatSupported(IAudioClient* client,
430 HRESULT hr = client->IsFormatSupported(
490 return CoreAudioUtil::IsFormatSupported(client, AUDCLNT_SHAREMODE_SHARED,
core_audio_util_win_unittest.cc 344 EXPECT_FALSE(CoreAudioUtil::IsFormatSupported(
360 EXPECT_TRUE(CoreAudioUtil::IsFormatSupported(
audio_unified_win.cc 321 if (!CoreAudioUtil::IsFormatSupported(audio_output_client,
356 if (!CoreAudioUtil::IsFormatSupported(audio_input_client,
    [all...]
audio_low_latency_input_win.cc 559 HRESULT hr = audio_client_->IsFormatSupported(AUDCLNT_SHAREMODE_SHARED,
audio_low_latency_output_win.cc 223 if (!CoreAudioUtil::IsFormatSupported(audio_client,

Completed in 145 milliseconds