Home
last modified time | relevance | path

Searched defs:dstWidth (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java254 float dstWidth = drawRect.right - drawRect.left + 1; in drawContents() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMockTvInputService.java309 int dstWidth = c.getWidth(); in draw() local
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java460 byte[] dst, int dstByteOffset, int dstWidth, int dstHeight) { in imageUpscale1To2()
513 int dstWidth, int dstHeight) throws Exception { in imageScale()