HomeSort by relevance Sort by last modified time
    Searched refs:ySize (Results 1 - 4 of 4) 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/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();
  /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;
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]

Completed in 746 milliseconds