Lines Matching defs:format
288 ctx->format = AV_PIX_FMT_NONE;
345 /* validate the pixel format */
347 if (*pix_fmt == ctx->format)
352 "The hardware pixel format '%s' is not supported by the device type '%s'\n",
353 av_get_pix_fmt_name(ctx->format), ctx->internal->hw_type->name);
362 /* format-specific init */
404 /* if the format is set, use that
406 if (dst->format >= 0) {
407 frame_tmp->format = dst->format;
416 frame_tmp->format = formats[0];
509 frame->format = ctx->format;
789 enum AVPixelFormat orig_dst_fmt = dst->format;
799 src->format == dst_frames->sw_format &&
800 dst->format == dst_frames->format) ||
822 if (src_frames->format == src->format &&
836 if (dst_frames->format == dst->format &&
861 dst->format = orig_dst_fmt;
867 enum AVPixelFormat format,
904 dst->format = format;