Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbufferpool.c51 GstGLVideoAllocationParams *gl_params; member
140 if (priv->gl_params) in gst_gl_buffer_pool_set_config()
141 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_set_config()
142 priv->gl_params = (GstGLVideoAllocationParams *) in gst_gl_buffer_pool_set_config()
144 if (!priv->gl_params) in gst_gl_buffer_pool_set_config()
145 priv->gl_params = gst_gl_video_allocation_params_new (glpool->context, in gst_gl_buffer_pool_set_config()
155 priv->gl_params->valign); in gst_gl_buffer_pool_set_config()
158 max_align |= priv->gl_params->valign->stride_align[n]; in gst_gl_buffer_pool_set_config()
161 priv->gl_params->valign->stride_align[n] = max_align; in gst_gl_buffer_pool_set_config()
163 gst_video_info_align (priv->gl_params->v_info, priv->gl_params->valign); in gst_gl_buffer_pool_set_config()
[all …]
/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtglrenderer.cc216 gl_params(NULL), in GstQuickRenderer()
436 gl_params = (GstGLAllocationParams *) in init()
483 gst_gl_allocation_params_free (gl_params); in ~GstQuickRenderer()
590 gl_params->user_data = static_cast<gpointer> (data); in renderGstGL()
591 gl_params->gl_handle = GINT_TO_POINTER (m_fbo->texture()); in renderGstGL()
592 gl_mem = (GstGLMemory *) gst_gl_base_memory_alloc (gl_allocator, gl_params); in renderGstGL()
724 GstGLVideoAllocationParams *params = (GstGLVideoAllocationParams *) (gl_params); in updateSizes()
Dqtglrenderer.h101 GstGLAllocationParams *gl_params; in QT_FORWARD_DECLARE_CLASS() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c507 GstGLVideoAllocationParams *gl_params; member
559 if (priv->gl_params) in gst_gl_buffer_pool_nvmm_set_config()
560 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_set_config()
561 priv->gl_params = in gst_gl_buffer_pool_nvmm_set_config()
568 (GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_set_config()
649 nvmm_mem = gst_allocator_nvmm_alloc (priv->gl_params->v_info); in gst_gl_buffer_pool_nvmm_alloc()
692 if (!gst_gl_memory_setup_buffer (allocator, *outbuf, priv->gl_params, in gst_gl_buffer_pool_nvmm_alloc()
731 if (priv->gl_params) in gst_gl_buffer_pool_nvmm_finalize()
732 gst_gl_allocation_params_free ((GstGLAllocationParams *) priv->gl_params); in gst_gl_buffer_pool_nvmm_finalize()
733 priv->gl_params = NULL; in gst_gl_buffer_pool_nvmm_finalize()