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:palette_id
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cdtoons.c
165
uint16_t
palette_id
;
in cdtoons_decode_frame()
local
190
palette_id
= bytestream_get_be16(&buf);
in cdtoons_decode_frame()
355
if (
palette_id
&& (
palette_id
!= c->last_pal_id)) {
in cdtoons_decode_frame()
356
if (
palette_id
>= CDTOONS_MAX_SPRITES) {
in cdtoons_decode_frame()
358
"Palette ID %d is too high.\n",
palette_id
);
in cdtoons_decode_frame()
361
if (!c->sprites[
palette_id
].active) {
in cdtoons_decode_frame()
364
"Palette ID %d is missing.\n",
palette_id
);
in cdtoons_decode_frame()
367
if (c->sprites[
palette_id
].size != 256 * 2 * 3) {
in cdtoons_decode_frame()
370
palette_id
,
in cdtoons_decode_frame()
[all...]
H
A
D
pgssubdec.c
64
int
palette_id
;
member
432
ctx->presentation.
palette_id
= bytestream_get_byte(&buf);
in parse_presentation_segment()
523
palette = find_palette(ctx->presentation.
palette_id
, &ctx->palettes);
in display_end_segment()
527
ctx->presentation.
palette_id
);
in display_end_segment()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_paletteuse.c
59
uint8_t
palette_id
;
member
250
return node[res.node_pos].
palette_id
;
in colormap_nearest_recursive()
327
return root[best_node_id].
palette_id
;
in colormap_nearest_iterative()
523
depth*INDENT, ' ', node->
palette_id
,
in disp_node()
532
map[parent_id].
palette_id
, node->
palette_id
);
in disp_node()
726
node->
palette_id
= pal_id;
in colormap_insert()
Completed in 4 milliseconds