Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dmsdk.c407 gst_msdk_set_video_alignment (GstVideoInfo * info, guint alloc_w, guint alloc_h, in gst_msdk_set_video_alignment() argument
417 g_assert (alloc_h == 0 || alloc_h >= height); in gst_msdk_set_video_alignment()
422 if (alloc_h == 0) in gst_msdk_set_video_alignment()
423 alloc_h = height; in gst_msdk_set_video_alignment()
437 alignment->padding_bottom = GST_ROUND_UP_32 (alloc_h) - height; in gst_msdk_set_video_alignment()
Dmsdk.h112 void gst_msdk_set_video_alignment (GstVideoInfo * info, guint alloc_w, guint alloc_h,
Dgstmsdkdec.c533 guint alloc_w, alloc_h; in gst_msdkdec_set_src_caps() local
564 alloc_h = in gst_msdkdec_set_src_caps()
571 gst_msdk_set_video_alignment (vinfo, alloc_w, alloc_h, &align); in gst_msdkdec_set_src_caps()