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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722enc.c75 int max_paths = frontier * FREEZE_INTERVAL; local
78 c->paths[i] = av_mallocz(max_paths * sizeof(**c->paths));
H A Dadpcmenc.c82 int max_paths = frontier * FREEZE_INTERVAL; local
84 max_paths * sizeof(*s->paths), error);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722enc.c59 int max_paths = frontier * FREEZE_INTERVAL; local
62 c->paths[i] = av_mallocz(max_paths * sizeof(**c->paths));
H A Dadpcmenc.c76 int max_paths = frontier * FREEZE_INTERVAL; local
78 max_paths * sizeof(*s->paths), error);

Completed in 120 milliseconds