Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddvbsub_parser.c31 #define PARSE_BUF_SIZE (65536) macro
39 uint8_t packet_buf[PARSE_BUF_SIZE];
106 if (buf_size - buf_pos + pc->packet_index > PARSE_BUF_SIZE) in dvbsub_parse()

Completed in 1 milliseconds