| 
    FFmpeg
    
   | 
 
#include "libavutil/log.h"#include "mpegutils.h"#include "mpegvideo.h"#include "dxva2_internal.h"Go to the source code of this file.
Data Structures | |
| struct | dxva2_picture_context | 
Macros | |
| #define | MAX_SLICES 1024 | 
Functions | |
| static void | fill_picture_parameters (AVCodecContext *avctx, AVDXVAContext *ctx, const struct MpegEncContext *s, DXVA_PictureParameters *pp) | 
| static void | fill_quantization_matrices (AVCodecContext *avctx, AVDXVAContext *ctx, const struct MpegEncContext *s, DXVA_QmatrixData *qm) | 
| static void | fill_slice (AVCodecContext *avctx, const struct MpegEncContext *s, DXVA_SliceInfo *slice, unsigned position, const uint8_t *buffer, unsigned size) | 
| static int | commit_bitstream_and_slice_buffer (AVCodecContext *avctx, DECODER_BUFFER_DESC *bs, DECODER_BUFFER_DESC *sc) | 
| static int | dxva2_mpeg2_start_frame (AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) | 
| static int | dxva2_mpeg2_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) | 
| static int | dxva2_mpeg2_end_frame (AVCodecContext *avctx) | 
| #define MAX_SLICES 1024 | 
Definition at line 32 of file dxva2_mpeg2.c.
Referenced by dxva2_mpeg2_decode_slice().
      
  | 
  static | 
Definition at line 43 of file dxva2_mpeg2.c.
Referenced by dxva2_mpeg2_start_frame().
      
  | 
  static | 
Definition at line 109 of file dxva2_mpeg2.c.
Referenced by dxva2_mpeg2_start_frame().
      
  | 
  static | 
Definition at line 126 of file dxva2_mpeg2.c.
Referenced by dxva2_mpeg2_decode_slice().
      
  | 
  static | 
Definition at line 153 of file dxva2_mpeg2.c.
Referenced by dxva2_mpeg2_end_frame().
      
  | 
  static | 
Definition at line 256 of file dxva2_mpeg2.c.
      
  | 
  static | 
Definition at line 278 of file dxva2_mpeg2.c.
      
  | 
  static | 
Definition at line 301 of file dxva2_mpeg2.c.
 1.8.6