#include <vdpau/vdpau.h>
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "hwaccel_internal.h"
#include "vp9dec.h"
#include "vdpau.h"
#include "vdpau_internal.h"
 
Go to the source code of this file.
◆ vdpau_vp9_start_frame()
  
  
      
        
          | static int vdpau_vp9_start_frame  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ vdpau_vp9_decode_slice()
  
  
      
        
          | static int vdpau_vp9_decode_slice  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ vdpau_vp9_end_frame()
◆ vdpau_vp9_init()
◆ start_code_prefix
  
  
      
        
          | const uint8_t start_code_prefix[3] = { 0x00, 0x00, 0x01 } | 
         
       
   | 
  
static   | 
  
 
 
◆ ff_vp9_vdpau_hwaccel
Initial value:= {
    .p.name         = "vp9_vdpau",
}
 
Definition at line 225 of file vdpau_vp9.c.