• Home
  • Raw
  • Download

Lines Matching refs:srcframe

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); \
296 src_comp_rowstride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \
310 b_src = GST_VIDEO_FRAME_COMP_DATA (srcframe, 1); \
312 src_comp_rowstride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 1); \
326 b_src = GST_VIDEO_FRAME_COMP_DATA (srcframe, 2); \
328 src_comp_rowstride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 2); \
480 blend_##format_name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
498 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
499 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
501 info = srcframe->info.finfo; \
539 b_src = GST_VIDEO_FRAME_COMP_DATA (srcframe, 0); \
541 src_comp_rowstride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \
555 b_src = GST_VIDEO_FRAME_PLANE_DATA (srcframe, 1); \
557 src_comp_rowstride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 1); \
651 blend_##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
661 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
662 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
664 src = GST_VIDEO_FRAME_PLANE_DATA (srcframe, 0); \
670 src_stride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \
817 blend_##name (GstVideoFrame * srcframe, gint xpos, gint ypos, \
827 src_width = GST_VIDEO_FRAME_WIDTH (srcframe); \
828 src_height = GST_VIDEO_FRAME_HEIGHT (srcframe); \
833 src = GST_VIDEO_FRAME_PLANE_DATA (srcframe, 0); \
836 src_stride = GST_VIDEO_FRAME_COMP_STRIDE (srcframe, 0); \