Home
last modified time | relevance | path

Searched refs:fInp (Results 1 – 4 of 4) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DExtractorTest.java83 try (FileInputStream fInp = new FileInputStream(inpPath)) { in fromString() argument
86 fInp.read(data, 0, size); in fromString()
605 try (FileInputStream fInp = new FileInputStream(inpFile)) {
606 testExtractor.setDataSource(fInp.getFD());
627 try (FileInputStream fInp = new FileInputStream(inpFile);
631 if (fInp.read(data) == -1) {
638 try (FileInputStream fInp = new FileInputStream(outFile)) {
639 testExtractor.setDataSource(fInp.getFD(), garbageAppend.length,
DMuxerUnitTest.java141 try (FileInputStream fInp = new FileInputStream(mOutMedia)) { in testIfReadOnlyFdIsRejected() argument
142 muxer = new MediaMuxer(fInp.getFD(), MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP); in testIfReadOnlyFdIsRejected()
DCodecTestBase.java1470 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource() argument
1473 fInp.read(mInputData, 0, size); in setUpSource()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTestBase.java517 try (FileInputStream fInp = new FileInputStream(inpPath)) { in setUpSource() argument
520 fInp.read(mInputData, 0, size); in setUpSource()