• Skip to content
  • Skip to link menu
KDE 3.5 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

kviewshell

MMRDecoder.cpp File Reference

#include "MMRDecoder.h"
#include "JB2Image.h"
#include "ByteStream.h"
#include "GBitmap.h"

Include dependency graph for MMRDecoder.cpp:

Go to the source code of this file.


Defines

#define VLSBUFSIZE   64

Enumerations

enum  MMRMode {
  P = 0, H = 1, V0 = 2, VR1 = 3,
  VR2 = 4, VR3 = 5, VL1 = 6, VL2 = 7,
  VL3 = 8
}

Functions

static int MAX (int a, int b)
static int MIN (int a, int b)

Variables

static const VLCode bcodes []
static const char invalid_mmr_data [] = ERR_MSG("MMRDecoder.bad_data")
static const VLCode mrcodes []
static const VLCode wcodes []

Define Documentation

#define VLSBUFSIZE   64

Definition at line 336 of file MMRDecoder.cpp.


Enumeration Type Documentation

enum MMRMode

Enumerator:
P 
H 
V0 
VR1 
VR2 
VR3 
VL1 
VL2 
VL3 

Definition at line 90 of file MMRDecoder.cpp.


Function Documentation

static int MAX ( int  a,
int  b 
) [inline, static]

Definition at line 870 of file MMRDecoder.cpp.

static int MIN ( int  a,
int  b 
) [inline, static]

Definition at line 871 of file MMRDecoder.cpp.


Variable Documentation

const VLCode bcodes[] [static]

Definition at line 221 of file MMRDecoder.cpp.

const char invalid_mmr_data[] = ERR_MSG("MMRDecoder.bad_data") [static]

Definition at line 81 of file MMRDecoder.cpp.

const VLCode mrcodes[] [static]

Initial value:

{   
  
  { 0x08,   4,    P }, 
  { 0x10,   3,    H }, 
  { 0x40,   1,   V0 }, 
  { 0x30,   3,  VR1 }, 
  { 0x06,   6,  VR2 }, 
  { 0x03,   7,  VR3 }, 
  { 0x20,   3,  VL1 }, 
  { 0x04,   6,  VL2 }, 
  { 0x02,   7,  VL3 }, 
  { 0x00,   0,   -1 }  
}

Definition at line 95 of file MMRDecoder.cpp.

const VLCode wcodes[] [static]

Definition at line 111 of file MMRDecoder.cpp.

kviewshell

Skip menu "kviewshell"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • kviewshell
Generated for API Reference by doxygen 1.5.9
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal