OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_CHANNELS
(Results
1 - 9
of
9
) sorted by null
/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_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_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_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_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_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_tri.c
42
#define
NUM_CHANNELS
4
87
unsigned input_array_sz =
NUM_CHANNELS
* (nr_inputs + 1) * sizeof(float);
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
83
NUM_CHANNELS
128
uint32_t mCurrentColors[NUM_MATERIALS*
NUM_CHANNELS
];
Completed in 348 milliseconds