Searched refs:inst_name (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavfilter/
H A Davfiltergraph.c112 char inst_name[30]; local
134 snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d",
137 avfilter_open(avfilter_get_by_name("scale"),inst_name);
H A Dgraphparser.c83 char inst_name[30]; local
85 snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
95 filt_ctx = avfilter_open(filt, inst_name);
H A Davfilter.c393 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) argument
404 ret->name = inst_name ? av_strdup(inst_name) : NULL;
H A Davfilter.h638 * @param inst_name Name to give to the new instance. Can be NULL for none.
641 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavfilter/
H A Davfiltergraph.c112 char inst_name[30]; local
134 snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d",
137 avfilter_open(avfilter_get_by_name("scale"),inst_name);
H A Dgraphparser.c83 char inst_name[30]; local
85 snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
95 filt_ctx = avfilter_open(filt, inst_name);
H A Davfilter.c393 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) argument
404 ret->name = inst_name ? av_strdup(inst_name) : NULL;
H A Davfilter.h638 * @param inst_name Name to give to the new instance. Can be NULL for none.
641 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavfilter/
H A Davfiltergraph.c112 char inst_name[30]; local
134 snprintf(inst_name, sizeof(inst_name), "auto-inserted scaler %d",
137 avfilter_open(avfilter_get_by_name("scale"),inst_name);
H A Dgraphparser.c83 char inst_name[30]; local
85 snprintf(inst_name, sizeof(inst_name), "Parsed filter %d", index);
95 filt_ctx = avfilter_open(filt, inst_name);
H A Davfilter.c393 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name) argument
404 ret->name = inst_name ? av_strdup(inst_name) : NULL;
H A Davfilter.h638 * @param inst_name Name to give to the new instance. Can be NULL for none.
641 AVFilterContext *avfilter_open(AVFilter *filter, const char *inst_name);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h180 char inst_name[16]; member in struct:sym_shcb
197 #define sym_name(np) (np)->s.inst_name
H A Dsym_glue.c1362 sprintf(np->s.inst_name, "sym%d", np->s.unit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.h180 char inst_name[16]; member in struct:sym_shcb
197 #define sym_name(np) (np)->s.inst_name
H A Dsym_glue.c1362 sprintf(np->s.inst_name, "sym%d", np->s.unit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1619 char inst_name[16]; /* ncb instance name */ member in struct:ncb
1963 return np->inst_name;
4593 char inst_name[16]; local
4596 strlcpy(inst_name, ncr_name(np), sizeof(inst_name));
4685 printk("%s: host resources successfully released\n", inst_name);
8129 sprintf(np->inst_name, "ncr53c720-%d", np->unit);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1619 char inst_name[16]; /* ncb instance name */ member in struct:ncb
1963 return np->inst_name;
4593 char inst_name[16]; local
4596 strlcpy(inst_name, ncr_name(np), sizeof(inst_name));
4685 printk("%s: host resources successfully released\n", inst_name);
8129 sprintf(np->inst_name, "ncr53c720-%d", np->unit);

Completed in 280 milliseconds