Searched refs:frameMD5Sums (Results 1 – 3 of 3) sorted by relevance
161 List<String> frameMD5Sums; in decodeTestVector() local163 frameMD5Sums = readVectorMD5Sums(mime, vectorName); in decodeTestVector()170 if (MediaUtils.verifyDecoder(mDecoder, mExtractor, frameMD5Sums)) { in decodeTestVector()
275 List<String> frameMD5Sums = Files.readAllLines( in getFrameChecksumsForPath() local277 for (int i = 0; i < frameMD5Sums.size(); i++) { in getFrameChecksumsForPath()278 String line = frameMD5Sums.get(i); in getFrameChecksumsForPath()279 frameMD5Sums.set(i, line.split(" ")[0]); in getFrameChecksumsForPath()281 return frameMD5Sums; in getFrameChecksumsForPath()
1239 MediaCodec decoder, MediaExtractor ex, List<String> frameMD5Sums) in verifyDecoder() argument1251 int expectedFrameCount = frameMD5Sums.size(); in verifyDecoder()1282 if (!md5CheckSum.equals(frameMD5Sums.get(decodedFrameCount))) { in verifyDecoder()1287 frameMD5Sums.get(decodedFrameCount))); in verifyDecoder()