/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 428 GstContext *context, *old_context; in gst_gl_handle_context_query() local 442 gst_query_parse_context (query, &old_context); in gst_gl_handle_context_query() 444 if (old_context) in gst_gl_handle_context_query() 445 context = gst_context_copy (old_context); in gst_gl_handle_context_query() 461 gst_query_parse_context (query, &old_context); in gst_gl_handle_context_query() 463 if (old_context) in gst_gl_handle_context_query() 464 context = gst_context_copy (old_context); in gst_gl_handle_context_query() 492 gst_query_parse_context (query, &old_context); in gst_gl_handle_context_query() 494 if (old_context) in gst_gl_handle_context_query() 495 context = gst_context_copy (old_context); in gst_gl_handle_context_query() [all …]
|
D | gstglviewconvert.c | 361 GstGLContext *old_context = NULL; in gst_gl_view_convert_set_context() local 369 old_context = viewconvert->context; in gst_gl_view_convert_set_context() 374 gst_clear_object (&old_context); in gst_gl_view_convert_set_context()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcontext.h | 102 gst_context_replace (GstContext **old_context, GstContext *new_context) in gst_context_replace() argument 104 return gst_mini_object_replace ((GstMiniObject **) old_context, (GstMiniObject *) new_context); in gst_context_replace() 108 gboolean gst_context_replace (GstContext ** old_context,
|
D | gstcontext.c | 358 gst_context_replace (GstContext ** old_context, GstContext * new_context) in gst_context_replace() argument 360 return gst_mini_object_replace ((GstMiniObject **) old_context, in gst_context_replace()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/ |
D | gstvkqueue.c | 233 GstContext *context, *old_context; in gst_vulkan_queue_handle_context_query() local 245 gst_query_parse_context (query, &old_context); in gst_vulkan_queue_handle_context_query() 247 if (old_context) in gst_vulkan_queue_handle_context_query() 248 context = gst_context_copy (old_context); in gst_vulkan_queue_handle_context_query()
|
D | gstvkdisplay.c | 696 GstContext *context, *old_context; in gst_vulkan_display_handle_context_query() local 708 gst_query_parse_context (query, &old_context); in gst_vulkan_display_handle_context_query() 710 if (old_context) in gst_vulkan_display_handle_context_query() 711 context = gst_context_copy (old_context); in gst_vulkan_display_handle_context_query()
|
D | gstvkdevice.c | 552 GstContext *context, *old_context; in gst_vulkan_device_handle_context_query() local 564 gst_query_parse_context (query, &old_context); in gst_vulkan_device_handle_context_query() 566 if (old_context) in gst_vulkan_device_handle_context_query() 567 context = gst_context_copy (old_context); in gst_vulkan_device_handle_context_query()
|
D | gstvkinstance.c | 1204 GstContext *context, *old_context; in gst_vulkan_instance_handle_context_query() local 1216 gst_query_parse_context (query, &old_context); in gst_vulkan_instance_handle_context_query() 1218 if (old_context) in gst_vulkan_instance_handle_context_query() 1219 context = gst_context_copy (old_context); in gst_vulkan_instance_handle_context_query()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/ |
D | gstd3d11utils.cpp | 237 GstContext *context, *old_context; in gst_d3d11_handle_context_query() local 253 gst_query_parse_context (query, &old_context); in gst_d3d11_handle_context_query() 254 if (old_context) in gst_d3d11_handle_context_query() 255 context = gst_context_copy (old_context); in gst_d3d11_handle_context_query()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudautils.c | 295 GstContext *context, *old_context; in gst_cuda_handle_context_query() local 309 gst_query_parse_context (query, &old_context); in gst_cuda_handle_context_query() 311 if (old_context) in gst_cuda_handle_context_query() 312 context = gst_context_copy (old_context); in gst_cuda_handle_context_query()
|
/third_party/boost/libs/graph_parallel/src/ |
D | mpi_process_group.cpp | 158 trigger_receive_context old_context = self.impl_->trigger_context; in handle_batch() local 166 self.impl_->trigger_context = old_context; in handle_batch() 395 trigger_receive_context old_context = impl_->trigger_context; in maybe_emit_receive() local 400 impl_->trigger_context = old_context; in maybe_emit_receive() 959 trigger_receive_context old_context = impl_->trigger_context; in poll_requests() local 963 impl_->trigger_context = old_context; in poll_requests() 974 trigger_receive_context old_context = impl_->trigger_context; in poll() local 1015 impl_->trigger_context = old_context; in poll()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_decode.h | 62 struct vaapi_context *old_context; member
|
D | vaapi_decode.c | 649 ctx->old_context = avctx->hwaccel_context; in ff_vaapi_decode_init() 663 ctx->hwctx->display = ctx->old_context->display; in ff_vaapi_decode_init() 675 ctx->va_config = ctx->old_context->config_id; in ff_vaapi_decode_init() 676 ctx->va_context = ctx->old_context->context_id; in ff_vaapi_decode_init()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.h | 93 GstMsdkContext *old_context; member
|
D | gstmsdkvpp.h | 92 GstMsdkContext *old_context; member
|
D | gstmsdkenc.h | 103 GstMsdkContext *old_context; member
|
D | gstmsdkvpp.c | 293 if (thiz->context == thiz->old_context) { in gst_msdkvpp_context_prepare() 351 gst_object_replace ((GstObject **) & thiz->old_context, in ensure_context() 1636 gst_clear_object (&thiz->old_context); in gst_msdkvpp_dispose()
|
D | gstmsdkdec.c | 778 if (thiz->context == thiz->old_context) { in gst_msdkdec_context_prepare() 841 gst_object_replace ((GstObject **) & thiz->old_context, in gst_msdkdec_start() 1783 gst_clear_object (&thiz->old_context); in gst_msdkdec_dispose()
|
D | gstmsdkenc.c | 1840 if (thiz->context == thiz->old_context) { in gst_msdkenc_context_prepare() 1899 gst_object_replace ((GstObject **) & thiz->old_context, in gst_msdkenc_start() 2024 gst_clear_object (&thiz->old_context); in gst_msdkenc_dispose()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 433 GET_CURRENT_CONTEXT(old_context); in _mesa_meta_free() 445 if (old_context) in _mesa_meta_free() 446 _mesa_make_current(old_context, old_context->WinSysDrawBuffer, old_context->WinSysReadBuffer); in _mesa_meta_free()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 29980 on it. To detect that case, we set the context on `old_context`, and
|