Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstsmptealpha.c290 gint src_wrap, dest_wrap; \
308 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); \
323 out += dest_wrap; \
343 gint src_wrap, dest_wrap; in gst_smpte_alpha_process_ayuv_ayuv() local
361 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); in gst_smpte_alpha_process_ayuv_ayuv()
374 out += dest_wrap; in gst_smpte_alpha_process_ayuv_ayuv()
388 gint src_wrap, src_u_wrap, src_v_wrap, dest_wrap; in gst_smpte_alpha_process_i420_ayuv() local
422 dest_wrap = GST_VIDEO_FRAME_PLANE_STRIDE (out_frame, 0) - (width << 2); in gst_smpte_alpha_process_i420_ayuv()
455 out += dest_wrap; in gst_smpte_alpha_process_i420_ayuv()