Home
last modified time | relevance | path

Searched refs:RETURN_IF_FAILED (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/media/renderers/win/
H A Dmedia_foundation_stream_wrapper.cc62 RETURN_IF_FAILED(mf_sample->SetUINT32( in AddEncryptAttributes()
84 RETURN_IF_FAILED(mf_sample->SetBlob( in AddEncryptAttributes()
102 RETURN_IF_FAILED(mf_sample->SetBlob( in AddEncryptAttributes()
132 RETURN_IF_FAILED(MediaFoundationVideoStream::Create( in Create()
136 RETURN_IF_FAILED(MediaFoundationAudioStream::Create( in Create()
162 RETURN_IF_FAILED(GenerateStreamDescriptor()); in RuntimeClassInitialize()
373 RETURN_IF_FAILED(GetMediaType(&media_type)); in QueueFormatChangedEvent()
444 RETURN_IF_FAILED(MFCreateSample(&mf_sample)); in GenerateSampleFromDecoderBuffer()
465 RETURN_IF_FAILED(mf_buffer->Unlock()); in GenerateSampleFromDecoderBuffer()
474 RETURN_IF_FAILED(TransformSample(mf_sample)); in GenerateSampleFromDecoderBuffer()
[all …]
H A Dmedia_foundation_audio_stream.cc99 RETURN_IF_FAILED(MFCreateMediaType(&media_type)); in GetDefaultAudioType()
130 RETURN_IF_FAILED( in GetDefaultAudioType()
137 RETURN_IF_FAILED( in GetDefaultAudioType()
142 RETURN_IF_FAILED( in GetDefaultAudioType()
187 RETURN_IF_FAILED(MFInitMediaTypeFromWaveFormatEx( in GetAacAudioType()
267 RETURN_IF_FAILED( in TransformSample()
273 RETURN_IF_FAILED(mf_buffer->Unlock()); in TransformSample()
295 RETURN_IF_FAILED( in TransformSample()
299 RETURN_IF_FAILED(sample->SetBlob( in TransformSample()
311 RETURN_IF_FAILED(MFCreateMediaBufferWrapper( in TransformSample()
[all …]
H A Dmedia_foundation_renderer.cc134 RETURN_IF_FAILED(InitializeDXGIDeviceManager()); in CreateMediaEngine()
135 RETURN_IF_FAILED(InitializeVirtualVideoWindow()); in CreateMediaEngine()
156 RETURN_IF_FAILED(creation_attributes->SetUnknown( in CreateMediaEngine()
158 RETURN_IF_FAILED( in CreateMediaEngine()
161 RETURN_IF_FAILED(creation_attributes->SetUINT32( in CreateMediaEngine()
174 RETURN_IF_FAILED( in CreateMediaEngine()
176 RETURN_IF_FAILED(creation_attributes->SetUnknown( in CreateMediaEngine()
239 RETURN_IF_FAILED( in SetSourceOnMediaEngine()
247 RETURN_IF_FAILED( in SetSourceOnMediaEngine()
255 RETURN_IF_FAILED( in InitializeDXGIDeviceManager()
[all …]
H A Dmedia_foundation_source_wrapper.cc50 RETURN_IF_FAILED(MediaFoundationStreamWrapper::Create( in RuntimeClassInitialize()
55 RETURN_IF_FAILED(MFCreateEventQueue(&mf_media_event_queue_)); in RuntimeClassInitialize()
96 RETURN_IF_FAILED(presentation_descriptor->SelectStream(idx)); in SelectDefaultStreams()
124 RETURN_IF_FAILED(MFCreatePresentationDescriptor( in CreatePresentationDescriptor()
128 RETURN_IF_FAILED( in CreatePresentationDescriptor()
172 RETURN_IF_FAILED( in Start()
197 RETURN_IF_FAILED(stream.As(&unknown_stream)); in Start()
198 RETURN_IF_FAILED(mf_media_event_queue_->QueueEventParamUnk( in Start()
221 RETURN_IF_FAILED( in Start()
326 RETURN_IF_FAILED(mf_media_event_queue_->QueueEventParamVar( in QueueEvent()
[all …]
H A Dmedia_foundation_protection_manager.cc34 RETURN_IF_FAILED( in RuntimeClassInitialize()
45 RETURN_IF_FAILED(cdm_proxy_->GetPMPServer(IID_PPV_ARGS(&pmp_server))); in SetCdmProxy()
46 RETURN_IF_FAILED(SetPMPServer(pmp_server.Get())); in SetCdmProxy()
57 RETURN_IF_FAILED(property_set_.As(&property_map)); in SetPMPServer()
65 RETURN_IF_FAILED( in SetPMPServer()
79 RETURN_IF_FAILED( in BeginEnableContent()
81 RETURN_IF_FAILED( in BeginEnableContent()
91 RETURN_IF_FAILED(content_enabler->GetEnableType(&enabler_type)); in BeginEnableContent()
95 RETURN_IF_FAILED(unknown_object.As(&service_request)); in BeginEnableContent()
96 RETURN_IF_FAILED(service_request->get_Type(&enabler_type)); in BeginEnableContent()
[all …]
H A Dmedia_foundation_video_stream.cc84 RETURN_IF_FAILED(MFCreateMediaType(&media_type)); in GetVideoType()
85 RETURN_IF_FAILED(media_type->SetGUID(MF_MT_MAJOR_TYPE, MFMediaType_Video)); in GetVideoType()
92 RETURN_IF_FAILED(media_type->SetGUID(MF_MT_SUBTYPE, mf_subtype)); in GetVideoType()
96 RETURN_IF_FAILED( in GetVideoType()
101 RETURN_IF_FAILED( in GetVideoType()
111 RETURN_IF_FAILED(media_type->SetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&area, in GetVideoType()
118 RETURN_IF_FAILED(media_type->SetUINT32(MF_MT_VIDEO_ROTATION, mf_rotation)); in GetVideoType()
140 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationH264VideoStream>( in Create()
151 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationHEVCVideoStream>( in Create()
157 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationVideoStream>( in Create()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/renderers/win/
H A Dmedia_foundation_audio_stream.cc99 RETURN_IF_FAILED(MFCreateMediaType(&media_type)); in GetDefaultAudioType()
130 RETURN_IF_FAILED( in GetDefaultAudioType()
137 RETURN_IF_FAILED( in GetDefaultAudioType()
142 RETURN_IF_FAILED( in GetDefaultAudioType()
187 RETURN_IF_FAILED(MFInitMediaTypeFromWaveFormatEx( in GetAacAudioType()
267 RETURN_IF_FAILED( in TransformSample()
273 RETURN_IF_FAILED(mf_buffer->Unlock()); in TransformSample()
295 RETURN_IF_FAILED( in TransformSample()
299 RETURN_IF_FAILED(sample->SetBlob( in TransformSample()
311 RETURN_IF_FAILED(MFCreateMediaBufferWrapper( in TransformSample()
[all …]
H A Dmedia_foundation_stream_wrapper.cc64 RETURN_IF_FAILED(mf_sample->SetUINT32( in AddEncryptAttributes()
86 RETURN_IF_FAILED(mf_sample->SetBlob( in AddEncryptAttributes()
104 RETURN_IF_FAILED(mf_sample->SetBlob( in AddEncryptAttributes()
134 RETURN_IF_FAILED(MediaFoundationVideoStream::Create( in Create()
164 RETURN_IF_FAILED(GenerateStreamDescriptor()); in RuntimeClassInitialize()
376 RETURN_IF_FAILED(GetMediaType(&media_type)); in QueueFormatChangedEvent()
443 RETURN_IF_FAILED(MFCreateSample(&mf_sample)); in GenerateSampleFromDecoderBuffer()
464 RETURN_IF_FAILED(mf_buffer->Unlock()); in GenerateSampleFromDecoderBuffer()
469 RETURN_IF_FAILED( in GenerateSampleFromDecoderBuffer()
473 RETURN_IF_FAILED(TransformSample(mf_sample)); in GenerateSampleFromDecoderBuffer()
[all …]
H A Dmedia_foundation_source_wrapper.cc53 RETURN_IF_FAILED(MediaFoundationStreamWrapper::Create( in RuntimeClassInitialize()
58 RETURN_IF_FAILED(MFCreateEventQueue(&mf_media_event_queue_)); in RuntimeClassInitialize()
100 RETURN_IF_FAILED(presentation_descriptor->SelectStream(idx)); in SelectDefaultStreams()
128 RETURN_IF_FAILED(MFCreatePresentationDescriptor( in CreatePresentationDescriptor()
132 RETURN_IF_FAILED( in CreatePresentationDescriptor()
176 RETURN_IF_FAILED( in Start()
201 RETURN_IF_FAILED(stream.As(&unknown_stream)); in Start()
202 RETURN_IF_FAILED(mf_media_event_queue_->QueueEventParamUnk( in Start()
225 RETURN_IF_FAILED( in Start()
330 RETURN_IF_FAILED(mf_media_event_queue_->QueueEventParamVar( in QueueEvent()
[all …]
H A Dmedia_foundation_video_stream.cc84 RETURN_IF_FAILED(MFCreateMediaType(&media_type)); in GetVideoType()
85 RETURN_IF_FAILED(media_type->SetGUID(MF_MT_MAJOR_TYPE, MFMediaType_Video)); in GetVideoType()
92 RETURN_IF_FAILED(media_type->SetGUID(MF_MT_SUBTYPE, mf_subtype)); in GetVideoType()
96 RETURN_IF_FAILED( in GetVideoType()
101 RETURN_IF_FAILED( in GetVideoType()
111 RETURN_IF_FAILED(media_type->SetBlob(MF_MT_GEOMETRIC_APERTURE, (UINT8*)&area, in GetVideoType()
118 RETURN_IF_FAILED(media_type->SetUINT32(MF_MT_VIDEO_ROTATION, mf_rotation)); in GetVideoType()
140 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationH264VideoStream>( in Create()
151 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationHEVCVideoStream>( in Create()
157 RETURN_IF_FAILED(MakeAndInitialize<MediaFoundationVideoStream>( in Create()
[all …]
H A Dmedia_foundation_protection_manager.cc34 RETURN_IF_FAILED( in RuntimeClassInitialize()
45 RETURN_IF_FAILED(cdm_proxy_->GetPMPServer(IID_PPV_ARGS(&pmp_server))); in SetCdmProxy()
46 RETURN_IF_FAILED(SetPMPServer(pmp_server.Get())); in SetCdmProxy()
57 RETURN_IF_FAILED(property_set_.As(&property_map)); in SetPMPServer()
65 RETURN_IF_FAILED( in SetPMPServer()
79 RETURN_IF_FAILED( in BeginEnableContent()
81 RETURN_IF_FAILED( in BeginEnableContent()
91 RETURN_IF_FAILED(content_enabler->GetEnableType(&enabler_type)); in BeginEnableContent()
95 RETURN_IF_FAILED(unknown_object.As(&service_request)); in BeginEnableContent()
96 RETURN_IF_FAILED(service_request->get_Type(&enabler_type)); in BeginEnableContent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cdm/win/
H A Dmedia_foundation_cdm_factory.cc37 RETURN_IF_FAILED( in CreateVideoCapability()
44 RETURN_IF_FAILED( in CreateVideoCapability()
58 RETURN_IF_FAILED( in BuildCdmAccessConfigurations()
93 RETURN_IF_FAILED(temp_configurations->SetValue(MF_EME_PERSISTEDSTATE, in BuildCdmAccessConfigurations()
101 RETURN_IF_FAILED(temp_configurations->SetValue(MF_EME_DISTINCTIVEID, in BuildCdmAccessConfigurations()
120 RETURN_IF_FAILED( in BuildCdmProperties()
179 RETURN_IF_FAILED(create_cdm_factory_cb.Run(cdm_factory)); in CreateMFCdmFactory()
199 RETURN_IF_FAILED(CreateMFCdmFactory(key_system, cdm_factory)); in CreateCdmInternal()
212 RETURN_IF_FAILED(cdm_factory->CreateContentDecryptionModuleAccess( in CreateCdmInternal()
218 RETURN_IF_FAILED(BuildCdmProperties(cdm_properties)); in CreateCdmInternal()
[all …]
H A Dmedia_foundation_cdm.cc49 RETURN_IF_FAILED(MFCreateMediaEvent( in CreatePolicySetEvent()
64 RETURN_IF_FAILED( in RefreshDecryptor()
71 RETURN_IF_FAILED(decryptor->ProcessMessage( in RefreshDecryptor()
82 RETURN_IF_FAILED(key_rotation_event->SetBlob( in RefreshDecryptor()
87 RETURN_IF_FAILED(key_rotation_event->SetBlob( in RefreshDecryptor()
93 RETURN_IF_FAILED( in RefreshDecryptor()
111 RETURN_IF_FAILED(cdm_services->GetService( in GetPMPServer()
137 RETURN_IF_FAILED( in GetInputTrustAuthority()
169 RETURN_IF_FAILED( in RefreshTrustedInput()
173 RETURN_IF_FAILED( in RefreshTrustedInput()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/test/
H A DTestOpen.cpp26 #define RETURN_IF_FAILED(rv, what) \ macro
54 RETURN_IF_FAILED(rv, "NS_NewURI"); in main()
58 RETURN_IF_FAILED(rv, "Couldn't get script security manager!"); in main()
61 RETURN_IF_FAILED(rv, "Couldn't get system principal!"); in main()
69 RETURN_IF_FAILED(rv, "NS_NewChannel"); in main()
72 RETURN_IF_FAILED(rv, "channel->Open2()"); in main()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslcertificate_winrt.cpp80 RETURN_IF_FAILED("Could not obtain certification blob", return QSslCertificate()); in Q_GLOBAL_STATIC()
83 RETURN_IF_FAILED("Could not obtain byte access to buffer", return QSslCertificate()); in Q_GLOBAL_STATIC()
86 RETURN_IF_FAILED("Could not obtain buffer data", return QSslCertificate()); in Q_GLOBAL_STATIC()
89 RETURN_IF_FAILED("Could not obtain buffer length ", return QSslCertificate()); in Q_GLOBAL_STATIC()
105 RETURN_IF_FAILED("Failed to create the certificate data buffer", return nullptr); in handle()
108 RETURN_IF_FAILED("Failed to create the certificate handle from the data buffer", in handle()

12345678