Home
last modified time | relevance | path

Searched refs:min_packet_size (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.h50 int min_packet_size; /**< if non zero, the stream is packetized with this min packet size */ member
H A Davio.h244 int min_packet_size; /**< Try to buffer at least this amount of data member
H A Daviobuf.c111 s->min_packet_size = 0; in ffio_init_context()
494 if (s->buf_ptr - s->buffer >= s->min_packet_size) in avio_write_marker()
998 (*s)->min_packet_size = h->min_packet_size; in ffio_fdopen()
H A Dfile.c239 h->min_packet_size = h->max_packet_size = 262144; in file_open()

Completed in 5 milliseconds