Home
last modified time | relevance | path

Searched refs:xinc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtpenc_rfc4175.c29 int xinc, yinc, pgroup; in ff_rtp_send_raw_rfc4175() local
36 xinc = 2; in ff_rtp_send_raw_rfc4175()
41 xinc = 2; in ff_rtp_send_raw_rfc4175()
46 xinc = 4; in ff_rtp_send_raw_rfc4175()
51 xinc = 1; in ff_rtp_send_raw_rfc4175()
56 xinc = 1; in ff_rtp_send_raw_rfc4175()
82 length = (pixels * pgroup) / xinc; in ff_rtp_send_raw_rfc4175()
88 pixels = (left / pgroup) * xinc; in ff_rtp_send_raw_rfc4175()
89 length = (pixels * pgroup) / xinc; in ff_rtp_send_raw_rfc4175()
130 copy_offset = (l_line * width + l_off) * pgroup / xinc; in ff_rtp_send_raw_rfc4175()
Drtpdec_rfc4175.c42 unsigned int xinc; member
55 data->xinc = 2; in rfc4175_parse_format()
70 data->xinc = 4; in rfc4175_parse_format()
82 data->xinc = 1; in rfc4175_parse_format()
92 data->xinc = 1; in rfc4175_parse_format()
107 data->frame_size = data->width * data->height * data->pgroup / data->xinc; in rfc4175_parse_format()
299 copy_offset = (line * data->width + offset) * data->pgroup / data->xinc; in rfc4175_handle_packet()
Drawvideodec.c77 unsigned int xinc; in rawvideo_read_header() local
86 xinc = 2; in rawvideo_read_header()
90 xinc = 2; in rawvideo_read_header()
98 packet_size = s->width * s->height * pgroup / xinc; in rawvideo_read_header()