Searched refs:IUnknown_Release (Results 1 – 14 of 14) sorted by relevance
179 if (color_contexts[i] != NULL) IUnknown_Release(color_contexts[i]); in ExtractICCP()230 if (frame_palette != NULL) IUnknown_Release(frame_palette); in HasAlpha()231 if (global_palette != NULL) IUnknown_Release(global_palette); in HasAlpha()375 if (converter != NULL) IUnknown_Release(converter); in ReadPictureWithWIC()376 if (frame != NULL) IUnknown_Release(frame); in ReadPictureWithWIC()377 if (decoder != NULL) IUnknown_Release(decoder); in ReadPictureWithWIC()378 if (factory != NULL) IUnknown_Release(factory); in ReadPictureWithWIC()379 if (stream != NULL) IUnknown_Release(stream); in ReadPictureWithWIC()
137 if (frame != NULL) IUnknown_Release(frame); in WriteUsingWIC()138 if (encoder != NULL) IUnknown_Release(encoder); in WriteUsingWIC()139 if (factory != NULL) IUnknown_Release(factory); in WriteUsingWIC()140 if (stream != NULL) IUnknown_Release(stream); in WriteUsingWIC()
182 if (color_contexts[i] != NULL) IUnknown_Release(color_contexts[i]); in ExtractICCP()233 if (frame_palette != NULL) IUnknown_Release(frame_palette); in HasAlpha()234 if (global_palette != NULL) IUnknown_Release(global_palette); in HasAlpha()389 if (converter != NULL) IUnknown_Release(converter); in ReadPictureWithWIC()390 if (frame != NULL) IUnknown_Release(frame); in ReadPictureWithWIC()391 if (decoder != NULL) IUnknown_Release(decoder); in ReadPictureWithWIC()392 if (factory != NULL) IUnknown_Release(factory); in ReadPictureWithWIC()393 if (stream != NULL) IUnknown_Release(stream); in ReadPictureWithWIC()
221 IUnknown_Release (self->client_clock); in gst_wasapi_src_dispose()226 IUnknown_Release (self->client); in gst_wasapi_src_dispose()231 IUnknown_Release (self->capture_client); in gst_wasapi_src_dispose()236 IUnknown_Release (self->loopback_client); in gst_wasapi_src_dispose()463 IUnknown_Release (loopback_device); in gst_wasapi_src_open()481 IUnknown_Release (self->device); in gst_wasapi_src_close()486 IUnknown_Release (self->client); in gst_wasapi_src_close()491 IUnknown_Release (self->loopback_client); in gst_wasapi_src_close()718 IUnknown_Release (self->capture_client); in gst_wasapi_src_unprepare()723 IUnknown_Release (self->client_clock); in gst_wasapi_src_unprepare()[all …]
436 IUnknown_Release (prop_store); in gst_wasapi_util_get_devices()438 IUnknown_Release (endpoint); in gst_wasapi_util_get_devices()440 IUnknown_Release (client); in gst_wasapi_util_get_devices()442 IUnknown_Release (item); in gst_wasapi_util_get_devices()453 IUnknown_Release (device_collection); in gst_wasapi_util_get_devices()497 IUnknown_Release (prop_store); in gst_wasapi_util_get_device_format()505 IUnknown_Release (prop_store); in gst_wasapi_util_get_device_format()562 IUnknown_Release (device); in gst_wasapi_util_get_device()590 IUnknown_Release (client); in gst_wasapi_util_get_audio_client()
202 IUnknown_Release (self->client); in gst_wasapi_sink_dispose()207 IUnknown_Release (self->render_client); in gst_wasapi_sink_dispose()443 IUnknown_Release (self->device); in gst_wasapi_sink_close()448 IUnknown_Release (self->client); in gst_wasapi_sink_close()600 IUnknown_Release (self->client); in gst_wasapi_sink_unprepare()605 IUnknown_Release (self->render_client); in gst_wasapi_sink_unprepare()
40 if (header->unknown) { IUnknown_Release(*(IUnknown **)header_data); } in ht_guid_delete()
309 IUnknown_Release((IUnknown *)opaque); in bufref_free_interface()
1812 #define IUnknown_Release(p) (p)->lpVtbl->Release(p) macro
32 #define PTR_RELEASE(p) {if(NULL!=(p)){IUnknown_Release((IUnknown *)(p)); (p) = NULL;}}
549 IUnknown_Release(device_filter_iunknown); in ff_dshow_show_filter_properties()
56 #define SAFE_RELEASE(X) if ((X)) { IUnknown_Release(SDL_static_cast(IUnknown*, X)); X = NULL; }
147 IUnknown_Release(pdev->adapter); in dzn_physical_device_destroy()