Searched refs:alloc_w (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | msdk.c | 407 gst_msdk_set_video_alignment (GstVideoInfo * info, guint alloc_w, guint alloc_h, in gst_msdk_set_video_alignment() argument 416 g_assert (alloc_w == 0 || alloc_w >= width); in gst_msdk_set_video_alignment() 419 if (alloc_w == 0) in gst_msdk_set_video_alignment() 420 alloc_w = width; in gst_msdk_set_video_alignment() 436 alignment->padding_right = GST_ROUND_UP_16 (alloc_w) - width; in gst_msdk_set_video_alignment()
|
D | msdk.h | 112 void gst_msdk_set_video_alignment (GstVideoInfo * info, guint alloc_w, guint alloc_h,
|
D | gstmsdkdec.c | 533 guint alloc_w, alloc_h; in gst_msdkdec_set_src_caps() local 561 alloc_w = in gst_msdkdec_set_src_caps() 571 gst_msdk_set_video_alignment (vinfo, alloc_w, alloc_h, &align); in gst_msdkdec_set_src_caps()
|