Home
last modified time | relevance | path

Searched refs:graphics_context (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudautils.c400 context, GstObject * graphics_context, GstCudaGraphicsResourceType type) in gst_cuda_graphics_resource_new() argument
410 if (graphics_context) in gst_cuda_graphics_resource_new()
411 resource->graphics_context = gst_object_ref (graphics_context); in gst_cuda_graphics_resource_new()
569 gst_gl_context_thread_add ((GstGLContext *) resource->graphics_context, in gst_cuda_graphics_resource_free()
581 if (resource->graphics_context) in gst_cuda_graphics_resource_free()
582 gst_object_unref (resource->graphics_context); in gst_cuda_graphics_resource_free()
Dgstcudautils.h92 GstObject *graphics_context; member
120 GstObject * graphics_context,
Dgstnvdec.c136 gst_gl_context_thread_add ((GstGLContext *) cgr_info->graphics_context, in ensure_cuda_graphics_resource()
Dgstnvbaseenc.c2093 gst_gl_context_thread_add ((GstGLContext *) cgr_info->graphics_context, in ensure_cuda_graphics_resource()