Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c133 GstVideoCrop *vcrop = GST_VIDEO_CROP (trans); in gst_video_crop_src_event()
431 GstVideoCrop *vcrop = GST_VIDEO_CROP (vfilter); in gst_video_crop_transform_frame()
471 GstVideoCrop *crop = GST_VIDEO_CROP (trans); in gst_video_crop_decide_allocation()
519 GstVideoCrop *video_crop = GST_VIDEO_CROP (trans); in gst_video_crop_before_transform()
536 GstVideoCrop *vcrop = GST_VIDEO_CROP (trans); in gst_video_crop_transform_ip()
671 vcrop = GST_VIDEO_CROP (trans); in gst_video_crop_transform_caps()
754 GstVideoCrop *crop = GST_VIDEO_CROP (vfilter); in gst_video_crop_set_info()
930 video_crop = GST_VIDEO_CROP (object); in gst_video_crop_set_property()
969 video_crop = GST_VIDEO_CROP (object); in gst_video_crop_get_property()
Dgstvideocrop.h28 #define GST_VIDEO_CROP(obj) \ macro