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:first_color
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
yop.c
40
int
first_color
[2];
member
113
s->
first_color
[0] = avctx->extradata[1];
in yop_decode_init()
114
s->
first_color
[1] = avctx->extradata[2];
in yop_decode_init()
116
if (s->num_pal_colors + s->
first_color
[0] > 256 ||
in yop_decode_init()
117
s->num_pal_colors + s->
first_color
[1] > 256) {
in yop_decode_init()
225
firstcolor = s->
first_color
[is_odd_frame];
in yop_decode_frame()
/third_party/ffmpeg/libavformat/
H
A
D
ipmovie.c
284
int
first_color
, last_color;
in process_ipmovie_chunk()
local
515
first_color
= AV_RL16(&scratch[0]);
in process_ipmovie_chunk()
516
last_color =
first_color
+ AV_RL16(&scratch[2]) - 1;
in process_ipmovie_chunk()
518
if ( (
first_color
> 0xFF) || (last_color > 0xFF)
in process_ipmovie_chunk()
519
|| (last_color -
first_color
+ 1)*3 + 4 > opcode_size) {
in process_ipmovie_chunk()
521
first_color
, last_color);
in process_ipmovie_chunk()
526
for (i =
first_color
; i <= last_color; i++) {
in process_ipmovie_chunk()
Completed in 2 milliseconds