#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "hevc_data.h"
#include "hevcdec.h"
#include "hwconfig.h"
#include "vdpau.h"
#include "vdpau_internal.h"
#include "h265_profile_level.h"
 
Go to the source code of this file.
◆ copy_field
      
        
          | #define copy_field | 
          ( | 
            | 
          name | ) | 
             h265_raw_ptl->general_ ## name = general_ptl->name | 
        
      
 
 
◆ vdpau_hevc_start_frame()
  
  
      
        
          | static int vdpau_hevc_start_frame  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ vdpau_hevc_decode_slice()
  
  
      
        
          | static int vdpau_hevc_decode_slice  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ vdpau_hevc_end_frame()
◆ ptl_convert()
◆ vdpau_hevc_parse_rext_profile()
  
  
      
        
          | static int vdpau_hevc_parse_rext_profile  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          VdpDecoderProfile *  | 
          vdp_profile  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ vdpau_hevc_init()
◆ start_code_prefix
  
  
      
        
          | const uint8_t start_code_prefix[3] = { 0x00, 0x00, 0x01 } | 
         
       
   | 
  
static   | 
  
 
 
◆ ff_hevc_vdpau_hwaccel
Initial value:= {
    .name           = "hevc_vdpau",
}
 
Definition at line 543 of file vdpau_hevc.c.