Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java80 public static int getDuration(String filePath) { in getDuration()
96 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition()
126 public static boolean seekTo(String filePath) { in seekTo()
150 public static boolean setLooping(String filePath) { in setLooping()
188 public static boolean pause(String filePath) throws Exception { in pause()
217 public static void prepareStopRelease(String filePath) throws Exception { in prepareStopRelease()
226 public static void preparePauseRelease(String filePath) throws Exception { in preparePauseRelease()
246 public static int videoHeight(String filePath) throws Exception { in videoHeight()
281 public static int videoWidth(String filePath) throws Exception { in videoWidth()
317 public static boolean videoSeekTo(String filePath) throws Exception { in videoSeekTo()
[all …]
/cts/tests/camera/src/android/hardware/camera2/cts/
DNativeImageReaderTest.java41 private static native boolean testJpegNative(String filePath); in testJpegNative()
DNativeStillCaptureTest.java46 String filePath, Surface previewSurface); in testStillCaptureNative()
DCameraTestUtils.java1396 String filePath) { in validateImage()
1472 private static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
1493 long ts, String filePath) { in validateYuvData()
1509 long ts, String filePath) { in validateRaw16Data()
1526 long ts, String filePath) { in validateRawPrivateData()
1546 long ts, String filePath) { in validateDepth16Data()
1564 long ts, String filePath) { in validateDepthPointCloudData()
DDngCreatorTest.java265 String filePath = DEBUG_FILE_NAME_BASE + "/camera_thumb_" + deviceId + "_" + in testSingleImageThumbnail() local
/cts/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoTest.java49 private String readFile(String filePath) throws IOException { in readFile()
/cts/tests/tests/content/src/android/content/cts/
DImageCaptureActivity.java90 Uri filePath = clipData.getItemAt(0).getUri(); in getFileFromIntent() local
DReadableFileReceiverActivity.java92 Uri filePath = clipData.getItemAt(i).getUri(); in getFilesFromIntent() local
/cts/tools/utils/
DbuildCts.py34 def ReadFileLines(filePath): argument
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java313 public static boolean isSoundFile(String filePath) { in isSoundFile()
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java604 Image image, int width, int height, int format, String filePath) { in validateImage()