| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include <sys/types.h>#include <mfxvideo.h>#include "libavutil/common.h"#include "libavutil/opt.h"#include "avcodec.h"#include "codec_internal.h"#include "qsv.h"#include "qsvenc.h"#include "atsc_a53.h"Go to the source code of this file.
Data Structures | |
| struct | QSVH264EncContext | 
Macros | |
| #define | OFFSET(x) offsetof(QSVH264EncContext, x) | 
| #define | VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Functions | |
| static int | qsv_h264_set_encode_ctrl (AVCodecContext *avctx, const AVFrame *frame, mfxEncodeCtrl *enc_ctrl) | 
| static av_cold int | qsv_enc_init (AVCodecContext *avctx) | 
| static int | qsv_enc_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) | 
| static av_cold int | qsv_enc_close (AVCodecContext *avctx) | 
Variables | |
| static const AVOption | options [] | 
| class { | |
| class_name = "h264_qsv encoder" | |
| item_name = av_default_item_name | |
| option = options | |
| version = LIBAVUTIL_VERSION_INT | |
| }; | |
| static const FFCodecDefault | qsv_enc_defaults [] | 
| const FFCodec | ff_h264_qsv_encoder | 
| #define OFFSET | ( | x | ) | offsetof(QSVH264EncContext, x) | 
Definition at line 100 of file qsvenc_h264.c.
| #define VE AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 101 of file qsvenc_h264.c.
      
  | 
  static | 
Definition at line 43 of file qsvenc_h264.c.
Referenced by qsv_enc_init().
      
  | 
  static | 
Definition at line 77 of file qsvenc_h264.c.
      
  | 
  static | 
Definition at line 85 of file qsvenc_h264.c.
      
  | 
  static | 
Definition at line 93 of file qsvenc_h264.c.
      
  | 
  static | 
Definition at line 102 of file qsvenc_h264.c.
      
  | 
  private | 
Definition at line 174 of file qsvenc_h264.c.
      
  | 
  private | 
Definition at line 175 of file qsvenc_h264.c.
      
  | 
  private | 
Definition at line 176 of file qsvenc_h264.c.
      
  | 
  private | 
Definition at line 177 of file qsvenc_h264.c.
| const { ... } | 
      
  | 
  static | 
Definition at line 180 of file qsvenc_h264.c.
| const FFCodec ff_h264_qsv_encoder | 
Definition at line 192 of file qsvenc_h264.c.
 1.8.17