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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmxg.c31 #define OVERREAD_SIZE 3 macro
140 if (mxg->cache_size <= OVERREAD_SIZE) {
142 ret = mxg_update_cache(s, DEFAULT_PACKET_SIZE + OVERREAD_SIZE);
149 if (mxg->cache_size > OVERREAD_SIZE) {
150 search_end = end - OVERREAD_SIZE;
243 mxg->cache_size = OVERREAD_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmxg.c29 #define OVERREAD_SIZE 3 macro
135 if (mxg->cache_size <= OVERREAD_SIZE) {
137 ret = mxg_update_cache(s, DEFAULT_PACKET_SIZE + OVERREAD_SIZE);
144 if (mxg->cache_size > OVERREAD_SIZE) {
145 search_end = end - OVERREAD_SIZE;
228 mxg->cache_size = OVERREAD_SIZE;

Completed in 63 milliseconds