Home
last modified time | relevance | path

Searched refs:subfile (Results 1 – 25 of 40) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/avi/
Dgstavisubtitle.c225 sub->subfile = in gst_avi_subtitle_parse_gab2_chunk()
228 if (sub->subfile == NULL) in gst_avi_subtitle_parse_gab2_chunk()
281 if (sub->subfile != NULL) { in gst_avi_subtitle_chain()
293 ret = gst_pad_push (sub->src, gst_buffer_ref (sub->subfile)); in gst_avi_subtitle_chain()
308 if (avisubtitle->subfile) { in gst_avi_subtitle_send_event()
310 gst_buffer_ref (avisubtitle->subfile)) == GST_FLOW_OK) in gst_avi_subtitle_send_event()
358 self->subfile = NULL; in gst_avi_subtitle_init()
380 if (sub->subfile) { in gst_avi_subtitle_change_state()
381 gst_buffer_unref (sub->subfile); in gst_avi_subtitle_change_state()
382 sub->subfile = NULL; in gst_avi_subtitle_change_state()
Dgstavisubtitle.h30 GstBuffer *subfile; /* the complete subtitle file in one buffer */ member
/third_party/libfuse/test/
Dtest_syscalls.c31 static char subfile[1280]; variable
1930 fd = open(subfile, flags, 0644); in do_test_create_ro_dir()
1933 unlink(subfile); in do_test_create_ro_dir()
1937 res = check_nonexist(subfile); in do_test_create_ro_dir()
1941 unlink(subfile); in do_test_create_ro_dir()
2004 sprintf(subfile, "%s/subfile", testdir2); in main()
Dtest_examples.py614 subfile = subdir + "/" + name_generator()
619 shutil.copyfile(TEST_FILE, subfile)
632 os.unlink(subfile)
/third_party/python/Lib/test/test_importlib/
Dutil.py119 with open(path, 'w', encoding='utf-8') as subfile:
120 subfile.write(content)
/third_party/node/lib/
Drepl.js1360 (subfile) => ArrayPrototypeIncludes(indexes, subfile)
1426 if (ArrayPrototypeSome(subfiles, (subfile) => {
1427 return ArrayPrototypeIncludes(indexes, subfile);
/third_party/mesa3d/src/freedreno/rnn/
Drnn.c828 char *subfile = 0; in trytop() local
831 subfile = getattrib(db, file, node->line, attr); in trytop()
837 if (!subfile) { in trytop()
840 rnn_parsefile(db, subfile); in trytop()
/third_party/ffmpeg/doc/
Dprotocols.texi1644 @section subfile
1663 subfile,,start,153391104,end,268142592,,:/media/dvd/VIDEO_TS/VTS_08_1.VOB
1668 subfile,,start,183241728,end,366490624,,:archive.tar
1673 subfile,,start,32815239,end,0,,:video.ts
/third_party/ffmpeg/libavformat/
DMakefile644 OBJS-$(CONFIG_SUBFILE_PROTOCOL) += subfile.o
/third_party/typescript/tests/baselines/reference/
Dparserharness.errors.txt1736 // Stuff related to the subfile we're parsing
1803 // Append to the current subfile content, inserting a newline needed
Dparserharness.types5903 // Stuff related to the subfile we're parsing
6147 // Append to the current subfile content, inserting a newline needed
Dparserharness.symbols4259 // Stuff related to the subfile we're parsing
4429 // Append to the current subfile content, inserting a newline needed
/third_party/ffmpeg/
DBUILD.gn1423 # "//third_party/ffmpeg/libavformat/subfile.c",
DChangelog880 - subfile protocol
/third_party/libexif/po/
Den_GB.po2943 msgid "A general indication of the kind of data contained in this subfile."
2944 msgstr "A general indication of the kind of data contained in this subfile."
Den_AU.po2943 msgid "A general indication of the kind of data contained in this subfile."
2944 msgstr "A general indication of the kind of data contained in this subfile."
Dpt.po2829 msgid "A general indication of the kind of data contained in this subfile."
Den_CA.po2839 msgid "A general indication of the kind of data contained in this subfile."
Dms.po2832 msgid "A general indication of the kind of data contained in this subfile."
Dja.po2711 msgid "A general indication of the kind of data contained in this subfile."
Dsq.po2829 msgid "A general indication of the kind of data contained in this subfile."
Dzh_CN.po2829 msgid "A general indication of the kind of data contained in this subfile."
Dru.po2925 msgid "A general indication of the kind of data contained in this subfile."
Dbe.po2829 msgid "A general indication of the kind of data contained in this subfile."
Dtr.po2904 msgid "A general indication of the kind of data contained in this subfile."

12