Home
last modified time | relevance | path

Searched refs:read_from_url (Results 1 – 13 of 13) sorted by relevance

/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/datamodel/
H A Dbasemodel.py351 return self.read_from_url(src=src, schema=schema, **kwargs)
446 def read_from_url(self, src, schema, **kwargs): member in MultiReadable
511 def read_from_url(self, url, schema, **kwargs): member in NonMultiReadable
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dhls.c699 static int read_from_url(struct playlist *pls, uint8_t *buf, int buf_size, in read_from_url() function
831 bytes = read_from_url(pls, buf + *len, ID3v2_HEADER_SIZE - *len, READ_COMPLETE); in intercept_id3()
884 … if (read_from_url(pls, pls->id3_buf + id3_buf_pos, remaining, READ_COMPLETE) != remaining) in intercept_id3()
898 bytes = read_from_url(pls, buf + *len, buf_size - *len, READ_NORMAL); in intercept_id3()
1091 ret = read_from_url(v, buf, buf_size, READ_NORMAL); in read_data()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dhls.c699 static int read_from_url(struct playlist *pls, uint8_t *buf, int buf_size, in read_from_url() function
831 bytes = read_from_url(pls, buf + *len, ID3v2_HEADER_SIZE - *len, READ_COMPLETE); in intercept_id3()
884 … if (read_from_url(pls, pls->id3_buf + id3_buf_pos, remaining, READ_COMPLETE) != remaining) in intercept_id3()
898 bytes = read_from_url(pls, buf + *len, buf_size - *len, READ_NORMAL); in intercept_id3()
1091 ret = read_from_url(v, buf, buf_size, READ_NORMAL); in read_data()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dhls.c963 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function
1091 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3()
1143 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3()
1157 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3()
1303 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section()
1499 ret = read_from_url(v, seg, buf, buf_size); in read_data()
H A Ddashdec.c1593 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function
1677 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section()
1749 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dhls.c1015 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function
1143 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3()
1195 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3()
1209 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3()
1355 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section()
1563 ret = read_from_url(v, seg, buf, buf_size); in read_data()
H A Ddashdec.c1668 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function
1749 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section()
1821 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dhls.c981 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function
1109 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3()
1161 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3()
1175 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3()
1321 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section()
1529 ret = read_from_url(v, seg, buf, buf_size); in read_data()
H A Ddashdec.c1682 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function
1764 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section()
1836 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dhls.c1000 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function
1128 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3()
1180 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3()
1194 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3()
1340 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section()
1548 ret = read_from_url(v, seg, buf, buf_size); in read_data()
H A Ddashdec.c1649 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function
1730 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section()
1802 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dhls.c1015 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function
1143 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3()
1195 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3()
1209 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3()
1355 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section()
1563 ret = read_from_url(v, seg, buf, buf_size); in read_data()
H A Ddashdec.c1668 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function
1749 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section()
1821 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()