HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_FILE_NAME_BASE (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 60 private static final String DEBUG_FILE_NAME_BASE =
338 DEBUG_FILE_NAME_BASE + width + "x" + height + ".yuv";
353 DEBUG_FILE_NAME_BASE + "/" + width + "x" + height + "_" + ts / 1e6 + ".yuv";
  /cts/tests/tests/media/src/android/media/cts/
EncodeVirtualDisplayTest.java 65 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test.";
231 String fileName = DEBUG_FILE_NAME_BASE + WIDTH + "x" + HEIGHT + ".mp4";
EncodeDecodeTest.java 51 private static final String DEBUG_FILE_NAME_BASE = "/sdcard/test.";
464 String fileName = DEBUG_FILE_NAME_BASE + mWidth + "x" + mHeight + ".mp4";
    [all...]

Completed in 124 milliseconds