Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vobsub
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpeg.c
726
VobSubDemuxContext *
vobsub
= s->priv_data;
in vobsub_read_close()
local
730
ff_subtitles_queue_clean(&
vobsub
->q[i]);
in vobsub_read_close()
731
avformat_close_input(&
vobsub
->sub_ctx);
in vobsub_read_close()
738
VobSubDemuxContext *
vobsub
= s->priv_data;
in vobsub_read_header()
local
748
if (!
vobsub
->sub_name) {
in vobsub_read_header()
750
vobsub
->sub_name = av_strdup(s->url);
in vobsub_read_header()
751
if (!
vobsub
->sub_name) {
in vobsub_read_header()
755
fname_len = strlen(
vobsub
->sub_name);
in vobsub_read_header()
756
ext =
vobsub
->sub_name - 3 + fname_len;
in vobsub_read_header()
763
av_log(s, AV_LOG_VERBOSE, "IDX/SUB: %s -> %s\n", s->url,
vobsub
in vobsub_read_header()
924
VobSubDemuxContext *
vobsub
= s->priv_data;
vobsub_read_packet()
local
1003
VobSubDemuxContext *
vobsub
= s->priv_data;
vobsub_read_seek()
local
[all...]
/third_party/ffmpeg/tests/fate/
H
A
D
ffmpeg.mak
61
-ss 132 -i $(TARGET_SAMPLES)/sub/
vobsub
.idx \
69
-i $(TARGET_SAMPLES)/sub/
vobsub
.idx \
Completed in 4 milliseconds