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:len_prefix
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmaprodec.c
193
uint8_t
len_prefix
; ///< frame is prefixed with its length
member
273
PRINT("len prefix", s->
len_prefix
);
in dump_context()
428
s->
len_prefix
= (s->decode_flags & 0x40);
in decode_init()
1448
if (s->
len_prefix
)
in decode_frame()
1522
if (s->
len_prefix
) {
in decode_frame()
1725
s->
len_prefix
== 0 case */
in decode_packet()
1742
if (s->
len_prefix
&& remaining_bits(s, gb) > s->log2_frame_size &&
in decode_packet()
1748
} else if (!s->
len_prefix
in decode_packet()
H
A
D
wmalosslessdec.c
83
int
len_prefix
; ///< frame is prefixed with its length
member
256
s->
len_prefix
= s->decode_flags & 0x40;
in decode_init()
1044
if (s->
len_prefix
)
in decode_frame()
1102
if (s->
len_prefix
) {
in decode_frame()
1253
* to decode incomplete frames in the s->
len_prefix
== 0 case. */
in decode_packet()
1266
if (s->
len_prefix
&& remaining_bits(s, gb) > s->log2_frame_size &&
in decode_packet()
1273
} else if (!s->
len_prefix
in decode_packet()
Completed in 7 milliseconds