Searched refs:InitParams (Results 1 – 4 of 4) sorted by relevance
/external/flatbuffers/include/flatbuffers/ |
D | flatc.h | 59 struct InitParams { struct 60 InitParams() in InitParams() argument 72 explicit FlatCompiler(const InitParams ¶ms) : params_(params) {} in FlatCompiler() argument 91 InitParams params_;
|
/external/libchrome/base/task_scheduler/ |
D | task_scheduler.h | 54 struct BASE_EXPORT InitParams { struct 64 InitParams( argument 73 ~InitParams(); 96 const InitParams& init_params, argument
|
/external/webp/src/utils/ |
D | quant_levels_dec_utils.c | 216 static int InitParams(uint8_t* const data, int width, int height, int stride, in InitParams() function 276 if (!InitParams(data, width, height, stride, radius, &p)) return 0; in WebPDequantizeLevels()
|
/external/flatbuffers/src/ |
D | flatc_main.cpp | 94 flatbuffers::FlatCompiler::InitParams params; in main()
|