Home
last modified time | relevance | path

Searched refs:ret_info (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Dcommon.h70 std::ostringstream ret_info; in ErrnoToString() local
71 ret_info << " Errno: " << error_number; in ErrnoToString()
76 ret_info << ", ErrInfo: " << ret; in ErrnoToString()
81 ret_info << ", ErrInfo: " << err_info; in ErrnoToString()
83 return ret_info.str(); in ErrnoToString()
/third_party/glib/gio/
Dgio-tool-mime.c40 GAppInfo *ret_info; in get_app_info_for_id() local
43 ret_info = NULL; in get_app_info_for_id()
49 if (ret_info == NULL && g_strcmp0 (g_app_info_get_id (info), id) == 0) in get_app_info_for_id()
50 ret_info = info; in get_app_info_for_id()
56 return ret_info; in get_app_info_for_id()
Dgfileenumerator.c635 GFileInfo *ret_info = NULL; in g_file_enumerator_iterate() local
651 ret_info = g_file_enumerator_next_file (direnum, cancellable, &temp_error); in g_file_enumerator_iterate()
658 if (ret_info) in g_file_enumerator_iterate()
662 const char *name = g_file_info_get_name (ret_info); in g_file_enumerator_iterate()
674 …g_object_set_qdata_full ((GObject*)direnum, cached_info_quark, ret_info, (GDestroyNotify)g_object_… in g_file_enumerator_iterate()
675 *out_info = ret_info; in g_file_enumerator_iterate()
678 g_object_unref (ret_info); in g_file_enumerator_iterate()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c260 GstMapInfo ret_info = GST_MAP_INFO_INIT; in rtp_ulpfec_bitstring_to_media_rtp_buffer() local
268 gst_memory_map (ret_mem, &ret_info, GST_MAP_READWRITE); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
271 *((guint64 *) ret_info.data) = *((guint64 *) arr->data); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
272 ((RtpHeader *) ret_info.data)->version = 2; in rtp_ulpfec_bitstring_to_media_rtp_buffer()
273 ((RtpHeader *) ret_info.data)->seq = g_htons (seq); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
274 ((RtpHeader *) ret_info.data)->ssrc = g_htonl (ssrc); in rtp_ulpfec_bitstring_to_media_rtp_buffer()
276 memcpy (ret_info.data + MIN_RTP_HEADER_LEN, in rtp_ulpfec_bitstring_to_media_rtp_buffer()
279 gst_memory_unmap (ret_mem, &ret_info); in rtp_ulpfec_bitstring_to_media_rtp_buffer()