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:data_unit_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtpdec_vc2hq.c
46
uint8_t parse_code, uint32_t
data_unit_size
)
in fill_parse_info_header()
50
AV_WB32(&buf[5],
data_unit_size
);
in fill_parse_info_header()
53
pl_ctx->last_unit_size =
data_unit_size
;
in fill_parse_info_header()
45
fill_parse_info_header(PayloadContext *pl_ctx, uint8_t *buf, uint8_t parse_code, uint32_t
data_unit_size
)
fill_parse_info_header()
argument
/third_party/ffmpeg/libavcodec/
H
A
D
diracdec.c
2271
unsigned
data_unit_size
;
in dirac_decode_frame()
local
2300
data_unit_size
= AV_RB32(buf+buf_idx+5);
in dirac_decode_frame()
2301
if (
data_unit_size
> buf_size - buf_idx || !
data_unit_size
) {
in dirac_decode_frame()
2302
if(
data_unit_size
> buf_size - buf_idx)
in dirac_decode_frame()
2305
data_unit_size
);
in dirac_decode_frame()
2310
ret = dirac_decode_data_unit(avctx, buf+buf_idx,
data_unit_size
);
in dirac_decode_frame()
2316
buf_idx +=
data_unit_size
;
in dirac_decode_frame()
Completed in 5 milliseconds