HomeSort by relevance Sort by last modified time
    Searched full:width2 (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/pixman/test/
scaling-helpers-test.c 59 int32_t left_pad2, left_tz2, width2, right_tz2, right_pad2; local
64 width1 = width2 = width;
80 &width2,
86 assert (width1 == width2);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SizeAreaComparator.java 47 long width2 = size2.width; local
49 long area2 = width2 * size2.height;
52 return (width > width2) ? 1 : -1;
  /frameworks/base/core/java/android/hardware/camera2/utils/
SizeAreaComparator.java 46 long width2 = size2.getWidth(); local
48 long area2 = width2 * size2.getHeight();
51 return (width > width2) ? 1 : -1;
  /external/chromium_org/chrome/renderer/
web_apps_unittest.cc 19 const int width2; member in struct:TestData
57 ASSERT_EQ(data[i].width2, sizes[1].width());
  /external/chromium_org/native_client_sdk/src/examples/api/gamepad/
gamepad.cc 138 int width2 = width() / gamepad_data.length / 2; local
140 int offset = width2 * 2 * p;
148 int x = static_cast<int>(pad.axes[i + 0] * width2 + width2) + offset;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_resize.h 23 int width2,
vp9_resize.c 512 int width2,
515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height);
521 intbuf + width2 * i, width2, tmpbuf);
522 for (i = 0; i < width2; ++i) {
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.h 23 int width2,
vp9_resize.c 512 int width2,
515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height);
521 intbuf + width2 * i, width2, tmpbuf);
522 for (i = 0; i < width2; ++i) {
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.h 23 int width2,
  /cts/tests/tests/hardware/src/android/hardware/cts/
Camera_SizeTest.java 39 private final int WIDTH2 = 320;
56 checkSize(parameters, WIDTH2, HEIGHT2);
  /external/chromium_org/third_party/skia/tests/
FontObjTest.cpp 102 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
104 REPORTER_ASSERT(reporter, width1 == width2);
FontHostTest.cpp 295 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
298 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
300 REPORTER_ASSERT(reporter, width1 == width2);
  /external/skia/tests/
FontObjTest.cpp 102 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
104 REPORTER_ASSERT(reporter, width1 == width2);
FontHostTest.cpp 292 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
295 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
297 REPORTER_ASSERT(reporter, width1 == width2);
  /external/chromium_org/ppapi/examples/gamepad/
gamepad.cc 96 int width2 = size.width() / 2; local
101 gamepad_data.items[0].axes[i + 0] * width2 + width2);
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType16HalftoneDictionary_autogen.cpp 71 int64_t SkPdfType16HalftoneDictionary::Width2(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Width2", "");
80 return get("Width2", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfType16HalftoneDictionary_autogen.cpp 71 int64_t SkPdfType16HalftoneDictionary::Width2(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Width2", "");
80 return get("Width2", "") != NULL;
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 57 * @param width2 {@code > 0;} width of the second column
61 String s2, int width2) {
67 new TwoColumnOutput(sw, width1, width2, spacer);
  /dalvik/dx/src/com/android/dx/util/
TwoColumnOutput.java 57 * @param width2 {@code > 0;} width of the second column
61 String s2, int width2) {
67 new TwoColumnOutput(sw, width1, width2, spacer);
  /external/dexmaker/src/dx/java/com/android/dx/util/
TwoColumnOutput.java 57 * @param width2 {@code > 0;} width of the second column
61 String s2, int width2) {
67 new TwoColumnOutput(sw, width1, width2, spacer);
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
AffineTransform.cpp 251 double width2 = size.width() * xScale(); local
254 return IntSize(lround(width2), lround(height2));
259 double width2 = size.width() * xScale(); local
262 return FloatSize(narrowPrecisionToFloat(width2), narrowPrecisionToFloat(height2));
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_filter.cpp 190 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); local
223 A = *(rec_y - width2);
274 *(rec_y - width2) = A - d2;
320 A = *(rec_y - width2);
371 *(rec_y - width2) = A - d2;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
WEBPImageDecoder.cpp 77 inline void findBlendRangeAtRow(const blink::IntRect& src, const blink::IntRect& dst, int canvasY, int& left1, int& width1, int& left2, int& width2)
83 width2 = 0;
98 width2 = src.maxX() - dst.maxX();
525 int left1, width1, left2, width2;
526 findBlendRangeAtRow(frameRect, prevRect, canvasY, left1, width1, left2, width2);
529 if (width2 > 0)
530 m_blendFunction(buffer, prevBuffer, canvasY, left2, width2);
  /external/chromium_org/third_party/webrtc/common_video/
i420_video_frame_unittest.cc 197 int width2 = 30; local
220 EXPECT_EQ(0, frame2.CreateEmptyFrame(width2, height2,
235 width2, height2, stride_y2, stride_u2, stride_v2);

Completed in 449 milliseconds

1 2 3