Lines Matching refs:resample_context
283 * @param[out] resample_context Resample context for the required conversion
288 SwrContext **resample_context)
296 error = swr_alloc_set_opts2(resample_context,
316 if ((error = swr_init(*resample_context)) < 0) {
318 swr_free(resample_context);
485 * @param resample_context Resample context for the conversion
490 SwrContext *resample_context)
495 if ((error = swr_convert(resample_context,
792 SwrContext *resample_context = NULL;
811 &resample_context))
838 resample_context, &finished))
880 swr_free(&resample_context);