Searched defs:filePath (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
D | CodecTest.java | 80 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/ |
D | NativeImageReaderTest.java | 41 private static native boolean testJpegNative(String filePath); in testJpegNative()
|
D | NativeStillCaptureTest.java | 46 String filePath, Surface previewSurface); in testStillCaptureNative()
|
D | CameraTestUtils.java | 1396 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()
|
D | DngCreatorTest.java | 265 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/ |
D | DeviceInfoTest.java | 49 private String readFile(String filePath) throws IOException { in readFile()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ImageCaptureActivity.java | 90 Uri filePath = clipData.getItemAt(0).getUri(); in getFileFromIntent() local
|
D | ReadableFileReceiverActivity.java | 92 Uri filePath = clipData.getItemAt(i).getUri(); in getFilesFromIntent() local
|
/cts/tools/utils/ |
D | buildCts.py | 34 def ReadFileLines(filePath): argument
|
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechWrapper.java | 313 public static boolean isSoundFile(String filePath) { in isSoundFile()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | ImageReaderDecoderTest.java | 604 Image image, int width, int height, int format, String filePath) { in validateImage()
|