Searched refs:id3_buf_pos (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 1181 int id3_buf_pos = 0; in intercept_id3() local 1228 pls->id3_buf = av_fast_realloc(pls->id3_buf, &pls->id3_buf_size, id3_buf_pos + taglen); in intercept_id3() 1231 memcpy(pls->id3_buf + id3_buf_pos, buf, tag_got_bytes); in intercept_id3() 1232 id3_buf_pos += tag_got_bytes; in intercept_id3() 1241 if (read_from_url(pls, seg, pls->id3_buf + id3_buf_pos, remaining) != remaining) in intercept_id3() 1243 id3_buf_pos += remaining; in intercept_id3() 1267 ffio_init_context(&id3ioctx, pls->id3_buf, id3_buf_pos, 0, NULL, NULL, NULL, NULL); in intercept_id3()
|
Completed in 4 milliseconds