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

  /external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h 59 const gfx::Size& dst_size,
66 const gfx::Size& dst_size,
73 const gfx::Size& dst_size,
150 gfx::Size dst_size; member in struct:content::GLHelperScaling::ScalerStage
161 const gfx::Size& dst_size,
173 const gfx::Size& dst_size,
  /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/native/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))
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.cc 68 // Calculate the number necessary to transform |src_subrect| into |dst_size|
72 const gfx::Size& dst_size) {
78 while (width > dst_size.width()) {
84 while (height > dst_size.height()) {
255 const gfx::Size& dst_size) {
256 return CopyWithTextureScale(src_texture, dst_surface, dst_size, 1.0f, -1.0f);
262 const gfx::Size& dst_size) {
263 return CopyWithTextureScale(src_texture, dst_surface, dst_size, 1.0f, 1.0f);
269 const gfx::Size& dst_size,
287 dst_size.width(), dst_size.height()
358 gfx::Size dst_size = dst_rect.size(); local
    [all...]
accelerated_surface_win.cc 422 const gfx::Size& dst_size,
429 dst_size,
450 const gfx::Size& dst_size,
454 bool result = DoCopyToARGB(src_subrect, dst_size, &target);
471 const gfx::Size& dst_size,
475 "width", dst_size.width(),
476 "height", dst_size.height());
513 dst_size,
524 final_surface, gfx::Rect(dst_size))) {
531 dst_size.width(), dst_size.height())
547 gfx::Size dst_size = frame->coded_size(); local
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h 115 int dst_size; member in struct:android::Encoder_libjpeg::params
  /frameworks/native/cmds/installd/
utils.c 42 size_t dst_size = PKG_PATH_MAX; local
44 if (append_and_increment(&dst, dir->path, &dst_size) < 0
45 || append_and_increment(&dst, pkgname, &dst_size) < 0
46 || append_and_increment(&dst, postfix, &dst_size) < 0) {
78 size_t dst_size = sizeof(prefix); local
80 if (append_and_increment(&dst, android_data_dir.path, &dst_size) < 0
81 || append_and_increment(&dst, userid_prefix, &dst_size) < 0) {
87 int ret = snprintf(dst, dst_size, "%d/", userid);
119 size_t dst_size = PKG_PATH_MAX; local
121 if (append_and_increment(&dst, android_data_dir.path, &dst_size) <
866 size_t dst_size = path_len + 2; local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 2116 CvSize dst_size = src_size; local
    [all...]

Completed in 252 milliseconds