Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.h50 #define GST_MPP_VIDEO_INFO_VSTRIDE(i) \ macro
H A Dgstmpp.c218 guint vstride = GST_MPP_VIDEO_INFO_VSTRIDE (vinfo); in gst_mpp_rga_info_from_video_info()
369 vstride = GST_MPP_ALIGN (GST_MPP_VIDEO_INFO_VSTRIDE (info)); in gst_mpp_video_info_align()
H A Dgstmppenc.c189 vstride = GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_enc_video_info_align()
667 vstride = GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_enc_set_format()
701 GST_MPP_VIDEO_INFO_VSTRIDE (info)); in gst_mpp_enc_set_format()
743 align.padding_bottom = GST_MPP_VIDEO_INFO_VSTRIDE (&info) - in gst_mpp_enc_propose_allocation()
H A Dgstmppdec.c436 vstride = vstride ? : GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_dec_update_video_info()