Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvrawpay.c142 gint pgroup, xinc, yinc; in gst_rtp_vraw_pay_setcaps() local
167 xinc = yinc = 1; in gst_rtp_vraw_pay_setcaps()
206 xinc = yinc = 2; in gst_rtp_vraw_pay_setcaps()
220 yinc *= 2; in gst_rtp_vraw_pay_setcaps()
225 rtpvrawpay->yinc = yinc; in gst_rtp_vraw_pay_setcaps()
229 GST_DEBUG_OBJECT (payload, "xinc %d, yinc %d, pgroup %d", xinc, yinc, pgroup); in gst_rtp_vraw_pay_setcaps()
277 guint xinc, yinc; in gst_rtp_vraw_pay_handle_buffer() local
322 yinc = rtpvrawpay->yinc; in gst_rtp_vraw_pay_handle_buffer()
331 packlines_per_list = height / (yinc * rtpvrawpay->chunks_per_frame); in gst_rtp_vraw_pay_handle_buffer()
336 (rtpvrawpay->chunks_per_frame < (height / yinc)); in gst_rtp_vraw_pay_handle_buffer()
[all …]
Dgstrtpvrawdepay.c191 gint format, width, height, depth, pgroup, xinc, yinc; in gst_rtp_vraw_depay_setcaps() local
200 xinc = yinc = 1; in gst_rtp_vraw_depay_setcaps()
254 xinc = yinc = 2; in gst_rtp_vraw_depay_setcaps()
270 rtpvrawdepay->yinc = yinc; in gst_rtp_vraw_depay_setcaps()
279 xinc, yinc, pgroup); in gst_rtp_vraw_depay_setcaps()
334 gint width, height, xinc, yinc; in gst_rtp_vraw_depay_process_packet() local
401 yinc = rtpvrawdepay->yinc; in gst_rtp_vraw_depay_process_packet()
453 if (line > (height - yinc)) { in gst_rtp_vraw_depay_process_packet()
514 uvoff = (line / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_depay_process_packet()
539 uvoff = (line / yinc * uvstride) + (offs / xinc); in gst_rtp_vraw_depay_process_packet()
Dgstrtpvrawpay.h50 gint xinc, yinc; member
Dgstrtpvrawdepay.h57 gint xinc, yinc; member
/third_party/boost/boost/gil/extension/io/bmp/detail/
Dread.hpp477 std::ptrdiff_t yinc = 1; in read_palette_image_rle() local
482 yinc = -1; in read_palette_image_rle()
529 y += yinc; in read_palette_image_rle()
554 std::ptrdiff_t dy = this->_io_dev.read_uint8() * yinc; in read_palette_image_rle()
571 if( yinc > 0 ? y > yend : y < yend ) in read_palette_image_rle()
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaasink.c293 gint ypos, yinc, y; in gst_aasink_scale() local
299 yinc = (sh << 16) / dh; in gst_aasink_scale()
322 ypos += yinc; in gst_aasink_scale()
Dgstaatv.c139 gint ypos, yinc, y; in gst_aatv_scale() local
145 yinc = (sh << 16) / dh; in gst_aatv_scale()
170 ypos += yinc; in gst_aatv_scale()