Searched refs:options_str (Results 1 – 3 of 3) sorted by relevance
76 uint8_t options_str[1024]; in init_filter_graph() local156 snprintf(options_str, sizeof(options_str), in init_filter_graph()160 err = avfilter_init_str(aformat_ctx, options_str); in init_filter_graph()
108 const auto &options_str = options_iter->second; in ParseFeSwitch() local109 if (options_str.find(kAllOpen) != std::string::npos) { in ParseFeSwitch()120 auto fe_pass = SplitStrByRegex(options_str, ":"); in ParseFeSwitch()
123 const std::string options_str = ascend_profiler->GetProfilingOptions(); in GetOutputPath() local126 options_json = nlohmann::json::parse(options_str); in GetOutputPath()