Searched refs:srcWidth (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | Vp8CodecTestBase.java | 438 private static byte[] imageScale(byte[] src, int srcWidth, int srcHeight, in imageScale() argument 440 int srcYSize = srcWidth * srcHeight; in imageScale() 443 if (dstWidth == 2 * srcWidth && dstHeight <= 2 * srcHeight) { in imageScale() 446 imageUpscale1To2(src, 0, srcWidth, in imageScale() 448 imageUpscale1To2(src, srcYSize, srcWidth / 2, in imageScale() 450 imageUpscale1To2(src, srcYSize * 5 / 4, srcWidth / 2, in imageScale() 452 } else if (dstWidth == 4 * srcWidth && dstHeight <= 4 * srcHeight) { in imageScale() 454 int midWidth = 2 * srcWidth; in imageScale() 456 byte[] midBuffer = imageScale(src, srcWidth, srcHeight, midWidth, midHeight); in imageScale()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputService.java | 289 int srcWidth = b.getWidth(); in draw() local 294 c.drawBitmap(b, new Rect(0, 0, srcWidth, srcHeight), in draw()
|