Searched refs:frameMD5Sums (Results 1 – 3 of 3) sorted by relevance
233 List<String> frameMD5Sums = Files.readAllLines( in getFrameChecksumsForPath() local235 for (int i = 0; i < frameMD5Sums.size(); i++) { in getFrameChecksumsForPath()236 String line = frameMD5Sums.get(i); in getFrameChecksumsForPath()237 frameMD5Sums.set(i, line.split(" ")[0]); in getFrameChecksumsForPath()239 return frameMD5Sums; in getFrameChecksumsForPath()
145 List<String> frameMD5Sums; in decodeTestVector() local147 frameMD5Sums = readVectorMD5Sums(mime, vectorName); in decodeTestVector()155 if (MediaUtils.verifyDecoder(mDecoder, mExtractor, frameMD5Sums)) { in decodeTestVector()
1047 MediaCodec decoder, MediaExtractor ex, List<String> frameMD5Sums) in verifyDecoder() argument1059 int expectedFrameCount = frameMD5Sums.size(); in verifyDecoder()1090 if (!md5CheckSum.equals(frameMD5Sums.get(decodedFrameCount))) { in verifyDecoder()1095 frameMD5Sums.get(decodedFrameCount))); in verifyDecoder()