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

  /art/runtime/
mem_map_test.cc 66 size_t size0 = m0->Size(); local
69 EXPECT_EQ(BaseSize(m0), size0); local
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileDispatcherImpl.java 92 return size0(fd);
160 static native long size0(FileDescriptor fd) throws IOException; method in class:FileDispatcherImpl
  /external/opencv/cxcore/src/
cxnorm.cpp 1036 int size0 = size.width *= cn; local
1072 int size0 = size.width *= cn; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
syntax.c 120 int profile, size_t size0) {
124 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
132 | ((uint32_t)size0 << 5); // partition length (19b)
153 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
179 err = PutVP8FrameHeader(pic, enc->profile_, size0);
398 const size_t size0 = VP8BitWriterSize(bw); local
399 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
400 && pic->writer(part0, size0, pic)
  /external/webp/src/enc/
syntax.c 116 int profile, size_t size0) {
120 if (size0 >= VP8_MAX_PARTITION0_SIZE) { // partition #0 is too big to fit
128 | ((uint32_t)size0 << 5); // partition length (19b)
149 static int PutWebPHeaders(const VP8Encoder* const enc, size_t size0,
175 err = PutVP8FrameHeader(pic, enc->profile_, size0);
354 const size_t size0 = VP8BitWriterSize(bw); local
355 ok = ok && PutWebPHeaders(enc, size0, vp8_size, riff_size)
356 && pic->writer(part0, size0, pic)
  /external/opencv3/modules/photo/src/
contrast_preserve.hpp 345 int size = static_cast<int>(poly.size()), size0 = static_cast<int>(poly[0].size()); local
346 Mat P = Mat(size, size0, CV_32FC1);
350 for (int j = 0; j < size0;j++)
354 Mat B = Mat(size, size0, CV_32FC1);
  /external/opencv3/modules/ts/src/
cuda_test.cpp 94 Size size0 = size; local
98 size0.width += randomInt(5, 15);
99 size0.height += randomInt(5, 15);
102 GpuMat d_m(size0, type);
104 if (size0 != size)
105 d_m = d_m(Rect((size0.width - size.width) / 2, (size0.height - size.height) / 2, size.width, size.height));
ts_func.cpp 110 Size size0 = size; local
113 size0.width += std::max(rng.uniform(0, 10) - 5, 0);
114 size0.height += std::max(rng.uniform(0, 10) - 5, 0);
117 Mat m(size0, type);
120 if( size0 == size )
122 return m(Rect((size0.width-size.width)/2, (size0.height-size.height)/2, size.width, size.height));
128 vector<int> size0(dims);
133 size0[i] = size[i];
137 size0[i] += std::max(rng.uniform(0, 5) - 2, 0)
449 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
474 size_t j, k, size0 = src.elemSize(), size1 = dst.elemSize(), total = planes[0].total(); local
    [all...]
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 461 float size0 = keypoints0[matches[m].trainIdx].size; local
463 CV_Assert(size0 > 0 && size1 > 0);
464 if(std::min(size0, size1) > maxSizeDiff * std::max(size0, size1))
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 80 size_t size0 = iden0.writeToMemory(nullptr); local
82 SkAutoMalloc storage(size0);
83 memset(storage.get(), initValue, size0);
86 SkASSERT(size0 == size1);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_aos.c 1325 LLVMValueRef size0; local
    [all...]
lp_bld_sample_soa.c 873 LLVMValueRef size0 = NULL; local
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp 260 int size0; local
271 size0 = bitmap0->getSize();
272 if (size0 <= 0) {
283 if (size0 > size1) {
286 } else if (size1 > size0){
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.cpp 1517 const int size0 = faces0[coords.face].getWidth(); variable
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_reduce.java 1181 final int size0 = 1 + r.nextInt(1 << i); local
1258 final int size0 = 1 + r.nextInt(1 << i); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/test/
qcamera_test.cpp 225 size_t size0; local
237 size0 = bitmap0->getSize();
238 if (size0 <= 0) {
249 if (size0 > size1) {
252 } else if (size1 > size0){
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/test/
qcamera_test.cpp 225 size_t size0; local
237 size0 = bitmap0->getSize();
238 if (size0 <= 0) {
249 if (size0 > size1) {
252 } else if (size1 > size0){
    [all...]
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 

Completed in 1653 milliseconds