Home
last modified time | relevance | path

Searched defs:error_tolerant (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libgav1/examples/
H A Dfile_reader_factory.cc41 const std::string& file_name, const bool error_tolerant /*= false*/) { in OpenReader()
H A Dfile_reader.cc55 const std::string& file_name, const bool error_tolerant) { in Open()
H A Dfile_reader.h79 FileReader(FILE* file, bool owns_file, bool error_tolerant) in FileReader()