Home
last modified time | relevance | path

Searched refs:texture_cache (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtdec.c238 if (vtdec->texture_cache) in gst_vtdec_stop()
239 g_object_unref (vtdec->texture_cache); in gst_vtdec_stop()
240 vtdec->texture_cache = NULL; in gst_vtdec_stop()
267 gst_video_texture_cache_set_format (vtdec->texture_cache, format, in setup_texture_cache()
435 if (vtdec->texture_cache != NULL in gst_vtdec_negotiate()
436 && ((GST_IS_VIDEO_TEXTURE_CACHE_GL (vtdec->texture_cache) in gst_vtdec_negotiate()
439 || (GST_IS_VIDEO_TEXTURE_CACHE_VULKAN (vtdec->texture_cache) in gst_vtdec_negotiate()
443 g_object_unref (vtdec->texture_cache); in gst_vtdec_negotiate()
444 vtdec->texture_cache = NULL; in gst_vtdec_negotiate()
451 if (vtdec->texture_cache) in gst_vtdec_negotiate()
[all …]
Dvtdec.h54 GstVideoTextureCache *texture_cache; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog72711 When renegotiating from GLMemory to Sysmem do teardown the texture_cache.