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

  /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/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,
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);
  /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);
ByteArrayAnnotatedOutput.java 480 int width2 = getAnnotationWidth(); local
481 int width1 = annotationWidth - width2 - 1;
483 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /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);
ByteArrayAnnotatedOutput.java 476 int width2 = getAnnotationWidth(); local
477 int width1 = annotationWidth - width2 - 1;
479 TwoColumnOutput twoc = new TwoColumnOutput(out, width1, width2, "|");
  /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);
ByteArrayAnnotatedOutput.java 473 int width2 = getAnnotationWidth(); local
474 int width1 = annotationWidth - width2 - 1;
476 TwoColumnOutput twoc = new TwoColumnOutput(out, 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 283 SkScalar width2 = paint.measureText(txt, strlen(txt), &bounds); local
286 // faces[i], SkScalarToFloat(width1), SkScalarToFloat(width2));
288 REPORTER_ASSERT(reporter, width1 == width2);
  /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/mesa3d/src/mesa/drivers/x11/
xmesaP.h 163 GLint width2; member in struct:xmesa_renderbuffer
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
xm_buffer.c 295 xrb->width2 = xrb->ximage->bytes_per_line / 2;
296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1);
308 xrb->width2 = xrb->width3 = xrb->width4 = 0;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 716 final int width2 = blockWidth(qBlock + 1); local
721 copyBlockPart(blocks[index + 1], width2,
729 copyBlockPart(blocks[index + blockColumns + 1], width2,
748 final int width2 = blockWidth(qBlock + 1); local
753 copyBlockPart(blocks[index + 1], width2,
    [all...]
BlockRealMatrix.java 741 final int width2 = blockWidth(qBlock + 1); local
746 copyBlockPart(blocks[index + 1], width2,
754 copyBlockPart(blocks[index + blockColumns + 1], width2,
773 final int width2 = blockWidth(qBlock + 1); local
778 copyBlockPart(blocks[index + 1], width2,
    [all...]
  /external/libvncserver/x11vnc/
scan.c 1710 int size_x, size_y, width1, width2; local
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp 1383 double width1,width2; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 615 milliseconds