Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dconvertframe.c335 gst_buffer_get_video_crop_meta (buf), to_caps_copy, &err); in gst_video_convert_sample()
738 gst_buffer_get_video_crop_meta (buf), to_caps_copy, &error); in gst_video_convert_sample_async()
Dgstvideometa.h163 #define gst_buffer_get_video_crop_meta(b) ((GstVideoCropMeta*)gst_buffer_get_meta((b),GST_VIDEO_CRO… macro
/third_party/gstreamer/gstplugins_good/gst/videocrop/
Dgstvideocrop.c432 GstVideoCropMeta *meta = gst_buffer_get_video_crop_meta (in_frame->buffer); in gst_video_crop_transform_frame()
560 crop_meta = gst_buffer_get_video_crop_meta (buf); in gst_video_crop_transform_ip()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvimagesink.c289 crop = gst_buffer_get_video_crop_meta (xvimage); in gst_xv_image_sink_xvimage_put()
1002 if ((crop_meta = gst_buffer_get_video_crop_meta (buf))) { in gst_xv_image_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c918 video_crop = gst_buffer_get_video_crop_meta (codec_frame->output_buffer); in gst_va_base_dec_copy_output_buffer()
Dgstvafilter.c1555 crop = gst_buffer_get_video_crop_meta (sample->buffer); in _fill_va_sample()
Dgstvavpp.c694 if (!is_passthrough && gst_buffer_get_video_crop_meta (inbuf)) { in gst_va_vpp_before_transform()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.cpp916 crop_meta = gst_buffer_get_video_crop_meta (buffer); in gst_d3d111_window_present()
Dgstd3d11videosink.cpp1109 crop_meta = gst_buffer_get_video_crop_meta (inbuf); in gst_d3d11_video_sink_get_fallback_buffer()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c283 crop = gst_buffer_get_video_crop_meta (ximage); in gst_x_image_sink_ximage_put()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1612 if ((crop = gst_buffer_get_video_crop_meta (buffer))) { in gst_kms_sink_show_frame()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c2011 crop = gst_buffer_get_video_crop_meta (buf); in d3d_render_buffer()