Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dmxg.c31 #define OVERREAD_SIZE 3 macro
139 if (mxg->cache_size <= OVERREAD_SIZE) { in mxg_read_packet()
141 ret = mxg_update_cache(s, DEFAULT_PACKET_SIZE + OVERREAD_SIZE); in mxg_read_packet()
148 if (mxg->cache_size > OVERREAD_SIZE) { in mxg_read_packet()
149 search_end = end - OVERREAD_SIZE; in mxg_read_packet()
237 mxg->cache_size = OVERREAD_SIZE; in mxg_read_packet()

Completed in 1 milliseconds