Searched refs:textfile (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | asrc_flite.c | 38 char *textfile; member 58 …{ "textfile", "set filename of the text to speak", OFFSET(textfile), AV_OPT_TYPE_STRING, {.str… 156 if (flite->textfile && flite->text) { in init() 162 if (flite->textfile) { in init() 166 if ((ret = av_file_map(flite->textfile, &textbuf, &textbuf_size, 0, ctx)) < 0) { in init() 169 flite->textfile, av_err2str(ret)); in init()
|
D | vf_drawtext.c | 158 char *textfile; ///< file with text to be drawn member 214 …{"textfile", "set text file", OFFSET(textfile), AV_OPT_TYPE_STRING, {.str=NULL… 584 if ((err = av_file_map(s->textfile, &textbuf, &textbuf_size, 0, ctx)) < 0) { in load_textfile() 587 s->textfile); in load_textfile() 710 if (s->textfile) { in init() 720 if (s->reload && !s->textfile) in init()
|
/third_party/libsnd/tests/ |
D | raw_test.c | 154 { FILE *textfile ; in bad_raw_test() local 161 if ((textfile = fopen (filename, "w")) == NULL) in bad_raw_test() 166 fprintf (textfile, "This is not a valid file.\n") ; in bad_raw_test() 167 fclose (textfile) ; in bad_raw_test()
|
D | misc_test.c | 323 FILE *textfile ; in permission_test() 345 if ((textfile = fopen (filename, "w")) == NULL) in permission_test() 350 fprintf (textfile, "This is a read only file.\n") ; in permission_test() 351 fclose (textfile) ; in permission_test()
|
/third_party/python/Doc/includes/ |
D | email-simple.py | 8 with open(textfile) as fp:
|
/third_party/curl/docs/cmdline-opts/ |
D | form.d | 121 -F '=)' -F '=@textfile.txt' ... smtp://example.com
|
/third_party/icu/icu4c/source/test/intltest/ |
D | Makefile.in | 60 incaltst.o calcasts.o v32test.o uvectest.o textfile.o tokiter.o utxttest.o \
|
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/ |
D | associations.txt | 1 …spore/ccsrc/minddata/dataset/engine/ir/datasetops/source/csv_node.cc", "textfile": "mindspore/ccsr…
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 6693 @item textfile 6711 flite=textfile=speech.txt 10686 @var{textfile}. 10688 @item textfile 10695 If both @var{text} and @var{textfile} are specified, an error is thrown. 10698 If set to 1, the @var{textfile} will be reloaded before each frame. 10968 drawtext="fontsize=20:fontfile=FreeSerif.ttf:textfile=CREDITS:y=h-20*t" 18598 ffplay example.mov -vf signalstats=stat=brng+vrep+tout,drawtext=fontfile=FreeSerif.ttf:textfile=sig…
|
/third_party/glib/ |
D | NEWS | 2585 795544 Add binary/textfile/zero size detection
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 2919 <Uraeus@linuxrising.org> * Add small textfile with some information
|