Searched refs:srcframe (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/videomixer/ |
D | blend.c | 46 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 …]
|
D | blend.h | 26 typedef void (*BlendFunction) (GstVideoFrame *srcframe, gint xpos, gint ypos, gdouble src_alpha, Gs…
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | blend.c | 44 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 …]
|
D | blend.h | 50 typedef void (*BlendFunction) (GstVideoFrame *srcframe, gint xpos, gint ypos, gdouble src_alpha, Gs…
|
/third_party/ffmpeg/libavcodec/ |
D | av1dec.c | 808 const AVFrame *srcframe = s->cur_frame.tf.f; in set_output_frame() local 816 ret = av_frame_ref(frame, srcframe); in set_output_frame()
|