Lines Matching refs:name
181 const char *language; /* audio language name */
182 const char *agroup; /* audio group name */
183 const char *sgroup; /* subtitle group name */
184 const char *ccgroup; /* closed caption group name */
185 const char *varname; /* variant name */
189 const char *ccgroup; /* closed caption group name */
1489 /* check if this group name is available in the cc map string */
1877 static int append_postfix(char *name, int name_buf_len, int i)
1882 p = strrchr(name, '.');
1888 snprintf(name + strlen(name), name_buf_len - strlen(name), POSTFIX_PATTERN, i);
1891 av_strlcat(name, extension, name_buf_len);
1913 "either in the filename or in the sub-directory name of file %s\n", fn);
1920 "in the sub-directory name of file %s, but only in one of them\n", fn);
2075 } else if (av_strstart(keyval, "name:", &val)) {
2557 // look to rename the asset name
3162 {"master_pl_name", "Create HLS master playlist with this name", OFFSET(master_pl_name), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, E},
3180 .name = "hls",