Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/test/
H A Ddecode_scalability_test.cc28 struct DecodeParam { struct
29 const char *filename;
30 const ObuExtensionHeader *headers;
31 size_t num_headers;
H A 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
H A Dtest_vector_test.cc37 typedef std::tuple<int, const char *, int> DecodeParam; typedef
/aosp_15_r20/external/libvpx/test/
H A Dinvalid_file_test.cc29 struct DecodeParam { struct
30 int threads;
31 const char *filename;
H A Dtest_vector_test.cc38 typedef std::tuple<int, int, const char *> DecodeParam; typedef
/aosp_15_r20/external/libbrillo/brillo/
H A Dmime_utils.cc57 static std::string DecodeParam(const std::string& param) { in DecodeParam() function