Home
last modified time | relevance | path

Searched refs:aDiagnostics (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DDecoderTraits.cpp139 DecoderDoctorDiagnostics* aDiagnostics) in IsMP4SupportedType() argument
145 DecoderDoctorDiagnostics* aDiagnostics) in IsMP4SupportedType() argument
148 return IsMP4SupportedType(contentType, aDiagnostics); in IsMP4SupportedType()
157 return IsMP4SupportedType(aType, aDiagnostics); in IsMP4TypeAndEnabled()
194 DecoderDoctorDiagnostics* aDiagnostics) in CanHandleCodecsType() argument
232 if (IsMP4SupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
286 DecoderDoctorDiagnostics* aDiagnostics) in CanHandleMediaType() argument
346 return CanHandleMediaType(aContentType, aDiagnostics); in CanHandleContentType()
374 return CanHandleMediaType(parsed, aDiagnostics) in ShouldHandleMediaType()
389 if (IsMP4SupportedType(aType, aDiagnostics)) { in InstantiateDecoder()
[all …]
H A DDecoderTraits.h34 DecoderDoctorDiagnostics* aDiagnostics);
41 DecoderDoctorDiagnostics* aDiagnostics);
47 DecoderDoctorDiagnostics* aDiagnostics);
62 DecoderDoctorDiagnostics* aDiagnostics);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DDecoderTraits.cpp66 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in IsMP4SupportedType() argument
68 return MP4Decoder::IsSupportedType(aType, aDiagnostics); in IsMP4SupportedType()
75 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleCodecsType() argument
109 if (MP4Decoder::IsSupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
131 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleMediaType() argument
147 CanPlayStatus result = CanHandleCodecsType(aType, aDiagnostics); in CanHandleMediaType()
163 if (MP4Decoder::IsSupportedType(mimeType, aDiagnostics)) { in CanHandleMediaType()
185 DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleContainerType() argument
186 return CanHandleMediaType(aContainerType, aDiagnostics); in CanHandleContainerType()
191 const char* aMIMEType, DecoderDoctorDiagnostics* aDiagnostics) { in ShouldHandleMediaType() argument
[all …]
H A DDecoderTraits.h26 DecoderDoctorDiagnostics* aDiagnostics);
33 DecoderDoctorDiagnostics* aDiagnostics);
48 DecoderDoctorDiagnostics* aDiagnostics);
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DDecoderTraits.cpp65 DecoderDoctorDiagnostics* aDiagnostics) { in IsMP4SupportedType() argument
67 return MP4Decoder::IsSupportedType(aType, aDiagnostics); in IsMP4SupportedType()
74 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleCodecsType() argument
108 if (MP4Decoder::IsSupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
145 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleMediaType() argument
161 CanPlayStatus result = CanHandleCodecsType(aType, aDiagnostics); in CanHandleMediaType()
177 if (MP4Decoder::IsSupportedType(mimeType, aDiagnostics)) { in CanHandleMediaType()
199 DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleContainerType() argument
200 return CanHandleMediaType(aContainerType, aDiagnostics); in CanHandleContainerType()
205 const char* aMIMEType, DecoderDoctorDiagnostics* aDiagnostics) { in ShouldHandleMediaType() argument
[all …]
H A DDecoderTraits.h31 DecoderDoctorDiagnostics* aDiagnostics);
38 DecoderDoctorDiagnostics* aDiagnostics);
58 DecoderDoctorDiagnostics* aDiagnostics);
/dports/www/firefox/firefox-99.0/dom/media/
H A DDecoderTraits.cpp65 DecoderDoctorDiagnostics* aDiagnostics) { in IsMP4SupportedType() argument
67 return MP4Decoder::IsSupportedType(aType, aDiagnostics); in IsMP4SupportedType()
74 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleCodecsType() argument
108 if (MP4Decoder::IsSupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
145 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleMediaType() argument
161 CanPlayStatus result = CanHandleCodecsType(aType, aDiagnostics); in CanHandleMediaType()
177 if (MP4Decoder::IsSupportedType(mimeType, aDiagnostics)) { in CanHandleMediaType()
199 DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleContainerType() argument
200 return CanHandleMediaType(aContainerType, aDiagnostics); in CanHandleContainerType()
205 const char* aMIMEType, DecoderDoctorDiagnostics* aDiagnostics) { in ShouldHandleMediaType() argument
[all …]
H A DDecoderTraits.h31 DecoderDoctorDiagnostics* aDiagnostics);
38 DecoderDoctorDiagnostics* aDiagnostics);
58 DecoderDoctorDiagnostics* aDiagnostics);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DDecoderTraits.cpp65 DecoderDoctorDiagnostics* aDiagnostics) { in IsMP4SupportedType() argument
67 return MP4Decoder::IsSupportedType(aType, aDiagnostics); in IsMP4SupportedType()
74 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleCodecsType() argument
108 if (MP4Decoder::IsSupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
145 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleMediaType() argument
161 CanPlayStatus result = CanHandleCodecsType(aType, aDiagnostics); in CanHandleMediaType()
177 if (MP4Decoder::IsSupportedType(mimeType, aDiagnostics)) { in CanHandleMediaType()
199 DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleContainerType() argument
200 return CanHandleMediaType(aContainerType, aDiagnostics); in CanHandleContainerType()
205 const char* aMIMEType, DecoderDoctorDiagnostics* aDiagnostics) { in ShouldHandleMediaType() argument
[all …]
H A DDecoderTraits.h31 DecoderDoctorDiagnostics* aDiagnostics);
38 DecoderDoctorDiagnostics* aDiagnostics);
58 DecoderDoctorDiagnostics* aDiagnostics);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DDecoderTraits.cpp65 DecoderDoctorDiagnostics* aDiagnostics) { in IsMP4SupportedType() argument
67 return MP4Decoder::IsSupportedType(aType, aDiagnostics); in IsMP4SupportedType()
74 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleCodecsType() argument
108 if (MP4Decoder::IsSupportedType(aType, aDiagnostics)) { in CanHandleCodecsType()
145 const MediaContainerType& aType, DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleMediaType() argument
161 CanPlayStatus result = CanHandleCodecsType(aType, aDiagnostics); in CanHandleMediaType()
177 if (MP4Decoder::IsSupportedType(mimeType, aDiagnostics)) { in CanHandleMediaType()
199 DecoderDoctorDiagnostics* aDiagnostics) { in CanHandleContainerType() argument
200 return CanHandleMediaType(aContainerType, aDiagnostics); in CanHandleContainerType()
205 const char* aMIMEType, DecoderDoctorDiagnostics* aDiagnostics) { in ShouldHandleMediaType() argument
[all …]
H A DDecoderTraits.h31 DecoderDoctorDiagnostics* aDiagnostics);
38 DecoderDoctorDiagnostics* aDiagnostics);
58 DecoderDoctorDiagnostics* aDiagnostics);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/platforms/
H A DPDMFactory.cpp309 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
314 return Supports(*trackInfo, aDiagnostics); in SupportsMimeType()
318 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
320 return mEMEPDM->Supports(aTrackInfo, aDiagnostics); in Supports()
330 RefPtr<PlatformDecoderModule> current = GetDecoder(aTrackInfo, aDiagnostics); in Supports()
424 const TrackInfo& aTrackInfo, DecoderDoctorDiagnostics* aDiagnostics) const { in GetDecoder()
425 if (aDiagnostics) { in GetDecoder()
429 aDiagnostics->SetWMFFailedToLoad(); in GetDecoder()
432 aDiagnostics->SetFFmpegFailedToLoad(); in GetDecoder()
435 aDiagnostics->SetGMPPDMFailedToStartup(); in GetDecoder()
[all …]
H A DPlatformDecoderModule.h122 void Set(DecoderDoctorDiagnostics* aDiagnostics) { in Set()
123 mDiagnostics = aDiagnostics; in Set()
186 DecoderDoctorDiagnostics* aDiagnostics) const = 0;
189 DecoderDoctorDiagnostics* aDiagnostics) const {
190 if (!SupportsMimeType(aTrackInfo.mMimeType, aDiagnostics)) {
195 SupportsColorDepth(videoInfo->mColorDepth, aDiagnostics);
212 DecoderDoctorDiagnostics* aDiagnostics) const {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/platforms/
H A DPDMFactory.cpp290 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
295 return Supports(*trackInfo, aDiagnostics); in SupportsMimeType()
299 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
301 return mEMEPDM->Supports(aTrackInfo, aDiagnostics); in Supports()
303 RefPtr<PlatformDecoderModule> current = GetDecoder(aTrackInfo, aDiagnostics); in Supports()
384 const TrackInfo& aTrackInfo, DecoderDoctorDiagnostics* aDiagnostics) const { in GetDecoder()
385 if (aDiagnostics) { in GetDecoder()
389 aDiagnostics->SetWMFFailedToLoad(); in GetDecoder()
392 aDiagnostics->SetFFmpegFailedToLoad(); in GetDecoder()
395 aDiagnostics->SetGMPPDMFailedToStartup(); in GetDecoder()
[all …]
H A DPlatformDecoderModule.h104 void Set(DecoderDoctorDiagnostics* aDiagnostics) { in Set()
105 mDiagnostics = aDiagnostics; in Set()
159 DecoderDoctorDiagnostics* aDiagnostics) const = 0;
162 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports() argument
163 if (!SupportsMimeType(aTrackInfo.mMimeType, aDiagnostics)) { in Supports()
167 return !videoInfo || SupportsBitDepth(videoInfo->mBitDepth, aDiagnostics); in Supports()
182 DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsBitDepth() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/platforms/
H A DPDMFactory.cpp328 DecoderDoctorDiagnostics* aDiagnostics) const in SupportsMimeType()
334 return Supports(*trackInfo, aDiagnostics); in SupportsMimeType()
339 DecoderDoctorDiagnostics* aDiagnostics) const in Supports()
342 return mEMEPDM->Supports(aTrackInfo, aDiagnostics); in Supports()
344 RefPtr<PlatformDecoderModule> current = GetDecoder(aTrackInfo, aDiagnostics); in Supports()
449 DecoderDoctorDiagnostics* aDiagnostics) const in GetDecoder()
451 if (aDiagnostics) { in GetDecoder()
455 aDiagnostics->SetWMFFailedToLoad(); in GetDecoder()
458 aDiagnostics->SetFFmpegFailedToLoad(); in GetDecoder()
461 aDiagnostics->SetGMPPDMFailedToStartup(); in GetDecoder()
[all …]
H A DPlatformDecoderModule.h88 void Set(DecoderDoctorDiagnostics* aDiagnostics) { mDiagnostics = aDiagnostics; } in Set()
126 DecoderDoctorDiagnostics* aDiagnostics) const = 0;
128 DecoderDoctorDiagnostics* aDiagnostics) const in Supports() argument
132 return SupportsMimeType(aTrackInfo.mMimeType, aDiagnostics); in Supports()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/ipc/
H A DGpuDecoderModule.cpp30 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
31 return mWrapped->SupportsMimeType(aMimeType, aDiagnostics); in SupportsMimeType()
35 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
36 return mWrapped->Supports(aTrackInfo, aDiagnostics); in Supports()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegDecoderModule.h58 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsMimeType() argument
63 return Supports(SupportDecoderParams(*trackInfo), aDiagnostics); in SupportsMimeType()
67 DecoderDoctorDiagnostics* aDiagnostics) const override { in Supports() argument
91 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsColorDepth() argument
/dports/www/firefox/firefox-99.0/dom/media/platforms/ffmpeg/
H A DFFmpegDecoderModule.h58 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsMimeType() argument
63 return Supports(SupportDecoderParams(*trackInfo), aDiagnostics); in SupportsMimeType()
67 DecoderDoctorDiagnostics* aDiagnostics) const override { in Supports() argument
91 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsColorDepth() argument
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/platforms/ffmpeg/
H A DFFmpegDecoderModule.h58 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsMimeType() argument
63 return Supports(SupportDecoderParams(*trackInfo), aDiagnostics); in SupportsMimeType()
67 DecoderDoctorDiagnostics* aDiagnostics) const override { in Supports() argument
91 DecoderDoctorDiagnostics* aDiagnostics) const override { in SupportsColorDepth() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/media/ipc/
H A DRemoteDecoderModule.cpp42 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
48 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
50 RemoteDecoderManagerChild::Supports(mLocation, aParams, aDiagnostics); in Supports()
/dports/www/firefox/firefox-99.0/dom/media/ipc/
H A DRemoteDecoderModule.cpp42 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
48 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
50 RemoteDecoderManagerChild::Supports(mLocation, aParams, aDiagnostics); in Supports()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/ipc/
H A DRemoteDecoderModule.cpp42 const nsACString& aMimeType, DecoderDoctorDiagnostics* aDiagnostics) const { in SupportsMimeType()
48 DecoderDoctorDiagnostics* aDiagnostics) const { in Supports()
50 RemoteDecoderManagerChild::Supports(mLocation, aParams, aDiagnostics); in Supports()

12345678910