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:rgb8
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_debug_image.c
57
unsigned char *
rgb8
;
in debug_dump_image()
local
62
rgb8
= MALLOC(height * width * 3);
in debug_dump_image()
63
if (!
rgb8
) {
in debug_dump_image()
69
rgb8
, width * 3,
in debug_dump_image()
84
fwrite(
rgb8
, 1, height * width * 3, f);
in debug_dump_image()
91
FREE(
rgb8
);
in debug_dump_image()
/third_party/ffmpeg/tests/fate/
H
A
D
lavf-image.mak
51
FATE_LAVF_IMAGES-$(call LAVF_IMAGES, XWD) +=
rgb8
.xwd
95
fate-lavf-
rgb8
.xwd: CMD = lavf_image "-pix_fmt
rgb8
"
H
A
D
gif.mak
22
FATE_GIF_ENC_PIXFMT =
rgb8
bgr8 rgb4_byte bgr4_byte gray pal8
/third_party/ffmpeg/libavcodec/
H
A
D
pngdec.c
332
YUV2RGB(
rgb8
, uint8_t)
Completed in 5 milliseconds