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

  /external/chromium_org/third_party/skia/gm/
samplerstress.cpp 52 static const int ySize = 16;
54 fTexture.allocN32Pixels(xSize, ySize);
57 for (int y = 0; y < ySize; ++y) {
  /external/skia/gm/
samplerstress.cpp 52 static const int ySize = 16;
54 fTexture.allocN32Pixels(xSize, ySize);
57 for (int y = 0; y < ySize; ++y) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoderTest.cpp 96 IntSize ySize = decoder->decodedYUVSize(0, ImageDecoder::ActualSize);
100 ASSERT_TRUE(size.width() == ySize.width());
101 ASSERT_TRUE(size.height() == ySize.height());
105 *outputYWidth = ySize.width();
106 *outputYHeight = ySize.height();
  /external/pdfium/core/include/reflow/
reflowengine.h 23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix)
168 y1 = yPos + ySize;
174 y0 = ySize + yPos;
176 y1 = yPos + ySize;
182 y0 = ySize + yPos;
186 y2 = ySize + yPos;
194 y2 = yPos + ySize;
reflowedpage.h 171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 348 uint32_t dataSize, ySize, cSize, cStride;
353 dataSize = ySize = cSize = cStride = 0;
379 ySize = buffer->width * (buffer->height - 1) + buffer->width;
389 dataSize = (idx == 0) ? ySize : cSize;
396 ySize = buffer->stride * buffer->height;
398 cr = buffer->data + ySize;
408 dataSize = (idx == 0) ? ySize : cSize;
    [all...]
  /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 158 int xSize, int ySize, int iRotate) const;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 991 int xSize, int ySize, int iRotate) const
1002 y0 = yPos + ySize;
1006 y2 = yPos + ySize;
1014 y2 = yPos + ySize;
1020 y1 = yPos + ySize;
1026 y0 = yPos + ySize;
1028 y1 = yPos + ySize;
    [all...]
  /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 627 int ySize = yStride * h;
629 expectedBytes = ySize + uvSize * 2;
743 int ySize = yStride * h;
746 int uRowIndex = ySize + uvSize;
747 int vRowIndex = ySize;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 304 ASN1_INTEGER *ySize;
377 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
623 val = ASN1_INTEGER_get(info->ySize);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]

Completed in 476 milliseconds