Home
last modified time | relevance | path

Searched refs:IsSupportedType (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DDecoderTraits.cpp82 if (OggDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
106 if (MP4Decoder::IsSupportedType(mimeType, in CanHandleCodecsType()
150 if (HLSDecoder::IsSupportedType(aType)) { in CanHandleMediaType()
241 if (MP4Decoder::IsSupportedType(aType, in CreateDemuxer()
275 if (OggDecoder::IsSupportedType(aType)) { in CreateReader()
288 &ADTSDecoder::IsSupportedType, in IsSupportedType()
289 &FlacDecoder::IsSupportedType, in IsSupportedType()
290 &MP3Decoder::IsSupportedType, in IsSupportedType()
294 &OggDecoder::IsSupportedType, in IsSupportedType()
295 &WaveDecoder::IsSupportedType, in IsSupportedType()
[all …]
H A DADTSDecoder.cpp21 bool ADTSDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::ADTSDecoder
36 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DDecoderTraits.cpp81 if (OggDecoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
82 if (OggDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
90 if (WaveDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
98 if (WebMDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
106 if (MP4Decoder::IsSupportedType(mimeType, in CanHandleCodecsType()
116 if (MP3Decoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
117 if (MP3Decoder::IsSupportedType(aType)) { in CanHandleCodecsType()
150 if (HLSDecoder::IsSupportedType(aType)) { in CanHandleMediaType()
241 if (MP4Decoder::IsSupportedType(aType, in CreateDemuxer()
275 if (OggDecoder::IsSupportedType(aType)) { in CreateReader()
[all …]
H A DADTSDecoder.cpp20 bool ADTSDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::ADTSDecoder
35 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox/firefox-99.0/dom/media/
H A DDecoderTraits.cpp81 if (OggDecoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
82 if (OggDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
90 if (WaveDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
98 if (WebMDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
106 if (MP4Decoder::IsSupportedType(mimeType, in CanHandleCodecsType()
116 if (MP3Decoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
117 if (MP3Decoder::IsSupportedType(aType)) { in CanHandleCodecsType()
150 if (HLSDecoder::IsSupportedType(aType)) { in CanHandleMediaType()
241 if (MP4Decoder::IsSupportedType(aType, in CreateDemuxer()
275 if (OggDecoder::IsSupportedType(aType)) { in CreateReader()
[all …]
H A DADTSDecoder.cpp20 bool ADTSDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::ADTSDecoder
35 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DDecoderTraits.cpp81 if (OggDecoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
82 if (OggDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
90 if (WaveDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
98 if (WebMDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
106 if (MP4Decoder::IsSupportedType(mimeType, in CanHandleCodecsType()
116 if (MP3Decoder::IsSupportedType(mimeType)) { in CanHandleCodecsType()
117 if (MP3Decoder::IsSupportedType(aType)) { in CanHandleCodecsType()
150 if (HLSDecoder::IsSupportedType(aType)) { in CanHandleMediaType()
241 if (MP4Decoder::IsSupportedType(aType, in CreateDemuxer()
275 if (OggDecoder::IsSupportedType(aType)) { in CreateReader()
[all …]
H A DADTSDecoder.cpp20 bool ADTSDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::ADTSDecoder
35 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DDecoderTraits.cpp107 if (MP4Decoder::IsSupportedType(mimeType, in CanHandleCodecsType()
117 if (MP3Decoder::IsSupportedType(aType)) { in CanHandleCodecsType()
120 if (ADTSDecoder::IsSupportedType(aType)) { in CanHandleCodecsType()
135 if (HLSDecoder::IsSupportedType(aType)) { in CanHandleMediaType()
228 if (MP4Decoder::IsSupportedType(aType, in CreateReader()
257 &ADTSDecoder::IsSupportedType, in IsSupportedType()
258 &FlacDecoder::IsSupportedType, in IsSupportedType()
259 &MP3Decoder::IsSupportedType, in IsSupportedType()
263 &OggDecoder::IsSupportedType, in IsSupportedType()
264 &WaveDecoder::IsSupportedType, in IsSupportedType()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.ComponentModel/
H A DTypeDescriptionProviderTest.cs41 public void IsSupportedType () in IsSupportedType() method in MonoTests.System.ComponentModel.TypeDescriptionProviderTest
44 Assert.IsTrue (provider.IsSupportedType (typeof (string)), "#A1"); in IsSupportedType()
45 Assert.IsTrue (provider.IsSupportedType (typeof (object)), "#A2"); in IsSupportedType()
46 Assert.IsTrue (provider.IsSupportedType (typeof (CustomDescriptionProvider)), "#A3"); in IsSupportedType()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepTools/
H A DBRepTools_History.cxx113 Standard_ASSERT_RETURN(IsSupportedType(theRemoved), myMsgUnsupportedType,); in Remove()
165 Standard_ASSERT_RETURN(theInitial.IsNull() || IsSupportedType(theInitial), in Generated()
182 Standard_ASSERT_RETURN(IsSupportedType(theInitial), in Modified()
199 Standard_ASSERT_RETURN(IsSupportedType(theInitial), in IsRemoved()
351 IsSupportedType(theInitial), myMsgUnsupportedType, Standard_False); in prepareGenerated()
369 Standard_ASSERT_RETURN(IsSupportedType(theInitial), in prepareModified()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/flac/
H A DFlacDecoder.cpp24 bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::FlacDecoder
35 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp3/
H A DMP3Decoder.cpp20 bool MP3Decoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::MP3Decoder
33 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp3/
H A DMP3Decoder.cpp21 bool MP3Decoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::MP3Decoder
34 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox/firefox-99.0/dom/media/mp3/
H A DMP3Decoder.cpp20 bool MP3Decoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::MP3Decoder
33 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp3/
H A DMP3Decoder.cpp20 bool MP3Decoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::MP3Decoder
33 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/flac/
H A DFlacDecoder.cpp28 bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::FlacDecoder
39 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox/firefox-99.0/dom/media/flac/
H A DFlacDecoder.cpp28 bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::FlacDecoder
39 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/flac/
H A DFlacDecoder.cpp28 bool FlacDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::FlacDecoder
39 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/wave/
H A DWaveDecoder.cpp14 bool WaveDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::WaveDecoder
36 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/www/firefox/firefox-99.0/dom/media/wave/
H A DWaveDecoder.cpp14 bool WaveDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::WaveDecoder
36 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/wave/
H A DWaveDecoder.cpp14 bool WaveDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::WaveDecoder
36 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/wave/
H A DWaveDecoder.cpp14 bool WaveDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::WaveDecoder
36 if (!IsSupportedType(aType)) { in GetTracksInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DDelegatingTypeDescriptionProvider.cs125 public override bool IsSupportedType(Type type) in IsSupportedType() method in System.ComponentModel.DelegatingTypeDescriptionProvider
127 return Provider.IsSupportedType(type); in IsSupportedType()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/ogg/
H A DOggDecoder.cpp16 bool OggDecoder::IsSupportedType(const MediaContainerType& aContainerType) { in IsSupportedType() function in mozilla::OggDecoder
56 if (!IsSupportedType(aType)) { in GetTracksInfo()

1234567