Home
last modified time | relevance | path

Searched refs:crop_rect_x (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c60 gint crop_rect_x; member
281 if (priv->crop_rect_x != sps->crop_rect_x) in gst_h265_decoder_is_crop_rect_changed()
354 priv->crop_rect_x = sps->crop_rect_x; in gst_h265_decoder_process_sps()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah264dec.c684 padding_left = sps->crop_rect_x; in gst_va_h264_dec_new_sequence()
685 padding_right = sps->width - sps->crop_rect_x - display_width; in gst_va_h264_dec_new_sequence()
Dgstvah265dec.c1064 padding_left = sps->crop_rect_x; in gst_va_h265_dec_new_sequence()
1065 padding_right = sps->width - sps->crop_rect_x - display_width; in gst_va_h265_dec_new_sequence()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h764 gint crop_rect_x, crop_rect_y; member
Dgsth265parser.h1190 gint crop_rect_x, crop_rect_y; member
Dgsth264parser.c1795 sps->crop_rect_x = sps->frame_crop_left_offset * crop_unit_x; in gst_h264_parse_sps_data()
1798 GST_LOG ("crop_rectangle x=%u y=%u width=%u, height=%u", sps->crop_rect_x, in gst_h264_parse_sps_data()
Dgsth265parser.c2061 sps->crop_rect_x = sps->conf_win_left_offset * crop_unit_x; in gst_h265_parse_sps()
2064 GST_LOG ("crop_rectangle x=%u y=%u width=%u, height=%u", sps->crop_rect_x, in gst_h265_parse_sps()