/third_party/ffmpeg/libavfilter/ |
H A D | buffersink.c | 137 ret = ff_filter_graph_run_once(ctx->graph); in get_frame_internal() 411 .description = NULL_IF_CONFIG_SMALL("Buffer video frames, and make them available to the end of the filter graph."), 430 .description = NULL_IF_CONFIG_SMALL("Buffer audio frames, and make them available to the end of the filter graph."),
|
H A D | af_hdcd.c | 967 int disable_autoconvert; /**< disable any format conversion or resampling in the filter graph */ 988 { "disable_autoconvert", "Disable any format conversion or resampling in the filter graph.", 1706 avfilter_graph_set_auto_convert(ctx->graph, AVFILTER_AUTO_CONVERT_NONE); in init() 1717 (ctx->graph->disable_auto_convert) ? "disabled" : "enabled"); in config_input()
|
/third_party/node/src/ |
H A D | memory_tracker-inl.h | 31 if (!obj.IsEmpty()) wrapper_node_ = tracker->graph()->V8Node(obj); in MemoryRetainerNode()
|
H A D | env.cc | 1691 EmbedderGraph* graph, in BuildEmbedderGraph() 1693 MemoryTracker tracker(isolate, graph); in BuildEmbedderGraph() 1690 BuildEmbedderGraph(Isolate* isolate, EmbedderGraph* graph, void* data) BuildEmbedderGraph() argument
|
H A D | env.h | 882 v8::EmbedderGraph* graph,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.h | 11 #include "src/compiler/graph-reducer.h" 70 // JSCallReducer outsources much work to a graph assembler. 256 Graph* graph() const;
|
H A D | load-elimination.h | 11 #include "src/compiler/graph-reducer.h" 47 // effect paths through the graph. 128 // the effect paths through the graph. 176 // effect paths through the graph. 334 Graph* graph() const;
|
H A D | typer.cc | 12 #include "src/compiler/graph-reducer.h" 38 Typer::Typer(JSHeapBroker* broker, Flags flags, Graph* graph, in Typer() argument 41 graph_(graph), in Typer() 171 Graph* graph() { return typer_->graph(); } in graph() function in v8::internal::compiler::Typer::Visitor 328 GraphReducer graph_reducer(zone(), graph(), tick_counter_, broker()); in Run() 1357 // in the graph. In the current implementation, we are
|
H A D | wasm-compiler.h | 210 // Abstracts details of building TurboFan graph nodes for wasm to separate 551 Graph* graph();
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 65 * CpuProfileNode represents a node in a call graph. 541 * graph nodes: from retainers to retained nodes. 577 * HeapGraphNode represents a node in a heap graph. 637 /** Returns the root node of the heap graph. */ 710 * This is structured as a call-graph. 727 * Represents a node in the call-graph. 778 * List of self allocations done by this node in the call-graph. 810 * Returns the root node of the call-graph. The root node corresponds to an 824 * An object graph consisting of embedder objects and V8 objects. 825 * Edges of the graph ar [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 65 * CpuProfileNode represents a node in a call graph. 541 * graph nodes: from retainers to retained nodes. 577 * HeapGraphNode represents a node in a heap graph. 634 /** Returns the root node of the heap graph. */ 707 * This is structured as a call-graph. 724 * Represents a node in the call-graph. 775 * List of self allocations done by this node in the call-graph. 807 * Returns the root node of the call-graph. The root node corresponds to an 821 * An object graph consisting of embedder objects and V8 objects. 822 * Edges of the graph ar [all...] |
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_internal.h | 569 #define cbit_graph 192 /* [:graph:] */ 919 #define STRING_graph0 "graph\0" 1297 #define PT_PXGRAPH 14 /* [:graph:] - characters that mark the paper */ 1298 #define PT_PXPRINT 15 /* [:print:] - [:graph:] plus non-control spaces */
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 106 graph = tf.get_default_graph() 108 tf.summary.FileWriter('/tmp/graph', graph) 109 print('graph saved, run "tensorboard --logdir=/tmp/graph" to see it') 545 # mostly, conv2d/dense is a sub block in graph, get the scope name
|
/third_party/node/deps/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 2555 EmbedderGraphImpl graph; in IterateAndExtractReferences() local 2556 snapshot_->profiler()->BuildEmbedderGraph(isolate_, &graph); in IterateAndExtractReferences() 2557 for (const auto& node : graph.nodes()) { in IterateAndExtractReferences() 2573 // Fill edges of the graph. in IterateAndExtractReferences() 2574 for (const auto& edge : graph.edges()) { in IterateAndExtractReferences()
|
/third_party/gn/src/gn/ |
H A D | command_gen.cc | 523 dependency database after the ninja build graph has been generated. This 630 graph will be emitted. 782 OutputString("Build graph constructed in " + 890 // Just like the build graph, leak the resolved data to avoid expensive
|
H A D | variables.cc | 567 of propagating configs through the build graph. For example: 939 appears more than once in its dependency graph.
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | lib.rs | 493 if let Some(ref graph) = self.options.emit_ir_graphviz { in command_line_flags() 495 output_vector.push(graph.clone()) in command_line_flags()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | capture.c | 603 struct media_graph graph;
in get_remote_terminal_sensor() local 608 /* Walk the graph to locate sensor nodes. */
in get_remote_terminal_sensor() 610 ret = media_graph_walk_init(&graph, mdev);
in get_remote_terminal_sensor() 617 media_graph_walk_start(&graph, entity);
in get_remote_terminal_sensor() 618 while ((entity = media_graph_walk_next(&graph))) {
in get_remote_terminal_sensor() 624 media_graph_walk_cleanup(&graph);
in get_remote_terminal_sensor()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | capture.c | 550 struct media_graph graph; in get_remote_terminal_sensor() local 555 /* Walk the graph to locate sensor nodes. */ in get_remote_terminal_sensor() 557 ret = media_graph_walk_init(&graph, mdev); in get_remote_terminal_sensor() 564 media_graph_walk_start(&graph, entity); in get_remote_terminal_sensor() 565 while ((entity = media_graph_walk_next(&graph))) { in get_remote_terminal_sensor() 570 media_graph_walk_cleanup(&graph); in get_remote_terminal_sensor()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 27534 static const mask graph = _ISalpha | _ISdigit | _ISpunct; 29161 { return use_facet<ctype<_CharT> >(__loc).is(ctype_base::graph, __c); } [all...] |