Lines Matching defs:finished
363 * @param[out] finished Indicates whether the end of file has
373 int *data_present, int *finished)
384 *finished = 0;
389 *finished = 1;
414 *finished = 1;
544 * @param[out] finished Indicates whether the end of file has
557 int *finished)
571 input_codec_context, &data_present, finished))
574 * in the decoder which are delayed, we are actually finished.
576 if (*finished) {
825 int finished = 0;
838 resample_context, &finished))
843 if (finished)
851 (finished && av_audio_fifo_size(fifo) > 0))
860 if (finished) {