Home
last modified time | relevance | path

Searched defs:graph (Results 51 - 75 of 144) sorted by relevance

123456

/third_party/ffmpeg/libavdevice/
H A Ddshow_filter.c131 long WINAPI ff_dshow_filter_JoinFilterGraph(DShowFilter *this, IFilterGraph *graph, in ff_dshow_filter_JoinFilterGraph() argument
H A Dlavfi.c51 AVFilterGraph *graph; member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.h55 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::Int64Lowering
H A Dsimplified-operator-reducer.cc315 Graph* SimplifiedOperatorReducer::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::SimplifiedOperatorReducer
H A Dsimplified-lowering.h112 Graph* graph() { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::final
H A Dbasic-block-instrumentor.cc54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
[all...]
H A Dstate-values-utils.h72 Graph* graph() { return js_graph_->graph(); } in graph() function in v8::internal::compiler::StateValuesCache
H A Ddecompression-optimizer.cc45 DecompressionOptimizer::DecompressionOptimizer(Zone* zone, Graph* graph, in DecompressionOptimizer() argument
H A Descape-analysis-reducer.h25 NodeHashCache(Graph* graph, Zone* zone) in NodeHashCache() argument
H A Dmemory-lowering.h117 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::final
H A Dcommon-operator-reducer.cc22 CommonOperatorReducer::CommonOperatorReducer(Editor* editor, Graph* graph, in CommonOperatorReducer() argument
[all...]
H A Dframe-states.cc119 Graph* const graph = jsgraph->graph(); in CreateBuiltinContinuationFrameStateCommon() local
249 CreateGenericLazyDeoptContinuationFrameState( JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target, Node* context, Node* receiver, Node* outer_frame_state) CreateGenericLazyDeoptContinuationFrameState() argument
H A Dgraph-visualizer.h131 const Graph& graph; member
147 const Graph& graph; member
H A Dgraph-reducer.cc42 GraphReducer::GraphReducer(Zone* zone, Graph* graph, TickCounter* tick_counter, in GraphReducer() argument
[all...]
H A Dgraph-reducer.h150 Graph* graph() const { return graph_; } in graph() function in v8::internal::compiler::GraphReducer
H A Dloop-variable-optimizer.cc25 LoopVariableOptimizer::LoopVariableOptimizer(Graph* graph, in LoopVariableOptimizer() argument
[all...]
H A Dloop-variable-optimizer.h117 Graph* graph() { return graph_; } in graph() function in v8::internal::compiler::LoopVariableOptimizer
H A Dproperty-access-builder.cc25 Graph* PropertyAccessBuilder::graph() const { return jsgraph()->graph(); } in graph() function in v8::internal::compiler::PropertyAccessBuilder
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compiler.cc50 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) { node_id_ = 1; } in PreProcessGraph() argument
51 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
64 void PreProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PreProcessGraph() argument
65 void PostProcessGraph(MaglevCompilationUnit*, Graph* graph) {} in PostProcessGraph() argument
212 Graph* const graph = toplevel_compilation_unit->info()->graph(); GenerateCode() local
[all...]
H A Dmaglev-graph-processor.h82 void ProcessGraph(Graph* graph) { in ProcessGraph() argument
152 PreProcessGraph(MaglevCompilationUnit*, Graph* graph) PreProcessGraph() argument
153 PostProcessGraph(MaglevCompilationUnit*, Graph* graph) PostProcessGraph() argument
169 PreProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PreProcessGraph() argument
173 PostProcessGraph(MaglevCompilationUnit* unit, Graph* graph) PostProcessGraph() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H A Dcsi.c20 struct media_graph graph; in get_remote_mipi_sensor() local
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcsi.c21 struct media_graph graph; in get_remote_mipi_sensor() local
/third_party/ffmpeg/libavfilter/
H A Dgraphparser.c182 static int parse_filter(AVFilterContext **filt_ctx, const char **buf, AVFilterGraph *graph, in parse_filter() argument
395 static int parse_sws_flags(const char **buf, AVFilterGraph *graph) in parse_sws_flags() argument
418 int avfilter_graph_parse2(AVFilterGraph *graph, cons argument
486 avfilter_graph_parse(AVFilterGraph *graph, const char *filters, AVFilterInOut *open_inputs, AVFilterInOut *open_outputs, void *log_ctx) avfilter_graph_parse() argument
549 avfilter_graph_parse_ptr(AVFilterGraph *graph, const char *filters, AVFilterInOut **open_inputs_ptr, AVFilterInOut **open_outputs_ptr, void *log_ctx) avfilter_graph_parse_ptr() argument
[all...]
H A Dbuffersrc.c164 static int push_frame(AVFilterGraph *graph) in push_frame() argument
/third_party/googletest/googlemock/src/
H A Dgmock-matchers.cc126 MaxBipartiteMatchState(const MatchMatrix& graph) MaxBipartiteMatchState() argument
[all...]

Completed in 13 milliseconds

123456