Searched refs:prepare_frame (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.h | 88 gboolean (*prepare_frame) (GstVideoAggregatorPad * pad, member
|
D | gstvideoaggregator.c | 224 klass->prepare_frame = in gst_video_aggregator_pad_class_init() 605 vaggpadclass->prepare_frame = in gst_video_aggregator_convert_pad_class_init() 1613 if (vpad->priv->buffer == NULL || !vaggpad_class->prepare_frame) in prepare_frames() 1616 return vaggpad_class->prepare_frame (vpad, GST_VIDEO_AGGREGATOR_CAST (agg), in prepare_frames()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglbasemixer.c | 68 vaggpad_class->prepare_frame = NULL; in gst_gl_base_mixer_pad_class_init()
|
D | gstglmixer.c | 76 vaggpad_class->prepare_frame = gst_gl_mixer_pad_prepare_frame; in gst_gl_mixer_pad_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.c | 411 (gst_compositor_pad_parent_class)->prepare_frame (pad, vagg, buffer, in gst_compositor_pad_prepare_frame() 499 vaggpadclass->prepare_frame = in gst_compositor_pad_class_init()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1429 static int prepare_frame(AVHWFramesContext *hwfc, VulkanExecCtx *ectx, in prepare_frame() function 1671 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_WRITE); in vulkan_pool_alloc() 2168 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_RO_SHADER); in vulkan_map_from_drm_frame_desc() 2540 err = prepare_frame(hwfc, &fp->conv_ctx, f, PREP_MODE_EXTERNAL_EXPORT); in vulkan_map_to_drm()
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6501 prepare_frame and cleanup_frame virtual methods directly. For the 20113 + GstVideoAggregatorPadClass->prepare_frame 50821 + GstVideoAggregatorPadClass->prepare_frame
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 8989 prepare_frame and cleanup_frame virtual methods directly. For the 63989 + GstVideoAggregatorPadClass->prepare_frame
|