#include "avcodec.h"
#include "internal.h"
#include "mpeg4video.h"
#include "mpeg4videodec.h"
#include "nvdec.h"
#include "decode.h"
 
Go to the source code of this file.
◆ nvdec_mpeg4_start_frame()
  
  
      
        
          | static int nvdec_mpeg4_start_frame  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ nvdec_mpeg4_decode_slice()
  
  
      
        
          | static int nvdec_mpeg4_decode_slice  | 
          ( | 
          AVCodecContext *  | 
          avctx,  | 
         
        
           | 
           | 
          const uint8_t *  | 
          buffer,  | 
         
        
           | 
           | 
          uint32_t  | 
          size  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ nvdec_mpeg4_frame_params()
◆ ff_mpeg4_nvdec_hwaccel
Initial value:= {
    .name                 = "mpeg4_nvdec",
}
 
Definition at line 111 of file nvdec_mpeg4.c.