Lines Matching refs:ctxh
218 if (!vtdec->ctxh) in gst_vtdec_start()
219 vtdec->ctxh = gst_gl_context_helper_new (GST_ELEMENT (decoder)); in gst_vtdec_start()
242 if (vtdec->ctxh) in gst_vtdec_stop()
243 gst_gl_context_helper_free (vtdec->ctxh); in gst_vtdec_stop()
244 vtdec->ctxh = NULL; in gst_vtdec_stop()
457 if (!vtdec->ctxh) in gst_vtdec_negotiate()
458 vtdec->ctxh = gst_gl_context_helper_new (GST_ELEMENT (vtdec)); in gst_vtdec_negotiate()
459 gst_gl_context_helper_ensure_context (vtdec->ctxh); in gst_vtdec_negotiate()
462 vtdec->ctxh->context, cache_gl ? cache_gl->ctx : NULL); in gst_vtdec_negotiate()
464 if (cache_gl && cache_gl->ctx != vtdec->ctxh->context) { in gst_vtdec_negotiate()
470 gst_video_texture_cache_gl_new (vtdec->ctxh->context); in gst_vtdec_negotiate()
1225 if (!vtdec->ctxh) in gst_vtdec_set_context()
1226 vtdec->ctxh = gst_gl_context_helper_new (element); in gst_vtdec_set_context()
1228 &vtdec->ctxh->display, &vtdec->ctxh->other_context); in gst_vtdec_set_context()