| 
    FFmpeg
    
   | 
 
#include <vdpau/vdpau.h>#include "avcodec.h"#include "internal.h"#include "hevc_data.h"#include "hevcdec.h"#include "hwaccel.h"#include "vdpau.h"#include "vdpau_internal.h"Go to the source code of this file.
Functions | |
| static int | vdpau_hevc_start_frame (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) | 
| static int | vdpau_hevc_decode_slice (AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) | 
| static int | vdpau_hevc_end_frame (AVCodecContext *avctx) | 
| static int | vdpau_hevc_init (AVCodecContext *avctx) | 
Variables | |
| static const uint8_t | start_code_prefix [3] = { 0x00, 0x00, 0x01 } | 
| const AVHWAccel | ff_hevc_vdpau_hwaccel | 
      
  | 
  static | 
Definition at line 33 of file vdpau_hevc.c.
      
  | 
  static | 
Definition at line 401 of file vdpau_hevc.c.
      
  | 
  static | 
Definition at line 419 of file vdpau_hevc.c.
      
  | 
  static | 
Definition at line 432 of file vdpau_hevc.c.
      
  | 
  static | 
Definition at line 399 of file vdpau_hevc.c.
Referenced by vdpau_hevc_decode_slice().
| const AVHWAccel ff_hevc_vdpau_hwaccel | 
Definition at line 457 of file vdpau_hevc.c.
 1.8.17