Searched refs:select_out (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 Df_select.c154 int select_out; ///< mark the selected output pad index member in struct:SelectContext
359 select->select_out = -1; /* drop */
361 select->select_out = 0; /* first output */
363 select->select_out = FFMIN(ceilf(res)-1, select->nb_outputs-1); /* other outputs */
366 av_log(inlink->dst, AV_LOG_DEBUG, " -> select:%f select_out:%d\n", res, select->select_out);
388 return ff_filter_frame(ctx->outputs[select->select_out], frame);
405 } while (select->select_out != out_no);

Completed in 104 milliseconds