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:NUM_CHANNELS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/demux/
H
A
D
anim_decode.c
24
#define
NUM_CHANNELS
4
macro
125
dec->info_.canvas_width *
NUM_CHANNELS
, dec->info_.canvas_height);
in WebPAnimDecoderNewInternal()
128
dec->info_.canvas_width *
NUM_CHANNELS
, dec->info_.canvas_height);
in WebPAnimDecoderNewInternal()
155
(uint64_t)canvas_width * canvas_height *
NUM_CHANNELS
* sizeof(*buf);
in ZeroFillCanvas()
165
assert(width *
NUM_CHANNELS
<= buf_stride);
in ZeroFillFrameRect()
166
buf += y_offset * buf_stride + x_offset *
NUM_CHANNELS
;
in ZeroFillFrameRect()
168
memset(buf, 0, width *
NUM_CHANNELS
);
in ZeroFillFrameRect()
176
const uint64_t size = (uint64_t)width * height *
NUM_CHANNELS
;
in CopyCanvas()
357
const uint32_t stride = width *
NUM_CHANNELS
; // at most 25 + 2 bits
in WebPAnimDecoderGetNext()
359
(uint64_t)iter.x_offset *
NUM_CHANNELS
; // 5
in WebPAnimDecoderGetNext()
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
vf_photosensitivity.c
34
#define
NUM_CHANNELS
3
macro
85
int sum[
NUM_CHANNELS
];
in convert_frame_partial()
105
for (c = 0; c <
NUM_CHANNELS
; c++) {
in convert_frame_partial()
109
p = data + y * linesize + x0 *
NUM_CHANNELS
;
in convert_frame_partial()
115
p +=
NUM_CHANNELS
* skip;
in convert_frame_partial()
121
for (c = 0; c <
NUM_CHANNELS
; c++) {
in convert_frame_partial()
184
for (c = 0; c <
NUM_CHANNELS
; c++) {
in get_badness()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_setup_line.c
42
#define
NUM_CHANNELS
4
macro
183
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_line_coefficients()
188
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_line_coefficients()
195
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_line_coefficients()
201
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_line_coefficients()
217
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_line_coefficients()
H
A
D
lp_setup_point.c
43
#define
NUM_CHANNELS
4
macro
263
for (i = 0; i <
NUM_CHANNELS
; i++) {
in setup_point_coefficients()
275
for (i = 0; i <
NUM_CHANNELS
; i++) {
in setup_point_coefficients()
288
for (i = 0; i <
NUM_CHANNELS
; i++)
in setup_point_coefficients()
H
A
D
lp_setup_rect.c
41
#define
NUM_CHANNELS
4
macro
71
unsigned input_array_sz =
NUM_CHANNELS
* (nr_inputs + 1) * sizeof(float);
in lp_setup_alloc_rectangle()
Completed in 5 milliseconds