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:clut_id
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dvbsubenc.c
277
int page_id, region_id,
clut_id
, object_id, i, bpp_index, page_state;
in dvbsub_encode()
local
328
for (
clut_id
= 0;
clut_id
< h->num_rects;
clut_id
++) {
in dvbsub_encode()
329
if (buf_size < 6 + h->rects[
clut_id
]->nb_colors * 6)
in dvbsub_encode()
334
if (h->rects[
clut_id
]->nb_colors <= 4) {
in dvbsub_encode()
337
} else if (h->rects[
clut_id
]->nb_colors <= 16) {
in dvbsub_encode()
340
} else if (h->rects[
clut_id
]->nb_colors <= 256) {
in dvbsub_encode()
354
*q++ =
clut_id
;
in dvbsub_encode()
357
for(i = 0; i < h->rects[
clut_id
]
in dvbsub_encode()
[all...]
H
A
D
dvbsubdec.c
155
static DVBSubCLUT* get_clut(DVBSubContext *ctx, int
clut_id
)
in get_clut()
argument
159
while (ptr && ptr->id !=
clut_id
) {
in get_clut()
1051
int i,
clut_id
;
in dvbsub_parse_clut_segment()
local
1069
clut_id
= *buf++;
in dvbsub_parse_clut_segment()
1073
clut = get_clut(ctx,
clut_id
);
in dvbsub_parse_clut_segment()
1080
clut->id =
clut_id
;
in dvbsub_parse_clut_segment()
Completed in 4 milliseconds