OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_size
(Results
1 - 10
of
10
) 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
];
/frameworks/base/graphics/java/android/graphics/
ImageFormat.java
52
*
c_size
= c_stride * height/2
53
* size = y_size +
c_size
* 2
55
* cb_offset = y_size +
c_size
</pre>
/system/core/include/system/
graphics.h
109
*
c_size
= c_stride * height/2
110
* size = y_size +
c_size
* 2
112
* cb_offset = y_size +
c_size
/external/chromium_org/third_party/jinja2/
environment.py
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc
214
Printf("res %zu check_stack.size %zu;
c_size
%zu\n", res,
/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 766 milliseconds