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:mtv
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mtv.c
2
*
mtv
demuxer
103
MTVDemuxContext *
mtv
= s->priv_data;
in mtv_read_header()
local
109
mtv
->file_size = avio_rl32(pb);
in mtv_read_header()
110
mtv
->segments = avio_rl32(pb);
in mtv_read_header()
112
mtv
->audio_identifier = avio_rl24(pb);
in mtv_read_header()
113
mtv
->audio_br = avio_rl16(pb);
in mtv_read_header()
114
mtv
->img_colorfmt = avio_rl24(pb);
in mtv_read_header()
115
mtv
->img_bpp = avio_r8(pb);
in mtv_read_header()
116
mtv
->img_width = avio_rl16(pb);
in mtv_read_header()
117
mtv
in mtv_read_header()
201
MTVDemuxContext *
mtv
= s->priv_data;
mtv_read_packet()
local
[all...]
H
A
D
Makefile
385
OBJS-$(CONFIG_MTV_DEMUXER) +=
mtv
.o
/third_party/ffmpeg/tests/fate/
H
A
D
demux.mak
85
FATE_SAMPLES_DEMUX-$(CONFIG_MTV_DEMUXER) += fate-
mtv
86
fate-
mtv
: CMD = framecrc -i $(TARGET_SAMPLES)/
mtv
/comedian_auto-partial.
mtv
-c copy
Completed in 3 milliseconds