Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkcontext.c514 resp->surfaces_avail = g_list_prepend (resp->surfaces_avail, surface); in create_surfaces()
528 g_list_free_full (resp->surfaces_avail, free_surface); in remove_surfaces()
579 resp->surfaces_avail = g_list_prepend (resp->surfaces_avail, surface); in check_surfaces_available()
610 for (l = msdk_resp->surfaces_avail; l;) { in gst_msdk_context_get_surface_available()
614 msdk_resp->surfaces_avail = in gst_msdk_context_get_surface_available()
615 g_list_remove (msdk_resp->surfaces_avail, surface); in gst_msdk_context_get_surface_available()
672 if (!g_list_find (msdk_resp->surfaces_avail, surface)) { in gst_msdk_context_put_surface_available()
675 msdk_resp->surfaces_avail = in gst_msdk_context_put_surface_available()
676 g_list_prepend (msdk_resp->surfaces_avail, surface); in gst_msdk_context_put_surface_available()
Dgstmsdkcontext.h104 GList *surfaces_avail; member
/third_party/gstreamer/gstplugins_bad/
DChangeLog50618 1\ surfaces_avail : surfaces which are free and unused anywhere