Home
last modified time | relevance | path

Searched refs:open_input_file (Results 26 – 50 of 250) sorted by relevance

12345678910

/dports/multimedia/handbrake/ffmpeg-4.4/doc/examples/
H A Dvaapi_transcode.c62 static int open_input_file(const char *filename) in open_input_file() function
252 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/examples/
H A Dfiltering_audio.c51 static int open_input_file(const char *filename) in open_input_file() function
216 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dtranscode_aac.c63 static int open_input_file(const char *filename, in open_input_file() function
650 if (open_input_file(argv[1], &input_format_context, in main()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/examples/
H A Dfiltering_audio.c49 static int open_input_file(const char *filename) in open_input_file() function
230 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dvaapi_transcode.c62 static int open_input_file(const char *filename) in open_input_file() function
249 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/examples/
H A Dvaapi_transcode.c62 static int open_input_file(const char *filename) in open_input_file() function
252 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dfiltering_audio.c49 static int open_input_file(const char *filename) in open_input_file() function
230 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/examples/
H A Dfiltering_audio.c49 static int open_input_file(const char *filename) in open_input_file() function
230 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dvaapi_transcode.c62 static int open_input_file(const char *filename) in open_input_file() function
249 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/doc/examples/
H A Dfiltering_audio.c51 static int open_input_file(const char *filename) in open_input_file() function
216 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dtranscode_aac.c63 static int open_input_file(const char *filename, in open_input_file() function
650 if (open_input_file(argv[1], &input_format_context, in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/examples/
H A Dfiltering_audio.c49 static int open_input_file(const char *filename) in open_input_file() function
230 if ((ret = open_input_file(argv[1])) < 0) in main()
H A Dvaapi_transcode.c62 static int open_input_file(const char *filename) in open_input_file() function
249 if ((ret = open_input_file(argv[1])) < 0) in main()
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dpreprocess.h84 int open_input_file(struct input_file *, const char *, int silent);
H A Dcpp_main.c202 if (open_input_file(tmp_fil, n_optarg, 1) != 0) {
476 if (open_input_file(&in, buf, 1) != 0) {
/dports/graphics/optar/optar_dist/
H A Doptar.c274 void open_input_file(char *fname) in open_input_file() function
321 open_input_file(argv[1]); in main()
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/tests/
H A Dutil.py310 def open_input_file(self, path): member in ProxyHandler
311 return self._fs.open_input_file(path)
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/ffaudio/
H A Dffaudio-core.cc320 static AVFormatContext * open_input_file (const char * name, VFSFile & file) in open_input_file() function
426 ic (open_input_file (filename, file)); in read_tag()
500 ic (open_input_file (filename, file)); in play()
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dscanner.cc100 open_input_file(audio_file, "r", ip, file, &error); in run()
H A Dinternal.h106 bool open_input_file(const char * filename, const char * mode, InputPlugin * ip,
/dports/security/pgpin/pgp263in/src/
H A Dzunzip.h239 int open_input_file __( (void) );
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/
H A Dtest_fs.py124 def open_input_file(self, path): member in DummyHandler
192 def open_input_file(self, path): member in ProxyHandler
193 return self._fs.open_input_file(path)
907 with fs.open_input_file(p) as f:
1323 with fs.open_input_file("somefile") as f:
1326 fs.open_input_file("notfound")
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/
H A Dtools_common.h159 void open_input_file(struct VpxInputContext *input);
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/
H A Dtools_common.h159 void open_input_file(struct VpxInputContext *input);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/
H A Dtools_common.h159 void open_input_file(struct VpxInputContext *input);

12345678910