Home
last modified time | relevance | path

Searched refs:options_str (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dfilter_audio.c76 uint8_t options_str[1024]; in init_filter_graph() local
156 snprintf(options_str, sizeof(options_str), in init_filter_graph()
160 err = avfilter_init_str(aformat_ctx, options_str); in init_filter_graph()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dlic_manager.cc108 const auto &options_str = options_iter->second; in ParseFeSwitch() local
109 if (options_str.find(kAllOpen) != std::string::npos) { in ParseFeSwitch()
120 auto fe_pass = SplitStrByRegex(options_str, ":"); in ParseFeSwitch()
/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc123 const std::string options_str = ascend_profiler->GetProfilingOptions(); in GetOutputPath() local
126 options_json = nlohmann::json::parse(options_str); in GetOutputPath()