Lines Matching defs:name
38 * program name, defined by the program for show_version().
96 * corresponding command line option name)
112 * corresponding command line option name)
136 const char *name;
202 * argument without a leading option name flag. NULL if such arguments do
228 /**< group name */
229 const char *name;
398 * @param filename buffer where the name of the found filename is written
400 * @param preset_name name of the preset to search
402 * @param codec_name name of the codec for which to look for the
441 const char *name = av_get_pix_fmt_name(pix_fmt);
444 const char *name = avcodec_descriptor_get(id)->name;
447 const char *name = av_get_sample_fmt_name(sample_fmt)
450 char name[16];\
451 snprintf(name, sizeof(name), "%d", rate);