HomeSort by relevance Sort by last modified time
    Searched defs:NUM_CHANNELS (Results 1 - 9 of 9) sorted by null

  /cts/tests/camera/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/tests/tvprovider/src/android/tvprovider/cts/
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() {
255 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
344 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
361 applyBatchTimes = MeasureTime.measure(NUM_CHANNELS, new MeasureRun() {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 43 #define NUM_CHANNELS 4
255 for (i = 0; i < NUM_CHANNELS; i++) {
267 for (i = 0; i < NUM_CHANNELS; i++) {
280 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_line.c 42 #define NUM_CHANNELS 4
183 for (i = 0; i < NUM_CHANNELS; i++)
188 for (i = 0; i < NUM_CHANNELS; i++)
195 for (i = 0; i < NUM_CHANNELS; i++)
201 for (i = 0; i < NUM_CHANNELS; i++)
217 for (i = 0; i < NUM_CHANNELS; i++)
lp_setup_tri.c 45 #define NUM_CHANNELS 4
93 unsigned input_array_sz = NUM_CHANNELS * (nr_inputs + 1) * sizeof(float);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
mrc.h 24 #define NUM_CHANNELS 1 // number of channels
64 uint32_t rcvn[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];
65 uint32_t rdqs[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];
66 uint32_t wdqs[NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];
67 uint32_t wdq [NUM_CHANNELS][NUM_RANKS][NUM_BYTE_LANES];
68 uint32_t vref[NUM_CHANNELS][NUM_BYTE_LANES];
69 uint32_t wctl[NUM_CHANNELS][NUM_RANKS];
70 uint32_t wcmd[NUM_CHANNELS];
146 uint32_t channel_size[NUM_CHANNELS];
147 uint32_t column_bits[NUM_CHANNELS];
    [all...]
  /external/webp/src/demux/
anim_decode.c 24 #define NUM_CHANNELS 4
117 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
120 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
147 (uint64_t)canvas_width * canvas_height * NUM_CHANNELS * sizeof(*buf);
157 assert(width * NUM_CHANNELS <= buf_stride);
158 buf += y_offset * buf_stride + x_offset * NUM_CHANNELS;
160 memset(buf, 0, width * NUM_CHANNELS);
168 const uint64_t size = (uint64_t)width * height * NUM_CHANNELS;
350 (iter.y_offset * width + iter.x_offset) * NUM_CHANNELS;
353 buf->stride = NUM_CHANNELS * width
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 83 NUM_CHANNELS
128 uint32_t mCurrentColors[NUM_MATERIALS*NUM_CHANNELS];
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.h 71 enum ColorChannels { R = 0, Gr, Gb, B, Y, Cb, Cr, NUM_CHANNELS };
115 uint32_t mCurrentColors[NUM_MATERIALS * NUM_CHANNELS];

Completed in 152 milliseconds