Lines Matching refs:name
70 const char *name;
218 * @return the name for provided color range or NULL if unknown.
223 * @return the AVColorRange value for name or an AVError if not found.
225 int av_color_range_from_name(const char *name);
228 * @return the name for provided color primaries or NULL if unknown.
233 * @return the AVColorPrimaries value for name or an AVError if not found.
235 int av_color_primaries_from_name(const char *name);
238 * @return the name for provided color transfer or NULL if unknown.
243 * @return the AVColorTransferCharacteristic value for name or an AVError if not found.
245 int av_color_transfer_from_name(const char *name);
248 * @return the name for provided color space or NULL if unknown.
253 * @return the AVColorSpace value for name or an AVError if not found.
255 int av_color_space_from_name(const char *name);
258 * @return the name for provided chroma location or NULL if unknown.
263 * @return the AVChromaLocation value for name or an AVError if not found.
265 int av_chroma_location_from_name(const char *name);
268 * Return the pixel format corresponding to name.
270 * If there is no pixel format with name name, then looks for a
271 * pixel format with the name corresponding to the native endian
272 * format of name.
278 enum AVPixelFormat av_get_pix_fmt(const char *name);
281 * Return the short name for a pixel format, NULL in case pix_fmt is