Home
last modified time | relevance | path

Searched refs:IUnknown_Release (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dwicdec.c179 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()
Dimage_enc.c137 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()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwicdec.c182 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()
Dimage_enc.c137 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()
/third_party/gstreamer/gstplugins_bad/sys/wasapi/
Dgstwasapisrc.c221 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 …]
Dgstwasapiutil.c436 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()
Dgstwasapisink.c202 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()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pdata.h40 if (header->unknown) { IUnknown_Release(*(IUnknown **)header_data); } in ht_guid_delete()
/third_party/ffmpeg/libavcodec/
Ddxva2.c309 IUnknown_Release((IUnknown *)opaque); in bufref_free_interface()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1812 #define IUnknown_Release(p) (p)->lpVtbl->Release(p) macro
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Ddxgicapture.c32 #define PTR_RELEASE(p) {if(NULL!=(p)){IUnknown_Release((IUnknown *)(p)); (p) = NULL;}}
/third_party/ffmpeg/libavdevice/
Ddshow.c549 IUnknown_Release(device_filter_iunknown); in ff_dshow_show_filter_properties()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c56 #define SAFE_RELEASE(X) if ((X)) { IUnknown_Release(SDL_static_cast(IUnknown*, X)); X = NULL; }
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c147 IUnknown_Release(pdev->adapter); in dzn_physical_device_destroy()