Home
last modified time | relevance | path

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

/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java479 File bitstreamFile = new File(mHostBitstreamsPath, mPath); in testBitstreamsConformance() local
480 if (!bitstreamFile.exists()) { in testBitstreamsConformance()
482 CLog.w(bitstreamFile + " not found; skipping"); in testBitstreamsConformance()
550 File bitstreamFile = new File(mHostBitstreamsPath, p); in testBitstreamsConformance() local
553 if (md5File.exists() && bitstreamFile.exists() && toPush.add(p)) { in testBitstreamsConformance()
555 size += bitstreamFile.length(); in testBitstreamsConformance()