Lines Matching refs:name
259 char name[16];
337 * map[i].name may be filled with a 0-terminated string, in which case
389 * Return a channel layout id that matches name, or 0 if no match is found.
391 * name can be one or several of the following notations,
393 * - the name of an usual channel layout (mono, stereo, 4.0, quad, 5.0,
395 * - the name of a single channel (FL, FR, FC, LFE, BL, BR, FLC, FRC, BC,
408 uint64_t av_get_channel_layout(const char *name);
411 * Return a channel layout and the number of channels based on the specified name.
416 * @param[in] name channel layout specification string
424 int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels);
482 * Get the name of a given channel.
484 * @return channel name on success, NULL on error.
502 * Get the value and name of a standard channel layout.
506 * @param[out] name name of the layout
513 const char **name);
556 * @return the channel with the given name
557 * AV_CHAN_NONE when name does not identify a known channel
559 enum AVChannel av_channel_from_string(const char *name);
576 * - the formal channel layout name (returned by av_channel_layout_describe())
578 * or concatenated with "+", each optionally containing a custom name after
691 const char *name);
706 const char *name);