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.c1462 static int url_open_dyn_buf_internal(AVIOContext **s, int max_packet_size) in url_open_dyn_buf_internal() function
1485 return url_open_dyn_buf_internal(s, 0); in avio_open_dyn_buf()
1492 return url_open_dyn_buf_internal(s, max_packet_size); in ffio_open_dyn_packet_buf()
1580 int ret = url_open_dyn_buf_internal(s, 0); in ffio_open_null_buf()