Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c59 gint crop_rect_height; member
279 if (priv->crop_rect_height != sps->crop_rect_height) in gst_h265_decoder_is_crop_rect_changed()
353 priv->crop_rect_height = sps->crop_rect_height; 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_height = sps->height - in gst_h265_parse_sps()
2065 sps->crop_rect_y, sps->crop_rect_width, sps->crop_rect_height); in gst_h265_parse_sps()
Dgsth264parser.c1794 sps->crop_rect_height = height; in gst_h264_parse_sps_data()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c368 crop_height = sps->crop_rect_height; in gst_nv_h264_dec_new_sequence()
Dgstnvh265dec.c319 crop_height = sps->crop_rect_height; in gst_nv_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp384 crop_height = sps->crop_rect_height; in gst_d3d11_h264_dec_new_sequence()
Dgstd3d11h265dec.cpp332 crop_height = sps->crop_rect_height; in gst_d3d11_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c683 display_height = sps->crop_rect_height; in gst_va_h264_dec_new_sequence()
Dgstvah265dec.c1063 display_height = sps->crop_rect_height; in gst_va_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c851 crop_height = sps->crop_rect_height; in gst_v4l2_codec_h264_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2148 crop_height = sps->crop_rect_height; in gst_h265_parse_update_src_caps()
Dgsth264parse.c2103 crop_height = sps->crop_rect_height; in gst_h264_parse_update_src_caps()