Lines Matching defs:name
73 char *name;
88 char *app; ///< name of application
117 char* subscribe; ///< name of live stream to subscribe
164 static int add_tracked_method(RTMPContext *rt, const char *name, int id)
178 rt->tracked_methods[rt->nb_tracked_methods].name = av_strdup(name);
179 if (!rt->tracked_methods[rt->nb_tracked_methods].name)
211 *tracked_method = rt->tracked_methods[i].name;
224 av_freep(&rt->tracked_methods[i].name);
236 char name[128];
241 if ((ret = ff_amf_read_string(&gbc, name, sizeof(name), &len)) < 0)
247 if ((ret = add_tracked_method(rt, name, pkt_id)) < 0)
267 * may be named, by prefixing the type with 'N' and specifying the name
1934 av_log(s, AV_LOG_ERROR, "Unable to parse stream name - name too long?\n");
1936 av_log(s, AV_LOG_ERROR, "Unable to parse stream name\n");
2079 /* Send the FCSubscribe command when the name of live
2561 // first event name as a string
2591 * and 'playpath' is a file name (the rest of the path,
2688 // Keep the application name when it has been defined by the user.
2719 // If name of application has been defined by the user, assume that
2741 // The name of application has been defined by the user, override it.
3136 .name = #flavor, \