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

1 2

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfTileDescription.h 72 unsigned int ySize; // size of a tile in the y dimension
82 ySize (ys),
93 ySize == other.ySize &&
ImfTileDescriptionAttribute.cpp 61 Xdr::write <StreamIO> (os, _value.ySize);
75 Xdr::read <StreamIO> (is, _value.ySize);
ImfTiledMisc.cpp 96 minY + dy * tileDesc.ySize);
98 V2i tileMax = tileMin + V2i (tileDesc.xSize - 1, tileDesc.ySize - 1);
297 tileDesc.ySize,
ImfCRgbaFile.h 340 int xSize, int ySize,
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
ComboDialog.cpp 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
49 int y = ySize - my - by;
ProgressDialog2.h 209 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 98 int ySize;
102 ySize = 120;
106 ySize = 240;
110 ySize = 288;
114 ySize = 480;
118 ySize = 480;
122 ySize = 240;
131 mMediaRecorder.setVideoSize(xSize, ySize);
136 mMediaRecorder.setVideoSize(xSize, ySize);
142 mMediaRecorder.setVideoSize(xSize, ySize);
    [all...]
  /external/skia/gm/
samplerstress.cpp 50 static const int ySize = 16;
52 fTexture.allocN32Pixels(xSize, ySize);
55 for (int y = 0; y < ySize; ++y) {
anisotropic.cpp 53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) {
55 SkIntToScalar(xSize), SkIntToScalar(ySize));
bitmaprect.cpp 94 const int ySize = 3;
96 const SkColor textureData[xSize][ySize] = {
102 bitmap->allocN32Pixels(xSize, ySize, true);
106 for (int y = 0; y < ySize; y++) {
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_page.h 50 int ySize,
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 87 bool IsDialogSizeOK(int xSize, int ySize)
100 ySize / 8 * y <= wy;
157 int ySize = RECT_SIZE_Y(workRect);
162 bool needMove = (xSize2 > xSize || ySize2 > ySize);
169 if (ySize2 > ySize || (needMove && fullNormalize))
173 ySize2 = ySize;
Dialog.h 94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; }
163 bool IsDialogSizeOK(int xSize, int ySize);
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_page.cpp 230 int ySize,
242 rect.Set(xPos, yPos, xSize, ySize);
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate);
  /frameworks/av/media/ndk/
NdkImage.cpp 350 uint32_t dataSize, ySize, cSize, cStride;
374 ySize = mBuffer->width * (mBuffer->height - 1) + mBuffer->width;
379 dataSize = (planeIdx == 0) ? ySize : cSize;
388 ySize = mBuffer->stride * mBuffer->height;
390 cr = mBuffer->data + ySize;
396 dataSize = (planeIdx == 0) ? ySize : cSize;
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 112 int ySize = -1;
126 ySize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
144 mYsize = complement(ySize);
182 ", ySize=" + mYsize +
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 958 int ySize,
969 y0 = yPos + ySize;
973 y2 = yPos + ySize;
981 y2 = yPos + ySize;
987 y1 = yPos + ySize;
993 y0 = yPos + ySize;
995 y1 = yPos + ySize;
  /frameworks/base/media/jni/
android_media_Utils.cpp 658 uint32_t dataSize, ySize, cSize, cStride;
664 dataSize = ySize = cSize = cStride = 0;
694 ySize = buffer->width * (buffer->height - 1) + buffer->width;
704 dataSize = (idx == 0) ? ySize : cSize;
713 ySize = buffer->stride * buffer->height;
715 cr = buffer->data + ySize;
725 dataSize = (idx == 0) ? ySize : cSize;
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 457 int &ySize,
463 ySize = yStride * height;
465 size = ySize + uvSize * 2;
617 int yStride, uvStride, ySize, uvSize, size;
618 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
620 bufferDst_V = (uint16_t *) (((uint8_t*)dst) + ySize);
621 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 117 int ySize,
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 267 * @param ySize The height of the content.
270 public boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) {
275 mLastContentHeight = ySize - mLastCaptionHeight;
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 469 size_t &ySize,
475 ySize = yStride * height;
477 size = ySize + uvSize * 2;
629 size_t yStride, uvStride, ySize, uvSize, size;
630 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
632 bufferDst_V = (uint16_t *) (((uint8_t*)dst) + ySize);
633 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 634 int ySize = yStride * h;
636 expectedBytes = ySize + uvSize * 2;
750 int ySize = yStride * h;
753 int uRowIndex = ySize + uvSize;
754 int vRowIndex = ySize;
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]

Completed in 1544 milliseconds

1 2