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:fourcc_tag
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
wc3movie.c
100
unsigned int
fourcc_tag
;
in wc3_read_header()
local
120
fourcc_tag
= avio_rl32(pb);
in wc3_read_header()
124
switch (
fourcc_tag
) {
in wc3_read_header()
165
av_fourcc2str(
fourcc_tag
));
in wc3_read_header()
169
fourcc_tag
= avio_rl32(pb);
in wc3_read_header()
175
} while (
fourcc_tag
!= BRCH_TAG);
in wc3_read_header()
212
unsigned int
fourcc_tag
;
in wc3_read_packet()
local
220
fourcc_tag
= avio_rl32(pb);
in wc3_read_packet()
226
switch (
fourcc_tag
) {
in wc3_read_packet()
286
av_fourcc2str(
fourcc_tag
));
in wc3_read_packet()
[all...]
H
A
D
4xm.c
60
fourcc_tag
= avio_rl32(pb); \
62
if (
fourcc_tag
!= LIST_TAG) { \
66
fourcc_tag
= avio_rl32(pb);
215
unsigned int
fourcc_tag
;
in fourxm_read_header()
local
233
if (
fourcc_tag
!= HEAD_TAG || header_size < 0)
in fourxm_read_header()
247
fourcc_tag
= AV_RL32(&header[i]);
in fourxm_read_header()
249
if (size > header_size - i - 8 && (
fourcc_tag
== vtrk_TAG ||
fourcc_tag
== strk_TAG)) {
in fourxm_read_header()
255
if (
fourcc_tag
== std__TAG) {
in fourxm_read_header()
262
} else if (
fourcc_tag
in fourxm_read_header()
299
unsigned int
fourcc_tag
;
fourxm_read_packet()
local
[all...]
Completed in 2 milliseconds