libavcodec/pnmenc.c File Reference
#include "avcodec.h"
#include "bytestream.h"
#include "pnm.h"
Go to the source code of this file.
 | 
 Functions | 
| static av_cold int  | common_init (AVCodecContext *avctx) | 
| static int  | pnm_decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size) | 
| static int  | pnm_encode_frame (AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data) | 
| static int  | pam_encode_frame (AVCodecContext *avctx, unsigned char *outbuf, int buf_size, void *data) | 
Function Documentation
      
        
          | static int pam_encode_frame            | 
          ( | 
          AVCodecContext *  | 
           avctx,  | 
        
        
           | 
           | 
          unsigned char *  | 
           outbuf,  | 
        
        
           | 
           | 
          int  | 
           buf_size,  | 
        
        
           | 
           | 
          void *  | 
           data |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | static int pnm_decode_frame            | 
          ( | 
          AVCodecContext *  | 
           avctx,  | 
        
        
           | 
           | 
          void *  | 
           data,  | 
        
        
           | 
           | 
          int *  | 
           data_size,  | 
        
        
           | 
           | 
          const uint8_t *  | 
           buf,  | 
        
        
           | 
           | 
          int  | 
           buf_size |   | 
        
        
           | 
          ) | 
           |  |  [static] | 
        
      
 
 
      
        
          | static int pnm_encode_frame            | 
          ( | 
          AVCodecContext *  | 
           avctx,  | 
        
        
           | 
           | 
          unsigned char *  | 
           outbuf,  | 
        
        
           | 
           | 
          int  | 
           buf_size,  | 
        
        
           | 
           | 
          void *  | 
           data |   | 
        
        
           | 
          ) | 
           |  |  [static] |