Home
last modified time | relevance | path

Searched refs:srcframe (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c46 method##_ ##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
55 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
56 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
57 src = GST_VIDEO_FRAME_PLANE_DATA (srcframe, 0); \
58 src_stride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \
235 blend_##format_name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
253 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
254 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
256 info = srcframe->info.finfo; \
294 b_src = GST_VIDEO_FRAME_COMP_DATA (srcframe, 0); \
[all …]
Dblend.h26 typedef void (*BlendFunction) (GstVideoFrame *srcframe, gint xpos, gint ypos, gdouble src_alpha, Gs…
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c44 method##_ ##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
54 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
55 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
56 src = GST_VIDEO_FRAME_PLANE_DATA (srcframe, 0); \
57 src_stride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \
298 blend_##format_name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
317 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
318 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
320 info = srcframe->info.finfo; \
361 b_src = GST_VIDEO_FRAME_COMP_DATA (srcframe, 0); \
[all …]
Dblend.h50 typedef void (*BlendFunction) (GstVideoFrame *srcframe, gint xpos, gint ypos, gdouble src_alpha, Gs…
/third_party/ffmpeg/libavcodec/
Dav1dec.c808 const AVFrame *srcframe = s->cur_frame.tf.f; in set_output_frame() local
816 ret = av_frame_ref(frame, srcframe); in set_output_frame()