Lines Matching refs:format
82 * The format-specific data, allocated and freed by libavutil along with
85 * Should be cast by the user to the format-specific context defined in the
152 * The format-specific data, allocated and freed automatically along with
155 * Should be cast by the user to the format-specific context defined in the
202 * The pixel format identifying the underlying HW surface type.
204 * Must be a hwaccel format, i.e. the corresponding descriptor must have the
209 enum AVPixelFormat format;
212 * The pixel format identifying the actual data layout of the hardware
219 * planar version of that format (e.g. for 8-bit 420 YUV it should be
342 * @param options Options for the new device to create, same format as in
388 * If src has an AVHWFramesContext attached, then the format of dst (if set)
391 * If dst has an AVHWFramesContext attached, then the format of src must use one
397 * If dst->format is set, then this format will be used, otherwise (when
398 * dst->format is AV_PIX_FMT_NONE) the first acceptable format will be chosen.
433 * @param formats the pointer to the output format list will be written here.
436 * If this function returns successfully, the format list will
455 * A list of possible values for format in the hw_frames_ctx,
546 * This has a number of different possible effects, depending on the format
550 * dst may optionally have a format and associated hwframe context.
565 * If the format is set on dst, then the mapping will attempt to create dst
566 * with that format and fail if it is not possible. If format is unset (is
568 * format to use is (probably the sw_format of the src hwframe context).
575 * hw_frames_ctx/format fields thay may have been set by the caller - those will
604 enum AVPixelFormat format,