FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | BMVDecContext |
Macros | |
#define | SCREEN_WIDE 640 |
#define | SCREEN_HIGH 429 |
#define | NEXT_BYTE(v) v = forward ? v + 1 : v - 1; |
Typedefs | |
typedef struct BMVDecContext | BMVDecContext |
Enumerations | |
enum | BMVFlags { BMV_NOP = 0, BMV_END, BMV_DELTA, BMV_INTRA, BMV_SCROLL = 0x04, BMV_PALETTE = 0x08, BMV_COMMAND = 0x10, BMV_AUDIO = 0x20, BMV_EXT = 0x40, BMV_PRINT = 0x80, BMV_NOP = 0, BMV_END, BMV_DELTA, BMV_INTRA, BMV_AUDIO = 0x20 } |
Functions | |
static int | decode_bmv_frame (const uint8_t *source, int src_len, uint8_t *frame, int frame_off) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | bmv_aud_decode_init (AVCodecContext *avctx) |
static int | bmv_aud_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
static const int | bmv_aud_mults [16] |
AVCodec | ff_bmv_video_decoder |
AVCodec | ff_bmv_audio_decoder |
Macro Definition Documentation
Definition at line 53 of file libavcodec/bmv.c.
Referenced by decode_bmv_frame().
#define SCREEN_HIGH 429 |
Definition at line 43 of file libavcodec/bmv.c.
Referenced by decode_bmv_frame(), and decode_init().
#define SCREEN_WIDE 640 |
Definition at line 42 of file libavcodec/bmv.c.
Referenced by decode_bmv_frame(), and decode_init().
Typedef Documentation
typedef struct BMVDecContext BMVDecContext |
Enumeration Type Documentation
enum BMVFlags |
Enumerator | |
---|---|
BMV_NOP | |
BMV_END | |
BMV_DELTA | |
BMV_INTRA | |
BMV_SCROLL | |
BMV_PALETTE | |
BMV_COMMAND | |
BMV_AUDIO | |
BMV_EXT | |
BMV_PRINT | |
BMV_NOP | |
BMV_END | |
BMV_DELTA | |
BMV_INTRA | |
BMV_AUDIO |
Definition at line 28 of file libavcodec/bmv.c.
Function Documentation
|
static |
Definition at line 301 of file libavcodec/bmv.c.
|
static |
Definition at line 292 of file libavcodec/bmv.c.
|
static |
Definition at line 55 of file libavcodec/bmv.c.
Referenced by decode_frame().
|
static |
Definition at line 198 of file libavcodec/bmv.c.
|
static |
Definition at line 271 of file libavcodec/bmv.c.
Variable Documentation
|
static |
Definition at line 288 of file libavcodec/bmv.c.
Referenced by bmv_aud_decode_frame().
AVCodec ff_bmv_audio_decoder |
Definition at line 352 of file libavcodec/bmv.c.
AVCodec ff_bmv_video_decoder |
Definition at line 341 of file libavcodec/bmv.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11