Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
JpegParse.cpp File Reference
#include "JpegParse.h"
#include "filesystem/File.h"
#include <memory.h>
#include <cstring>

Macros

#define min(a, b)   (a)>(b)?(b):(a)
 
#define JPEG_PARSE_STRING_ID_BASE   21500
 

Typedefs

typedef unsigned char BYTE
 

Enumerations

enum  {
  ProcessUnknown = JPEG_PARSE_STRING_ID_BASE , ProcessSof0 , ProcessSof1 , ProcessSof2 ,
  ProcessSof3 , ProcessSof5 , ProcessSof6 , ProcessSof7 ,
  ProcessSof9 , ProcessSof10 , ProcessSof11 , ProcessSof13 ,
  ProcessSof14 , ProcessSof15
}
 

Macro Definition Documentation

◆ JPEG_PARSE_STRING_ID_BASE

#define JPEG_PARSE_STRING_ID_BASE   21500

◆ min

#define min ( a,
b )   (a)>(b)?(b):(a)

Typedef Documentation

◆ BYTE

typedef unsigned char BYTE

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ProcessUnknown 
ProcessSof0 
ProcessSof1 
ProcessSof2 
ProcessSof3 
ProcessSof5 
ProcessSof6 
ProcessSof7 
ProcessSof9 
ProcessSof10 
ProcessSof11 
ProcessSof13 
ProcessSof14 
ProcessSof15