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:alpha_data_size
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/
H
A
D
alpha_dec.c
53
const size_t
alpha_data_size
= data_size - ALPHA_HEADER_LEN;
in ALPHInit()
local
97
ok = (
alpha_data_size
>= alpha_decoded_size);
in ALPHInit()
100
ok = VP8LDecodeAlphaHeader(dec, alpha_data,
alpha_data_size
);
in ALPHInit()
H
A
D
webpi_dec.h
63
size_t
alpha_data_size
; // alpha chunk size
member
H
A
D
webp_dec.c
346
&hdrs.alpha_data, &hdrs.
alpha_data_size
);
in ParseHeadersInternal()
473
dec->alpha_data_size_ = headers.
alpha_data_size
;
in DecodeInto()
H
A
D
idec_dec.c
334
dec->alpha_data_size_ = headers.
alpha_data_size
;
in DecodeWebPHeaders()
/third_party/skia/third_party/externals/libwebp/src/webp/
H
A
D
encode.h
217
int
alpha_data_size
; // size of the transparency data
member
/third_party/skia/third_party/externals/libwebp/examples/
H
A
D
cwebp.c
216
stats->
alpha_data_size
? " (with alpha)" : "");
in PrintExtraInfoLossy()
237
if (stats->
alpha_data_size
> 0) {
in PrintExtraInfoLossy()
239
stats->
alpha_data_size
, stats->PSNR[4]);
in PrintExtraInfoLossy()
/third_party/ffmpeg/libavcodec/
H
A
D
webp.c
204
int
alpha_data_size
; /* alpha chunk data size */
member
1330
s->
alpha_data_size
);
in vp8_lossy_decode_frame()
1436
s->
alpha_data_size
= chunk_size - 1;
in webp_decode_frame()
1437
bytestream2_skip(&gb, s->
alpha_data_size
);
in webp_decode_frame()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
syntax_enc.c
296
enc->pic_->stats->
alpha_data_size
= (int)enc->alpha_data_size_;
in GeneratePartition0()
Completed in 11 milliseconds