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:palettes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
pgssubdec.c
97
PGSSubPalettes
palettes
;
member
113
ctx->
palettes
.count = 0;
in flush_cache()
127
static PGSSubPalette * find_palette(int id, PGSSubPalettes *
palettes
)
in find_palette()
argument
131
for (i = 0; i <
palettes
->count; i++) {
in find_palette()
132
if (
palettes
->palette[i].id == id)
in find_palette()
133
return &
palettes
->palette[i];
in find_palette()
341
palette = find_palette(id, &ctx->
palettes
);
in parse_palette_segment()
343
if (ctx->
palettes
.count >= MAX_EPOCH_PALETTES) {
in parse_palette_segment()
344
av_log(avctx, AV_LOG_ERROR, "Too many
palettes
in epoch\n");
in parse_palette_segment()
347
palette = &ctx->
palettes
in parse_palette_segment()
[all...]
H
A
D
xan.c
68
unsigned *
palettes
;
member
84
av_freep(&s->
palettes
);
in xan_decode_end()
569
tmpptr = av_realloc_array(s->
palettes
,
in xan_decode_frame()
573
s->
palettes
= tmpptr;
in xan_decode_frame()
619
s->
palettes
+ s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE);
in xan_decode_frame()
/third_party/skia/third_party/externals/harfbuzz/src/
H
A
D
hb-ot-color-colr-table.hh
1288
hb_set_t *
palettes
/* OUT */) const
in closure_V0palette_indices()
1289
{ colr->closure_V0palette_indices (glyphs,
palettes
); }
in closure_V0palette_indices()
1313
hb_set_t *
palettes
/* OUT */) const
in closure_V0palette_indices()
1325
palettes
->add (layer.colorIdx);
in closure_V0palette_indices()
Completed in 5 milliseconds