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:VIDEO_ID
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpegvideodec.c
34
#define
VIDEO_ID
0x000001e0
macro
79
if ((code & 0x1f0) ==
VIDEO_ID
) vpes++;
in mpegvideo_probe()
H
A
D
mpeg.h
42
#define
VIDEO_ID
0xe0
macro
H
A
D
swf.h
109
#define
VIDEO_ID
0
macro
H
A
D
swfenc.c
388
avio_wl16(pb,
VIDEO_ID
);
in swf_write_video()
401
avio_wl16(pb,
VIDEO_ID
);
in swf_write_video()
418
avio_wl16(pb,
VIDEO_ID
);
in swf_write_video()
H
A
D
mpegenc.c
144
if (s->is_vcd && only_for_stream_id ==
VIDEO_ID
) {
in put_system_header()
338
mpv_id =
VIDEO_ID
;
in mpeg_mux_init()
H
A
D
mpeg.c
82
else if ((code & 0xf0) ==
VIDEO_ID
&& pes) {
in mpegps_probe()
92
else if ((code & 0xf0) ==
VIDEO_ID
&& !pes) invalid++;
in mpegps_probe()
H
A
D
ty.c
684
case
VIDEO_ID
:
in ty_read_packet()
Completed in 7 milliseconds