Home
last modified time | relevance | path

Searched refs:crop_rect_width (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c58 gint crop_rect_width; member
277 if (priv->crop_rect_width != sps->crop_rect_width) in gst_h265_decoder_is_crop_rect_changed()
352 priv->crop_rect_width = sps->crop_rect_width; in gst_h265_decoder_process_sps()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h763 gint crop_rect_width, crop_rect_height; member
Dgsth265parser.h1189 gint crop_rect_width, crop_rect_height; member
Dgsth265parser.c2059 sps->crop_rect_width = sps->width - in gst_h265_parse_sps()
2067 sps->crop_rect_y, sps->crop_rect_width, sps->crop_rect_height); in gst_h265_parse_sps()
Dgsth264parser.c1793 sps->crop_rect_width = width; in gst_h264_parse_sps_data()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c367 crop_width = sps->crop_rect_width; in gst_nv_h264_dec_new_sequence()
Dgstnvh265dec.c318 crop_width = sps->crop_rect_width; in gst_nv_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp383 crop_width = sps->crop_rect_width; in gst_d3d11_h264_dec_new_sequence()
Dgstd3d11h265dec.cpp331 crop_width = sps->crop_rect_width; in gst_d3d11_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c682 display_width = sps->crop_rect_width; in gst_va_h264_dec_new_sequence()
Dgstvah265dec.c1062 display_width = sps->crop_rect_width; in gst_va_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c850 crop_width = sps->crop_rect_width; in gst_v4l2_codec_h264_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2147 crop_width = sps->crop_rect_width; in gst_h265_parse_update_src_caps()
Dgsth264parse.c2102 crop_width = sps->crop_rect_width; in gst_h264_parse_update_src_caps()