Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Daviobuf.c1357 static int url_open_dyn_buf_internal(AVIOContext **s, int max_packet_size) in url_open_dyn_buf_internal() function
1381 return url_open_dyn_buf_internal(s, 0); in avio_open_dyn_buf()
1388 return url_open_dyn_buf_internal(s, max_packet_size); in ffio_open_dyn_packet_buf()
1479 int ret = url_open_dyn_buf_internal(s, 0); in ffio_open_null_buf()