Home
last modified time | relevance | path

Searched defs:DecodeParam (Results 1 – 6 of 6) sorted by relevance

/external/libaom/test/
Ddecode_scalability_test.cc28 struct DecodeParam { struct
29 const char *filename;
30 const ObuExtensionHeader *headers;
31 size_t num_headers;
Dinvalid_file_test.cc24 struct DecodeParam { struct
25 int threads;
26 const char *filename;
27 const char *res_filename; // If nullptr, the result filename is
Dtest_vector_test.cc37 typedef std::tuple<int, const char *, int> DecodeParam; typedef
/external/libvpx/test/
Dinvalid_file_test.cc29 struct DecodeParam { struct
30 int threads;
31 const char *filename;
Dtest_vector_test.cc38 typedef std::tuple<int, int, const char *> DecodeParam; typedef
/external/libbrillo/brillo/
Dmime_utils.cc57 static std::string DecodeParam(const std::string& param) { in DecodeParam() function