libavcodec/cscd.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include "avcodec.h"
#include "lzo.h"

Go to the source code of this file.

Data Structures

struct  CamStudioContext

Defines

#define copy_frame_16   copy_frame_default
#define copy_frame_32   copy_frame_default
#define add_frame_16   add_frame_default
#define add_frame_32   add_frame_default

Functions

static void copy_frame_default (AVFrame *f, const uint8_t *src, int linelen, int height)
static void add_frame_default (AVFrame *f, const uint8_t *src, int linelen, int height)
static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size)
static int decode_init (AVCodecContext *avctx)
static int decode_end (AVCodecContext *avctx)

Variables

AVCodec cscd_decoder


Define Documentation

#define add_frame_16   add_frame_default

Definition at line 65 of file cscd.c.

Referenced by decode_frame().

#define add_frame_32   add_frame_default

Definition at line 66 of file cscd.c.

Referenced by decode_frame().

#define copy_frame_16   copy_frame_default

Definition at line 63 of file cscd.c.

Referenced by decode_frame().

#define copy_frame_32   copy_frame_default

Definition at line 64 of file cscd.c.

Referenced by decode_frame().


Function Documentation

static void add_frame_default ( AVFrame f,
const uint8_t src,
int  linelen,
int  height 
) [static]

Definition at line 50 of file cscd.c.

Referenced by decode_frame().

static void copy_frame_default ( AVFrame f,
const uint8_t src,
int  linelen,
int  height 
) [static]

Definition at line 38 of file cscd.c.

Referenced by decode_frame().

static int decode_end ( AVCodecContext avctx  )  [static]

Definition at line 243 of file cscd.c.

static int decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
const uint8_t buf,
int  buf_size 
) [static]

Definition at line 137 of file cscd.c.

static int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 215 of file cscd.c.


Variable Documentation

Initial value:

Definition at line 251 of file cscd.c.


Generated on Fri Apr 23 15:11:57 2010 for ffmpeg by  doxygen 1.5.6