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:planemap
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
8bps.c
52
unsigned char
planemap
[4];
member
71
unsigned char *
planemap
= c->
planemap
;
in decode_frame()
local
93
pixptr = frame->data[0] + row * frame->linesize[0] +
planemap
[p];
in decode_frame()
150
c->
planemap
[0] = 0; // 1st plane is palette indexes
in decode_init()
155
c->
planemap
[0] = 2; // 1st plane is red
in decode_init()
156
c->
planemap
[1] = 1; // 2nd plane is green
in decode_init()
157
c->
planemap
[2] = 0; // 3rd plane is blue
in decode_init()
162
/* handle
planemap
setup later for decoding rgb24 data as rbg32 */
in decode_init()
171
c->
planemap
[
in decode_init()
[all...]
Completed in 1 milliseconds