Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
JpegParse.cpp File Reference
#include "filesystem/File.h"
#include <windows.h>
#include "JpegParse.h"

Macros

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

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,
 
)    (a)>(b)?(b):(a)

Enumeration Type Documentation

§ anonymous enum

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