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:nb_pal
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
icodec.c
36
int
nb_pal
;
member
107
ico->images[i].
nb_pal
= avio_r8(pb);
in read_header()
108
if (ico->images[i].
nb_pal
== 255)
in read_header()
109
ico->images[i].
nb_pal
= 0;
in read_header()
192
image->
nb_pal
= AV_RL32(buf + 32);
in read_packet()
194
if (st->codecpar->bits_per_coded_sample <= 8 && !image->
nb_pal
) {
in read_packet()
195
image->
nb_pal
= 1 << st->codecpar->bits_per_coded_sample;
in read_packet()
196
AV_WL32(buf + 32, image->
nb_pal
);
in read_packet()
199
if (image->
nb_pal
> INT_MAX / 4 - 14 - 40)
in read_packet()
202
AV_WL32(buf - 4, 14 + 40 + image->
nb_pal
*
in read_packet()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
sga.c
46
int
nb_pal
;
member
254
const int bits = (s->
nb_pal
+ 1) / 2;
in decode_palmapdata()
320
s->
nb_pal
= avpkt->data[9];
in sga_decode_frame()
324
if (s->
nb_pal
> 4)
in sga_decode_frame()
453
s->paldata_size = s->
nb_pal
* 18;
in sga_decode_frame()
457
s->palmapdata_size = (s->flags & HAVE_TILEMAP) || s->
nb_pal
< 2 ? 0 : (s->tiles_w * s->tiles_h * ((s->
nb_pal
+ 1) / 2) + 7) / 8;
in sga_decode_frame()
462
for (int n = 0; n < s->
nb_pal
; n++) {
in sga_decode_frame()
Completed in 2 milliseconds