Home
last modified time | relevance | path

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

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayTest.java92 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test."; field in EncodeVirtualDisplayTest
330 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; in doTestEncodeVirtual()
DEncodeDecodeTest.java87 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test."; field in EncodeDecodeTest
540 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; in doEncodeDecodeVideoFromBuffer()
820 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4"; in doEncodeDecodeVideoFromSurfaceToSurface()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DImageReaderDecoderTest.java94 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/"; field in ImageReaderDecoderTest
522 String fileName = DEBUG_FILE_NAME_BASE + mCodecName + "_" + mTestId + ".yuv"; in decodeFramesToImage()