Searched refs:raw_packet_buffer_remaining_size (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dseek.h49 int raw_packet_buffer_remaining_size; ///< remaining space in raw_packet_buffer member in struct:AVParserState
H A Dseek.c417 state->raw_packet_buffer_remaining_size = s->raw_packet_buffer_remaining_size;
422 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
460 s->raw_packet_buffer_remaining_size = state->raw_packet_buffer_remaining_size;
H A Davformat.h1578 int raw_packet_buffer_remaining_size; member in struct:AVFormatContext
H A Dutils.c618 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
686 end= s->raw_packet_buffer_remaining_size <= 0
782 if (s->raw_packet_buffer_remaining_size <= 0)
787 s->raw_packet_buffer_remaining_size += pkt->size;
849 s->raw_packet_buffer_remaining_size -= pkt->size;
1688 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dseek.h53 int raw_packet_buffer_remaining_size; ///< remaining space in raw_packet_buffer member in struct:AVParserState
H A Dseek.c415 state->raw_packet_buffer_remaining_size = s->raw_packet_buffer_remaining_size;
420 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
466 s->raw_packet_buffer_remaining_size = state->raw_packet_buffer_remaining_size;
H A Davformat.h1091 int raw_packet_buffer_remaining_size; member in struct:AVFormatContext
1147 int raw_packet_buffer_remaining_size; member in struct:AVFormatContext
H A Dutils.c664 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;
713 s->raw_packet_buffer_remaining_size < pkt->size){
718 s->raw_packet_buffer_remaining_size += pkt->size;
762 s->raw_packet_buffer_remaining_size -= pkt->size;
1336 s->raw_packet_buffer_remaining_size = RAW_PACKET_BUFFER_SIZE;

Completed in 109 milliseconds