Home
last modified time | relevance | path

Searched refs:out_id (Results 1 – 18 of 18) sorted by relevance

/third_party/ninja/src/
Ddeps_log.cc206 int out_id = deps_data[0]; in Load() local
221 if (!UpdateDeps(out_id, deps)) in Load()
359 bool DepsLog::UpdateDeps(int out_id, Deps* deps) { in UpdateDeps() argument
360 if (out_id >= (int)deps_.size()) in UpdateDeps()
361 deps_.resize(out_id + 1); in UpdateDeps()
363 bool delete_old = deps_[out_id] != NULL; in UpdateDeps()
365 delete deps_[out_id]; in UpdateDeps()
366 deps_[out_id] = deps; in UpdateDeps()
Ddeps_log.h109 bool UpdateDeps(int out_id, Deps* deps);
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcstats.c116 gchar *r_in_id, *out_id; in _get_stats_from_remote_rtp_source_stats() local
130 out_id = g_strdup_printf ("rtp-outbound-stream-stats_%u", ssrc); in _get_stats_from_remote_rtp_source_stats()
136 gst_structure_set (r_in, "local-id", G_TYPE_STRING, out_id, NULL); in _get_stats_from_remote_rtp_source_stats()
200 g_free (out_id); in _get_stats_from_remote_rtp_source_stats()
224 gchar *out_id, *r_in_id; in _get_stats_from_rtp_source_stats() local
226 out_id = g_strdup_printf ("rtp-outbound-stream-stats_%u", ssrc); in _get_stats_from_rtp_source_stats()
228 out = gst_structure_new_empty (out_id); in _get_stats_from_rtp_source_stats()
229 _set_base_stats (out, GST_WEBRTC_STATS_OUTBOUND_RTP, ts, out_id); in _get_stats_from_rtp_source_stats()
311 _gst_structure_take_structure (s, out_id, &out); in _get_stats_from_rtp_source_stats()
313 g_free (out_id); in _get_stats_from_rtp_source_stats()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustBufferAccessBehaviorTests.hpp66 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
105 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
136 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
174 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
217 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
266 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
DglcRobustBufferAccessBehaviorTests.cpp173 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
185 out_id = id; in Generate()
270 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
282 out_id = id; in Generate()
402 void Program::Create(const glw::Functions& gl, glw::GLuint& out_id) in Create() argument
412 out_id = id; in Create()
560 void Shader::Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id) in Create() argument
570 out_id = id; in Create()
689 void Texture::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
701 out_id = id; in Generate()
[all …]
/third_party/ffmpeg/libavfilter/
Dsrc_movie.c387 unsigned out_id = FF_OUTLINK_IDX(outlink); in movie_config_output_props() local
388 MovieStream *st = &movie->st[out_id]; in movie_config_output_props()
493 static int movie_push_frame(AVFilterContext *ctx, unsigned out_id) in movie_push_frame() argument
496 MovieStream *st = &movie->st[out_id]; in movie_push_frame()
497 AVFilterLink *outlink = ctx->outputs[out_id]; in movie_push_frame()
522 … av_log(ctx, AV_LOG_VERBOSE, "Discontinuity in stream:%d diff:%"PRId64"\n", out_id, diff); in movie_push_frame()
555 unsigned out_id = FF_OUTLINK_IDX(outlink); in movie_request_frame() local
570 else if (i == out_id) in movie_request_frame()
/third_party/boost/libs/geometry/test/algorithms/set_operations/difference/
Ddifference_tupled.cpp95 struct out_id struct
126 check<out_id<In1>::value>(in1_str, in2_str, result, out1_str); in test_one()
131 check<out_id<In2>::value>(in2_str, in1_str, result, out2_str); in test_one()
/third_party/mindspore/mindspore/lite/src/train/
Dtransfer_session.cc170 auto out_id = TSFindTensorByName(backbone_session_->tensors_, output->tensor_name()); in ConnectionMap() local
171 if (out_id == backbone_session_->tensors_.size()) { in ConnectionMap()
176 map[in_id] = out_id; in ConnectionMap()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp140 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
198 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
230 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
267 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
316 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
365 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
695 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
707 out_id = id; in Generate()
933 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
945 out_id = id; in Generate()
[all …]
Dgl4cMultiBindTests.cpp186 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
225 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
257 static void Create(const glw::Functions& gl, glw::GLenum stage, glw::GLuint& out_id);
296 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
348 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
521 void Buffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
533 out_id = id; in Generate()
620 void Framebuffer::Generate(const glw::Functions& gl, glw::GLuint& out_id) in Generate() argument
632 out_id = id; in Generate()
759 void Program::Create(const glw::Functions& gl, glw::GLuint& out_id) in Create() argument
[all …]
Dgl4cSparseTextureTests.hpp90 static void Generate(const Functions& gl, GLuint& out_id);
Dgl4cEnhancedLayoutsTests.hpp205 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
270 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
336 static void Create(const glw::Functions& gl, STAGES stage, glw::GLuint& out_id);
791 static void Create(const glw::Functions& gl, glw::GLuint& out_id);
887 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
950 static void Generate(const glw::Functions& gl, glw::GLuint& out_id);
Dgl4cSparseTextureTests.cpp189 void Texture::Generate(const Functions& gl, GLuint& out_id) in Generate() argument
201 out_id = id; in Generate()
Dgl4cEnhancedLayoutsTests.cpp1936 void Buffer::Generate(const Functions& gl, GLuint& out_id) in Generate() argument
1948 out_id = id; in Generate()
2281 void Framebuffer::Generate(const Functions& gl, GLuint& out_id) in Generate() argument
2293 out_id = id; in Generate()
2406 void Shader::Create(const Functions& gl, STAGES stage, GLuint& out_id) in Create() argument
2417 out_id = id; in Create()
2956 void Program::Create(const Functions& gl, GLuint& out_id) in Create() argument
2966 out_id = id; in Create()
3358 void Texture::Generate(const Functions& gl, GLuint& out_id) in Generate() argument
3370 out_id = id; in Generate()
[all …]
/third_party/glib/gio/
Dgdbusauthmechanismsha1.c654 gint *out_id, in keyring_generate_entry() argument
674 g_return_val_if_fail (out_id != NULL, FALSE); in keyring_generate_entry()
853 *out_id = use_id; in keyring_generate_entry()
860 *out_id = max_line_id + 1; in keyring_generate_entry()
867 *out_id, in keyring_generate_entry()
883 *out_id = 0; in keyring_generate_entry()
/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c436 gint in_id = IN_AUDIO_DATA, out_id = OUT_BITSTREAM_DATA; in gst_fdkaacenc_handle_frame() local
485 out_desc.bufferIdentifiers = &out_id; in gst_fdkaacenc_handle_frame()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc2345 const std::string &out_id) { in CreateMakeTupleNodeForMultiOut() argument
2370 SetNodeMapInGraphInfoMap(curr_g_, out_id, cnode); in CreateMakeTupleNodeForMultiOut()
2400 const auto &out_id = GetId(out); in EndGraphInner() local
2403 if (graph_info->node_map.find(out_id) == graph_info->node_map.end()) { in EndGraphInner()
2405 CreateMakeTupleNodeForMultiOut(curr_g_, out, out_id); in EndGraphInner()
2407 MS_LOG(DEBUG) << "Set ValueNode as output for graph, out id: " << out_id; in EndGraphInner()
2408 MakeValueNode(out, out_id); in EndGraphInner()
2418 curr_g_->set_output(GetObjNode(out, out_id)); in EndGraphInner()
2428 curr_g_->set_output(GetObjNode(out, out_id)); in EndGraphInner()
2440 AnfNodePtr output_node = GetObjNode(out, out_id); in EndGraphInner()
[all …]
Dpynative_execute.h277 …TupleNodeForMultiOut(const FuncGraphPtr &curr_g, const py::object &out, const std::string &out_id);