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:edata_ptr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3.c
880
const uint8_t *
edata_ptr
= avctx->extradata;
in atrac3_decode_init()
local
899
bytestream_get_le16(&
edata_ptr
)); // Unknown value always 1
in atrac3_decode_init()
900
edata_ptr
+= 4; // samples per channel
in atrac3_decode_init()
901
q->coding_mode = bytestream_get_le16(&
edata_ptr
);
in atrac3_decode_init()
903
bytestream_get_le16(&
edata_ptr
)); //Dupe of coding mode
in atrac3_decode_init()
904
frame_factor = bytestream_get_le16(&
edata_ptr
); // Unknown always 1
in atrac3_decode_init()
906
bytestream_get_le16(&
edata_ptr
)); // Unknown always 0
in atrac3_decode_init()
925
version = bytestream_get_be32(&
edata_ptr
);
in atrac3_decode_init()
926
samples_per_frame = bytestream_get_be16(&
edata_ptr
);
in atrac3_decode_init()
927
delay = bytestream_get_be16(&
edata_ptr
);
in atrac3_decode_init()
[all...]
H
A
D
wmaprodec.c
358
uint8_t *
edata_ptr
= avctx->extradata;
in decode_init()
local
387
channel_mask = 0; //AV_RL32(
edata_ptr
+2); /* not always in expected order */
in decode_init()
396
s->nb_channels =
edata_ptr
[32 + ((
edata_ptr
[0]==3)?0:8) + 4*num_stream + 0]; /* nth stream config */
in decode_init()
401
s->nb_channels =
edata_ptr
[8 + 20*num_stream + 17]; /* nth stream config */
in decode_init()
403
s->decode_flags = AV_RL16(
edata_ptr
+14);
in decode_init()
404
channel_mask = AV_RL32(
edata_ptr
+2);
in decode_init()
405
s->bits_per_sample = AV_RL16(
edata_ptr
);
in decode_init()
H
A
D
wmalosslessdec.c
185
uint8_t *
edata_ptr
= avctx->extradata;
in decode_init()
local
195
s->decode_flags = AV_RL16(
edata_ptr
+ 14);
in decode_init()
196
channel_mask = AV_RL32(
edata_ptr
+ 2);
in decode_init()
197
s->bits_per_sample = AV_RL16(
edata_ptr
);
in decode_init()
Completed in 14 milliseconds