OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_pos
(Results
1 - 3
of
3
) sorted by null
/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
231
int r_pos, g_pos,
b_pos
, bytes;
local
232
if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &
b_pos
, &bytes)) {
247
rgb[
b_pos
] = ((y / 63) & 1) ? 224 : 32;
297
int r_pos, g_pos,
b_pos
, bytes;
local
298
if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &
b_pos
, &bytes)) {
321
ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][
b_pos
],
364
int* r_pos, int* g_pos, int*
b_pos
, int* bytes) {
366
*r_pos = 0; *g_pos = 1; *
b_pos
= 2; *bytes = 3; // RGB in memory.
368
*r_pos = 2; *g_pos = 1; *
b_pos
= 0; *bytes = 3; // BGR in memory.
370
*r_pos = 0; *g_pos = 1; *
b_pos
= 2; *bytes = 4; // RGBA in memory
[
all
...]
Completed in 1036 milliseconds