OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_CHANNELS
(Results
1 - 12
of
12
) sorted by null
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
83
NUM_CHANNELS
128
uint32_t mCurrentColors[NUM_MATERIALS*
NUM_CHANNELS
];
Scene.cpp
31
#define G (Scene::GRASS * Scene::
NUM_CHANNELS
)
32
#define S (Scene::GRASS_SHADOW * Scene::
NUM_CHANNELS
)
33
#define H (Scene::HILL * Scene::
NUM_CHANNELS
)
34
#define W (Scene::WALL * Scene::
NUM_CHANNELS
)
35
#define R (Scene::ROOF * Scene::
NUM_CHANNELS
)
36
#define D (Scene::DOOR * Scene::
NUM_CHANNELS
)
37
#define C (Scene::CHIMNEY * Scene::
NUM_CHANNELS
)
38
#define I (Scene::WINDOW * Scene::
NUM_CHANNELS
)
39
#define U (Scene::SUN * Scene::
NUM_CHANNELS
)
40
#define K (Scene::SKY * Scene::
NUM_CHANNELS
)
[
all
...]
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
BitmapUtils.java
36
public static int
NUM_CHANNELS
= 4;
43
* @return an array containing
NUM_CHANNELS
* COLOR_BIT_DEPTH histogram bucket values, with
55
int[] output = new int[COLOR_BIT_DEPTH *
NUM_CHANNELS
];
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/
TvProviderPerfTest.java
163
final int
NUM_CHANNELS
= 100;
167
for (int i = 0; i <
NUM_CHANNELS
; ++i) {
188
double[] applyBatchTimes = MeasureTime.measure(
NUM_CHANNELS
, new MeasureRun() {
215
applyBatchTimes = MeasureTime.measure(
NUM_CHANNELS
, new MeasureRun() {
248
applyBatchTimes = MeasureTime.measure(
NUM_CHANNELS
, new MeasureRun() {
269
applyBatchTimes = MeasureTime.measure(
NUM_CHANNELS
, new MeasureRun() {
286
applyBatchTimes = MeasureTime.measure(
NUM_CHANNELS
, new MeasureRun() {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_setup_point.c
41
#define
NUM_CHANNELS
4
251
for (i = 0; i <
NUM_CHANNELS
; i++) {
263
for (i = 0; i <
NUM_CHANNELS
; i++) {
276
for (i = 0; i <
NUM_CHANNELS
; i++)
lp_setup_line.c
40
#define
NUM_CHANNELS
4
180
for (i = 0; i <
NUM_CHANNELS
; i++)
185
for (i = 0; i <
NUM_CHANNELS
; i++)
192
for (i = 0; i <
NUM_CHANNELS
; i++)
198
for (i = 0; i <
NUM_CHANNELS
; i++)
214
for (i = 0; i <
NUM_CHANNELS
; i++)
lp_setup_tri.c
42
#define
NUM_CHANNELS
4
87
unsigned input_array_sz =
NUM_CHANNELS
* (nr_inputs + 1) * sizeof(float);
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c
41
#define
NUM_CHANNELS
4
251
for (i = 0; i <
NUM_CHANNELS
; i++) {
263
for (i = 0; i <
NUM_CHANNELS
; i++) {
276
for (i = 0; i <
NUM_CHANNELS
; i++)
lp_setup_line.c
40
#define
NUM_CHANNELS
4
180
for (i = 0; i <
NUM_CHANNELS
; i++)
185
for (i = 0; i <
NUM_CHANNELS
; i++)
192
for (i = 0; i <
NUM_CHANNELS
; i++)
198
for (i = 0; i <
NUM_CHANNELS
; i++)
214
for (i = 0; i <
NUM_CHANNELS
; i++)
lp_setup_tri.c
42
#define
NUM_CHANNELS
4
87
unsigned input_array_sz =
NUM_CHANNELS
* (nr_inputs + 1) * sizeof(float);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_ppc.c
[
all
...]
/external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ppc.c
[
all
...]
Completed in 848 milliseconds