Home
last modified time | relevance | path

Searched refs:inpPath (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java68 static TestMediaDataSource fromString(String inpPath, boolean failSize, boolean failRead) in fromString() argument
70 try (FileInputStream fInp = new FileInputStream(inpPath)) { in fromString()
71 int size = (int) new File(inpPath).length(); in fromString()
DCodecTestBase.java1159 String inpPath = mInpPrefix + srcFile; in setUpSource() local
1160 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource()
1161 int size = (int) new File(inpPath).length(); in setUpSource()