Home
last modified time | relevance | path

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

/external/libwebm/testing/
Dtest_util.cc153 bool ParseMkvFileReleaseParser(const std::string& webm_file, in ParseMkvFileReleaseParser() argument
157 if (!parser_out->reader || reader.Open(webm_file.c_str()) < 0) { in ParseMkvFileReleaseParser()
207 bool ParseMkvFile(const std::string& webm_file) { in ParseMkvFile() argument
209 const bool result = ParseMkvFileReleaseParser(webm_file, &parser); in ParseMkvFile()
Dtest_util.h82 bool ParseMkvFile(const std::string& webm_file);
83 bool ParseMkvFileReleaseParser(const std::string& webm_file,