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:split_buf_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpdec_mpa_robust.c
33
int split_pos,
split_buf_size
, split_pkts;
member
76
len = data->
split_buf_size
- data->split_pos;
in mpa_robust_parse_packet()
103
if (data->split_pos == data->
split_buf_size
) {
in mpa_robust_parse_packet()
134
data->
split_buf_size
= len;
in mpa_robust_parse_packet()
135
data->split_buf = av_malloc(data->
split_buf_size
);
in mpa_robust_parse_packet()
142
memcpy(data->split_buf, buf, data->
split_buf_size
);
in mpa_robust_parse_packet()
H
A
D
rtpdec_xiph.c
49
int split_pos, split_buf_len,
split_buf_size
;
member
137
if (len > data->
split_buf_size
|| !data->split_buf) {
in xiph_handle_packet()
139
data->
split_buf_size
= 2 * len;
in xiph_handle_packet()
140
data->split_buf = av_malloc(data->
split_buf_size
);
in xiph_handle_packet()
Completed in 2 milliseconds