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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_concat.c290 unsigned str, str_max; local
302 str_max = str + cat->nb_streams[AVMEDIA_TYPE_AUDIO];
303 for (; str < str_max; str++) {
311 str_max = cat->cur_idx + ctx->nb_outputs;
312 for (str = cat->cur_idx; str < str_max; str++) {
329 unsigned str, str_max; local
343 str_max = cat->cur_idx + ctx->nb_outputs - 1;
345 str = str == str_max ? cat->cur_idx : str + 1) {

Completed in 56 milliseconds