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

  /external/chromium_org/webkit/browser/quota/
quota_temporary_storage_evictor_unittest.cc 270 const int64 c_size = 120; local
272 const int64 initial_total_size = a_size + b_size + c_size + d_size;
276 quota_eviction_handler()->AddOrigin(GURL("http://www.c.com"), c_size);
286 initial_total_size - d_size + e_size - c_size));
290 EXPECT_EQ(initial_total_size - d_size + e_size - c_size - b_size,
304 const int64 c_size = 120; local
306 const int64 initial_total_size = a_size + b_size + c_size + d_size;
309 quota_eviction_handler()->AddOrigin(GURL("http://www.c.com"), c_size);
335 const int64 c_size = 120; local
337 const int64 initial_total_size = a_size + b_size + c_size + d_size
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 56 unsigned int c_size = c_width * src->h/2; local
58 unsigned int chromaSize = c_size * 2;
108 newChroma[r2*width] = oldChroma[r1*c_width+i+c_size];
112 newChroma[r2*width + j + 1] = oldChroma[r1*c_width+i+c_size];
  /external/chromium_org/third_party/jinja2/
environment.py     [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1498 int c_size = c_stride * height\/2; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 203 int c_size = c_stride * height/2; local
204 int size = y_size + c_size * 2;
    [all...]

Completed in 189 milliseconds