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:microdvd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
microdvddec.c
82
MicroDVDContext *
microdvd
= s->priv_data;
in microdvd_read_header()
local
144
sub = ff_subtitles_queue_insert(&
microdvd
->q, p, strlen(p), 0);
in microdvd_read_header()
151
ff_subtitles_queue_finalize(s, &
microdvd
->q);
in microdvd_read_header()
154
microdvd
->frame_rate = pts_info;
in microdvd_read_header()
155
} else if (
microdvd
->frame_rate.num) {
in microdvd_read_header()
157
pts_info =
microdvd
->frame_rate;
in microdvd_read_header()
167
MicroDVDContext *
microdvd
= s->priv_data;
in microdvd_read_packet()
local
168
return ff_subtitles_queue_read_packet(&
microdvd
->q, pkt);
in microdvd_read_packet()
174
MicroDVDContext *
microdvd
= s->priv_data;
in microdvd_read_seek()
local
175
return ff_subtitles_queue_seek(&
microdvd
in microdvd_read_seek()
181
MicroDVDContext *
microdvd
= s->priv_data;
microdvd_read_close()
local
[all...]
/third_party/ffmpeg/tests/fate/
H
A
D
subtitles.mak
32
FATE_SUBTITLES_ASS-$(call DEMDEC, MICRODVD, MICRODVD) += fate-sub-
microdvd
33
fate-sub-
microdvd
: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub
35
FATE_SUBTITLES-$(call ALLYES, MICRODVD_DEMUXER MICRODVD_MUXER) += fate-sub-
microdvd
-remux
36
fate-sub-
microdvd
-remux: CMD = fmtstdout
microdvd
-i $(TARGET_SAMPLES)/sub/MicroDVD_capability_tester.sub -c:s copy
Completed in 1 milliseconds