Searched refs:gl_params (Results 1 – 4 of 4) sorted by relevance
51 GstGLVideoAllocationParams *gl_params; member140 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 …]
216 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()
101 GstGLAllocationParams *gl_params; in QT_FORWARD_DECLARE_CLASS() local
507 GstGLVideoAllocationParams *gl_params; member559 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()