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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h389 int av_set_options_string(void *ctx, const char *opts,
H A Dopt.c698 int av_set_options_string(void *ctx, const char *opts, function
851 printf("\nTesting av_set_options_string()\n");
884 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h480 int av_set_options_string(void *ctx, const char *opts,
H A Dopt.c1278 int av_set_options_string(void *ctx, const char *opts, function
1753 printf("\nTesting av_set_options_string()\n");
1807 if (av_set_options_string(&test_ctx, options[i], "=", ":") < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_delogo.c185 } else if ((ret = (av_set_options_string(delogo, args, "=", ":"))) < 0) {
H A Dvsrc_movie.c176 if (*args++ == ':' && (ret = av_set_options_string(movie, args, "=", ":")) < 0) {
H A Dvf_lut.c125 if (args && (ret = av_set_options_string(lut, args, "=", ":")) < 0)
H A Dvsrc_testsrc.c79 if ((ret = (av_set_options_string(test, args, "=", ":"))) < 0) {
H A Dvf_drawtext.c289 if ((err = (av_set_options_string(dtext, args, "=", ":"))) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_drawtext.c787 if ((ret = av_set_options_string(ctx, arg, "=", ":")) < 0)

Completed in 92 milliseconds