Searched refs:msdk_resp (Results 1 – 2 of 2) sorted by relevance
546 GstMsdkAllocResponse *msdk_resp; in gst_msdk_context_remove_alloc_response() local554 msdk_resp = l->data; in gst_msdk_context_remove_alloc_response()556 remove_surfaces (context, msdk_resp); in gst_msdk_context_remove_alloc_response()558 g_slice_free1 (sizeof (GstMsdkAllocResponse), msdk_resp); in gst_msdk_context_remove_alloc_response()603 GstMsdkAllocResponse *msdk_resp = in gst_msdk_context_get_surface_available() local610 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()616 msdk_resp->surfaces_used = in gst_msdk_context_get_surface_available()617 g_list_prepend (msdk_resp->surfaces_used, surface); in gst_msdk_context_get_surface_available()[all …]
55 GstMsdkAllocResponse *msdk_resp = NULL; in gst_msdk_frame_alloc() local99 msdk_resp = in gst_msdk_frame_alloc()247 msdk_resp->response = *resp; in gst_msdk_frame_alloc()248 msdk_resp->request = *req; in gst_msdk_frame_alloc()249 msdk_resp->refcount = 1; in gst_msdk_frame_alloc()251 gst_msdk_context_add_alloc_response (context, msdk_resp); in gst_msdk_frame_alloc()