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:AUDIO_ID
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpegvideodec.c
35
#define
AUDIO_ID
0x000001c0
macro
80
else if((code & 0x1e0) ==
AUDIO_ID
) apes++;
in mpegvideo_probe()
H
A
D
mpeg.h
41
#define
AUDIO_ID
0xc0
macro
H
A
D
mpegenc.c
171
if (s->is_vcd && (only_for_stream_id & 0xe0) ==
AUDIO_ID
) {
in put_system_header()
335
mpa_id =
AUDIO_ID
;
in mpeg_mux_init()
488
if ((stream->id & 0xe0) ==
AUDIO_ID
)
in mpeg_mux_init()
730
if (s->is_vcd && (id & 0xe0) ==
AUDIO_ID
)
in flush_packet()
876
if ((id & 0xe0) ==
AUDIO_ID
)
in flush_packet()
H
A
D
mpeg.c
88
else if ((code & 0xe0) ==
AUDIO_ID
&& pes) {audio++; i+=len;}
in mpegps_probe()
93
else if ((code & 0xe0) ==
AUDIO_ID
&& !pes) invalid++;
in mpegps_probe()
H
A
D
ty.c
687
case
AUDIO_ID
:
in ty_read_packet()
Completed in 6 milliseconds