Home
last modified time | relevance | path

Searched refs:intersections (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/packaging_tools/
H A Dgigraph_process.py63 intersections = OrderedDict()
70 intersections[j] = None
72 self.update_goes_before_and_after(each_action, intersections)
75 def update_goes_before_and_after(each_action, intersections): argument
82 for each_intersection in intersections:
/ohos5.0/foundation/multimedia/media_foundation/engine/pipeline/filters/muxer/
H A Dmuxer_filter.cpp35 std::vector<std::shared_ptr<Plugin::PluginInfo>> intersections; in Intersections() local
39 intersections.emplace_back(cap1); in Intersections()
43 return intersections; in Intersections()