HomeSort by relevance Sort by last modified time
    Searched refs:b_pos (Results 1 - 4 of 4) sorted by null

  /external/qemu-pc-bios/vgabios/
vbetables-gen.c 95 int r_size, r_pos, g_size, g_pos, b_size, b_pos, a_size, a_pos; local
181 b_pos = 0;
191 b_pos = 0;
201 b_pos = 0;
211 b_pos = 0;
221 b_pos = 0;
232 printf("/*Bit8u BlueFieldPosition*/ %d,\n", b_pos);
258 printf("/*Bit8u LinBlueFieldPosition*/ %d,\n", b_pos);
  /external/chromium_org/sync/syncable/
parent_child_index.cc 19 const UniquePosition& b_pos = b->ref(UNIQUE_POSITION); local
21 if (a_pos.IsValid() && b_pos.IsValid()) {
23 return a_pos.LessThan(b_pos);
24 } else if (a_pos.IsValid() && !b_pos.IsValid()) {
30 } else if (!a_pos.IsValid() && b_pos.IsValid()) {
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 384 int b_pos = bs->rows[row_block_counter].block.position; local
392 (b + b_pos, row.block.size);
408 b_pos += row.block.size;
445 int b_pos = bs->rows[row_block_counter].block.position; local
471 b + b_pos,
488 b_pos += row.block.size;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 227 int r_pos, g_pos, b_pos, bytes; local
228 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
243 rgb[b_pos] = ((y / 63) & 1) ? 224 : 32;
293 int r_pos, g_pos, b_pos, bytes; local
294 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
317 ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][b_pos],
360 int* r_pos, int* g_pos, int* b_pos, int* bytes) {
362 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 3; // RGB in memory.
364 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 3; // BGR in memory.
366 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 4; // RGBA in memory
    [all...]

Completed in 1615 milliseconds