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

  /external/chromium_org/media/cast/test/utility/
barcode.cc 52 size_t unit_size = row_bytes * 6 / 10 / units; local
53 if (unit_size < 1) return false;
54 size_t bytes_required = unit_size * units;
58 memset(pos, 0, unit_size);
59 pos += unit_size * 2;
60 memset(pos, 0, unit_size);
61 pos += unit_size * 2;
63 memset(pos, 0, bits[bit] ? unit_size * 2: unit_size);
64 pos += unit_size * 3
111 double unit_size = (i[1] + i[2] + i[3] + i[4]) \/ 4; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 289 uint32 unit_size = GLES2Util::GetGLDataTypeSizeForUniforms( local
291 uint32 size_needed = size * unit_size;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1274 tree low_bound, unit_size; local
    [all...]

Completed in 283 milliseconds