Home
last modified time | relevance | path

Searched defs:boxdef (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/OPJViewer/source/
H A Dwxjp2parser.cpp78 struct boxdef { struct
80 char value[5]; /* hexadecimal value/string*/
81 char name[SHORT_DESCR_LEN]; /* short description */
82 char descr[LONG_DESCR_LEN]; /* long description */
83 int sbox; /* is it a superbox? */
84 int req[J2FILENUM]; /* mandatory box */
85 j22boxtype ins; /* contained in box... */
/dports/graphics/openjpeg/openjpeg-2.4.0/src/bin/wx/OPJViewer/source/
H A Dwxjp2parser.cpp83 struct boxdef { struct
85 char value[5]; /* hexadecimal value/string*/
86 char name[SHORT_DESCR_LEN]; /* short description */
87 char descr[LONG_DESCR_LEN]; /* long description */
88 int sbox; /* is it a superbox? */
89 int req[J2FILENUM]; /* mandatory box */
90 j22boxtype ins; /* contained in box... */