| 
    FFmpeg
    
   | 
 
#include "libavutil/internal.h"#include "libavutil/opt.h"#include "amfenc.h"#include "codec_internal.h"#include "internal.h"Go to the source code of this file.
Macros | |
| #define | OFFSET(x) offsetof(AmfContext, x) | 
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Functions | |
| static av_cold int | amf_encode_init_av1 (AVCodecContext *avctx) | 
Variables | |
| static const AVOption | options [] | 
| static const FFCodecDefault | defaults [] | 
| static const AVClass | av1_amf_class | 
| const FFCodec | ff_av1_amf_encoder | 
| #define OFFSET | ( | x | ) | offsetof(AmfContext, x) | 
Definition at line 25 of file amfenc_av1.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 26 of file amfenc_av1.c.
      
  | 
  static | 
Definition at line 156 of file amfenc_av1.c.
      
  | 
  static | 
Definition at line 27 of file amfenc_av1.c.
      
  | 
  static | 
Definition at line 456 of file amfenc_av1.c.
      
  | 
  static | 
Definition at line 466 of file amfenc_av1.c.
| const FFCodec ff_av1_amf_encoder | 
Definition at line 473 of file amfenc_av1.c.
 1.8.17