Searched refs:open_input (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | hls.c | 1275 static int open_input(HLSContext *c, struct playlist *pls, struct segment *seg, AVIOContext **in) in open_input() function 1374 ret = open_input(c, pls, seg->init_section, &pls->input); in update_init_section() 1558 ret = open_input(c, v, seg, &v->input); in read_data() 1584 ret = open_input(c, v, seg, &v->input_next); in read_data()
|
H A D | dashdec.c | 1681 static int open_input(DASHContext *c, struct representation *pls, struct fragment *seg) in open_input() function 1724 ret = open_input(c, pls, pls->init_section); in update_init_section() 1789 ret = open_input(c, v, v->cur_seg); in read_data()
|
Completed in 9 milliseconds