Searched refs:dstHeight (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | VideoCodecTestBase.java | 460 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2() argument 461 for (int i = 0; i < dstHeight/2 - 1; i++) { in imageUpscale1To2() 486 int dstOffset0 = (dstHeight - 2) * dstWidth + dstByteOffset; in imageUpscale1To2() 488 int srcOffset0 = (dstHeight/2 - 1) * srcStride + srcByteOffset; in imageUpscale1To2() 513 int dstWidth, int dstHeight) throws Exception { in imageScale() argument 515 int dstYSize = dstWidth * dstHeight; in imageScale() 517 if (dstWidth == 2 * srcWidth && dstHeight <= 2 * srcHeight) { in imageScale() 519 dst = new byte[dstWidth * dstHeight * 3 / 2]; in imageScale() 521 dst, 0, dstWidth, dstHeight); // Y in imageScale() 523 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 | 255 float dstHeight = drawRect.bottom - drawRect.top + 1; in drawContents() local
|