Searched refs:dstHeight (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | Vp8CodecTestBase.java | 386 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2() argument 387 for (int i = 0; i < dstHeight/2 - 1; i++) { in imageUpscale1To2() 412 int dstOffset0 = (dstHeight - 2) * dstWidth + dstByteOffset; in imageUpscale1To2() 414 int srcOffset0 = (dstHeight/2 - 1) * srcStride + srcByteOffset; in imageUpscale1To2() 439 int dstWidth, int dstHeight) throws Exception { in imageScale() argument 441 int dstYSize = dstWidth * dstHeight; in imageScale() 443 if (dstWidth == 2 * srcWidth && dstHeight <= 2 * srcHeight) { in imageScale() 445 dst = new byte[dstWidth * dstHeight * 3 / 2]; in imageScale() 447 dst, 0, dstWidth, dstHeight); // Y in imageScale() 449 dst, dstYSize, dstWidth / 2, dstHeight / 2); // U in imageScale() [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
D | MockTvInputService.java | 310 int dstHeight = c.getHeight(); in draw() local 313 new Rect(10, 10, dstWidth - 10, dstHeight - 10), null); in draw()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | DetermineFovActivity.java | 231 float dstHeight = drawRect.bottom - drawRect.top + 1; in drawContents() local
|