Searched refs:read_from_url (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 1058 static int read_from_url(struct playlist *pls, struct segment *seg, in read_from_url() function 1189 bytes = read_from_url(pls, seg, buf + *len, ID3v2_HEADER_SIZE - *len); in intercept_id3() 1241 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3() 1255 bytes = read_from_url(pls, seg, buf + *len, buf_size - *len); in intercept_id3() 1397 ret = read_from_url(pls, seg->init_section, pls->init_sec_buf, in update_init_section() 1605 ret = read_from_url(v, seg, buf, buf_size); in read_data()
|
H A D | dashdec.c | 1665 static int read_from_url(struct representation *pls, struct fragment *seg, in read_from_url() function 1746 ret = read_from_url(pls, pls->init_section, pls->init_sec_buf, in update_init_section() 1818 ret = read_from_url(v, v->cur_seg, buf, buf_size); in read_data()
|
Completed in 7 milliseconds