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

  /external/chromium_org/chrome/renderer/
web_apps_unittest.cc 20 const int height2; member in struct:TestData
58 ASSERT_EQ(data[i].height2, sizes[1].height());
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.h 22 int height2,
vp9_resize.c 511 int height2,
518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 22 int height2,
vp9_resize.c 511 int height2,
518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.h 22 int height2,
vp9_resize.c 511 int height2,
518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 138 int height2 = height() / 2; local
148 int y = static_cast<int>(pad.axes[i + 1] * height2 + height2);
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 97 int height2 = size.height() / 2; local
103 gamepad_data.items[0].axes[i + 1] * height2 + height2);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js 61 var height2 = maxw2;
62 ctx.moveTo(center-minw2, center-height2);
63 ctx.lineTo(center+minw2, center-height2);
66 ctx.lineTo(center, center+height2);
69 ctx.lineTo(center-minw2, center-height2);
70 ctx.lineTo(center+minw2, center-height2);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 260 double height2 = size.height() * yScale(); local
262 return IntSize(lround(width2), lround(height2));
268 double height2 = size.height() * yScale(); local
270 return FloatSize(narrowPrecisionToFloat(width2), narrowPrecisionToFloat(height2));
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 198 int height2 = 30; local
220 EXPECT_EQ(0, frame2.CreateEmptyFrame(width2, height2,
235 width2, height2, stride_y2, stride_u2, stride_v2);
  /external/chromium_org/ui/gfx/
render_text_unittest.cc 1397 const int height2 = render_text->GetStringSize().height(); local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1384 double height1,height2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 1247 milliseconds