Home
last modified time | relevance | path

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

/external/libchrome/base/task_scheduler/
Dtask_scheduler.h54 struct BASE_EXPORT InitParams { struct
64 InitParams( argument
96 const InitParams& init_params, argument
/external/flatbuffers/include/flatbuffers/
Dflatc.h59 struct InitParams { struct
60 InitParams() in InitParams() argument
72 explicit FlatCompiler(const InitParams &params) : params_(params) {} in FlatCompiler() argument
/external/webp/src/utils/
Dquant_levels_dec_utils.c216 static int InitParams(uint8_t* const data, int width, int height, int stride, in InitParams() function