Searched refs:bitmaps (Results 1 – 2 of 2) sorted by relevance
324 List<Bitmap> bitmaps = new ArrayList<>(); in testGetFrameAtTime()326 bitmaps.add(r.getFrameAtTime(testCases[i][0], option)); in testGetFrameAtTime()328 return bitmaps; in testGetFrameAtTime()336 List<Bitmap> bitmaps = new ArrayList<>(); in testGetFrameAtIndex()338 bitmaps.add(r.getFrameAtIndex(testCases[i][0])); in testGetFrameAtIndex()340 return bitmaps; in testGetFrameAtIndex()349 List<Bitmap> bitmaps = new ArrayList<>(); in testGetFrameAtIndex()353 bitmaps.add(bitmap); in testGetFrameAtIndex()355 return bitmaps; in testGetFrameAtIndex()372 List<Bitmap> bitmaps = r.getFramesAtIndex(testCases[0][0], testCases.length, params); in testGetFramesAtIndex()[all …]
275 String inputPath, String outputPath, Bitmap[] bitmaps) { in TestConfig() argument287 mBitmaps = bitmaps; in TestConfig()456 Bitmap[] bitmaps = config.mBitmaps; in doTest() local457 for (int i = 0; i < Math.min(bitmaps.length, actualNumImages); i++) { in doTest()459 heifWriter.addBitmap(bitmaps[i]); in doTest()460 bitmaps[i].recycle(); in doTest()