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

  /external/qemu/
thunk.c 193 int array_length, i, dst_size, src_size; local
198 dst_size = thunk_type_size(type_ptr, to_host);
204 d += dst_size;
  /external/opencv/cv/src/
cvsamplers.cpp 546 CvSize src_size, dst_size; local
569 dst_size = cvGetMatSize( dst );
573 if( dst_size.width > src_size.width || dst_size.height > src_size.height )
592 dst->data.ptr, dst_step, dst_size, center ));
816 CvSize src_size, dst_size; local
    [all...]
cvpyramids.cpp 1041 CvSize src_size, src_size2, dst_size; local
    [all...]
cvpyrsegmentation.cpp 288 CvSize dst_size = { size.width/2+1, size.height/2+1 }; local
290 CvMat next_level = cvMat( dst_size.height, dst_size.width, CV_32FC1 );
297 //_CV_CHECK( icvPyrDownBorder_32f_CnR( pyramida, step, size, pyramida, step, dst_size, 1 ));
300 size.width = dst_size.width - 1;
301 size.height = dst_size.height - 1;
707 CvSize dst_size = { size.width/2 + 1, size.height/2 + 1 }; local
709 CvMat next_level = cvMat( dst_size.height, dst_size.width, CV_32FC3 );
716 //_CV_CHECK( icvPyrDownBorder_32f_CnR( pyramida, step, size, pyramida, step, dst_size, 3 ))
1836 CvSize src_size, dst_size; local
    [all...]
  /frameworks/base/cmds/installd/tests/
installd_utils_test.cpp 403 size_t dst_size = 10; local
404 char dst[dst_size];
408 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
414 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
422 size_t dst_size = 5; local
423 char dst[dst_size];
427 EXPECT_EQ(0, append_and_increment(&dstp, src, &dst_size))
433 EXPECT_EQ(-1, append_and_increment(&dstp, src, &dst_size))
  /frameworks/base/cmds/installd/
utils.c 40 size_t dst_size = PKG_PATH_MAX; local
42 if (append_and_increment(&dst, dir->path, &dst_size) < 0
43 || append_and_increment(&dst, pkgname, &dst_size) < 0
44 || append_and_increment(&dst, postfix, &dst_size) < 0) {
75 size_t dst_size = sizeof(prefix); local
77 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
78 || append_and_increment(&dst, persona_prefix, &dst_size) < 0) {
84 int ret = snprintf(dst, dst_size, "%d/", persona);
116 size_t dst_size = PKG_PATH_MAX; local
118 if (append_and_increment(&dst, android_data_dir.path, &dst_size) <
369 size_t dst_size = path_len + 2; local
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 115 int dst_size; member in struct:android::Encoder_libjpeg::params
  /external/opencv/cvaux/src/
cvepilines.cpp 2116 CvSize dst_size = src_size; local
    [all...]

Completed in 435 milliseconds