libavcodec/bmpenc.c File Reference

#include "avcodec.h"
#include "bytestream.h"
#include "bmp.h"

Go to the source code of this file.

Defines

#define SIZE_BITMAPFILEHEADER   14
#define SIZE_BITMAPINFOHEADER   40

Functions

static av_cold int bmp_encode_init (AVCodecContext *avctx)
static int bmp_encode_frame (AVCodecContext *avctx, unsigned char *buf, int buf_size, void *data)

Variables

static const uint32_t monoblack_pal [] = { 0x000000, 0xFFFFFF }
static const uint32_t rgb565_masks [] = { 0xF800, 0x07E0, 0x001F }
AVCodec bmp_encoder


Define Documentation

#define SIZE_BITMAPFILEHEADER   14

Referenced by bmp_encode_frame().

#define SIZE_BITMAPINFOHEADER   40

Referenced by bmp_encode_frame().


Function Documentation

static int bmp_encode_frame ( AVCodecContext avctx,
unsigned char *  buf,
int  buf_size,
void *  data 
) [static]

Definition at line 39 of file bmpenc.c.

static av_cold int bmp_encode_init ( AVCodecContext avctx  )  [static]

Definition at line 30 of file bmpenc.c.


Variable Documentation

const uint32_t monoblack_pal[] = { 0x000000, 0xFFFFFF } [static]

Definition at line 27 of file bmpenc.c.

Referenced by bmp_encode_frame(), and pcx_encode_frame().

const uint32_t rgb565_masks[] = { 0xF800, 0x07E0, 0x001F } [static]

Definition at line 28 of file bmpenc.c.

Referenced by bmp_encode_frame().


Generated on Fri Oct 26 02:36:51 2012 for FFmpeg by  doxygen 1.5.8