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:diff_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
263
uint16_t
diff_size
, width, height;
in cdtoons_decode_frame()
local
273
diff_size
= bytestream_get_be32(&buf);
in cdtoons_decode_frame()
276
if (
diff_size
< 8 ||
diff_size
- 4 > eod - buf) {
in cdtoons_decode_frame()
280
if (cdtoons_render_sprite(avctx, buf + 4,
diff_size
- 8,
in cdtoons_decode_frame()
284
buf +=
diff_size
- 4;
in cdtoons_decode_frame()
H
A
D
h264_mp4toannexb_bsf.c
196
uint32_t
diff_size
= (uint32_t)(old_data_size - new_data_size);
in h264_mp4toannexb_modify_encryption_info()
local
197
if (side_data->sub_samples[i].clear_header_len <
diff_size
) {
in h264_mp4toannexb_modify_encryption_info()
200
side_data->sub_samples[i].clear_header_len -=
diff_size
;
in h264_mp4toannexb_modify_encryption_info()
Completed in 2 milliseconds