Home
last modified time | relevance | path

Searched refs:raw_packet_buffer_size (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dinternal.h146 int raw_packet_buffer_size; member
H A Ddemux.c347 si->raw_packet_buffer_size = 0; in avformat_open_input()
451 end = si->raw_packet_buffer_size >= s->probesize in probe_codec()
563 if (si->raw_packet_buffer_size >= s->probesize) in ff_read_packet()
568 si->raw_packet_buffer_size -= pkt->size; in ff_read_packet()
648 si->raw_packet_buffer_size += pkt1->size; in ff_read_packet()
H A Davformat.c92 si->raw_packet_buffer_size = 0; in ff_flush_packet_queue()

Completed in 11 milliseconds