Home
last modified time | relevance | path

Searched refs:DEBUG_FILE_NAME_BASE (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java80 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test."; field in EncodeVirtualDisplayTest
310 String fileName = DEBUG_FILE_NAME_BASE + sWidth + "x" + sHeight + ".mp4"; in doTestEncodeVirtual()
DEncodeDecodeTest.java64 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test."; field in EncodeDecodeTest
653 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; in doEncodeDecodeVideoFromBuffer()
933 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; in doEncodeDecodeVideoFromSurfaceToSurface()
DImageReaderDecoderTest.java84 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/"; field in ImageReaderDecoderTest
578 String fileName = DEBUG_FILE_NAME_BASE + MediaUtils.getTestName() in decodeFramesToImage()