Searched refs:xinc (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvrawpay.c | 142 gint pgroup, xinc, yinc; in gst_rtp_vraw_pay_setcaps() local 167 xinc = yinc = 1; in gst_rtp_vraw_pay_setcaps() 196 xinc = 2; in gst_rtp_vraw_pay_setcaps() 201 xinc = 4; in gst_rtp_vraw_pay_setcaps() 206 xinc = yinc = 2; in gst_rtp_vraw_pay_setcaps() 211 xinc = 2; in gst_rtp_vraw_pay_setcaps() 224 rtpvrawpay->xinc = xinc; 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 323 xinc = rtpvrawpay->xinc; in gst_rtp_vraw_pay_handle_buffer() [all …]
|
D | gstrtpvrawdepay.c | 191 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() 250 xinc = 2; in gst_rtp_vraw_depay_setcaps() 254 xinc = yinc = 2; in gst_rtp_vraw_depay_setcaps() 258 xinc = 4; in gst_rtp_vraw_depay_setcaps() 269 rtpvrawdepay->xinc = xinc; 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 400 xinc = rtpvrawdepay->xinc; in gst_rtp_vraw_depay_process_packet() 457 if (offs > (width - xinc)) { in gst_rtp_vraw_depay_process_packet() [all …]
|
D | gstrtpvrawpay.h | 50 gint xinc, yinc; member
|
D | gstrtpvrawdepay.h | 57 gint xinc, yinc; member
|
/third_party/ffmpeg/libavformat/ |
D | rtpdec_rfc4175.c | 38 unsigned int xinc; member 51 data->xinc = 2; in rfc4175_parse_format() 71 data->frame_size = data->width * data->height * data->pgroup / data->xinc; in rfc4175_parse_format() 209 copy_offset = (line * data->width + offset) * data->pgroup / data->xinc; in rfc4175_handle_packet()
|
/third_party/libxml2/test/XInclude/ents/ |
D | sub-inc.ent | 1 <sub-inc><xinc:include href="inc.txt" parse="text" 2 xmlns:xinc="http://www.w3.org/2001/XInclude"/></sub-inc>
|
/third_party/gstreamer/gstplugins_good/ext/aalib/ |
D | gstaasink.c | 294 gint xpos, xinc, x; in gst_aasink_scale() local 300 xinc = (sw << 16) / dw; in gst_aasink_scale() 318 xpos += xinc; in gst_aasink_scale()
|
D | gstaatv.c | 140 gint xpos, xinc, x; in gst_aatv_scale() local 146 xinc = (sw << 16) / dw; in gst_aatv_scale() 166 xpos += xinc; in gst_aatv_scale()
|