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

  /external/chromium_org/content/browser/quota/
quota_temporary_storage_evictor_unittest.cc 274 const int64 c_size = 120; local
276 const int64 initial_total_size = a_size + b_size + c_size + d_size;
280 quota_eviction_handler()->AddOrigin(GURL("http://www.c.com"), c_size);
290 initial_total_size - d_size + e_size - c_size));
294 EXPECT_EQ(initial_total_size - d_size + e_size - c_size - b_size,
308 const int64 c_size = 120; local
310 const int64 initial_total_size = a_size + b_size + c_size + d_size;
313 quota_eviction_handler()->AddOrigin(GURL("http://www.c.com"), c_size);
339 const int64 c_size = 120; local
341 const int64 initial_total_size = a_size + b_size + c_size + d_size
    [all...]
  /hardware/qcom/display/msm8084/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/msm8226/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/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];
  /external/chromium_org/third_party/jinja2/
environment.py     [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 376 const size_t c_size = container->size(); local
377 container->resize(c_size + (end - beg));
381 typename CT::iterator c_end = container->begin() + c_size;
    [all...]
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 1628 int c_size = c_stride * height\/2; local
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 214 int c_size = c_stride * height/2; local
215 int size = y_size + c_size * 2;
    [all...]

Completed in 594 milliseconds