HomeSort by relevance Sort by last modified time
    Searched defs:NUM_CHANNELS (Results 1 - 7 of 7) 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 201 final int NUM_CHANNELS = 100;
205 for (int i = 0; i < NUM_CHANNELS; ++i) {
226 double[] applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
253 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
342 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
359 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
  /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);
  /external/webrtc/src/common_audio/vad/
vad_defines.h 19 #define NUM_CHANNELS 6 // Eight frequency bands
21 #define NUM_TABLE_VALUES NUM_CHANNELS * NUM_MODELS
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 83 NUM_CHANNELS
128 uint32_t mCurrentColors[NUM_MATERIALS*NUM_CHANNELS];

Completed in 169 milliseconds