71 bool start(
void)
override;
80 uint8_t*
write_mvhd(uint32_t* p_nb_bytes_written);
81 uint8_t*
write_trak(uint32_t* p_nb_bytes_written);
82 uint8_t*
write_tkhd(uint32_t* p_nb_bytes_written);
83 uint8_t*
write_mdia(uint32_t* p_nb_bytes_written);
84 uint8_t*
write_mdhd(uint32_t* p_nb_bytes_written);
85 uint8_t*
write_hdlr(uint32_t* p_nb_bytes_written);
86 uint8_t*
write_minf(uint32_t* p_nb_bytes_written);
87 uint8_t*
write_vmhd(uint32_t* p_nb_bytes_written);
88 uint8_t*
write_dinf(uint32_t* p_nb_bytes_written);
89 uint8_t*
write_stbl(uint32_t* p_nb_bytes_written);
90 uint8_t*
write_stsd(uint32_t* p_nb_bytes_written);
91 uint8_t*
write_smj2(uint32_t* p_nb_bytes_written);
92 uint8_t*
write_stts(uint32_t* p_nb_bytes_written);
93 uint8_t*
write_stsc(uint32_t* p_nb_bytes_written);
94 uint8_t*
write_stsz(uint32_t* p_nb_bytes_written);
95 uint8_t*
write_stco(uint32_t* p_nb_bytes_written);
Stores header and data for an image.
Definition GrkImage.h:54
#define GRK_PATH_LEN
Definition grok.h:327
ResWindow.
Definition CompressedChunkCache.h:36
Records the offset and size of a compressed sample within the mdat box.
Definition FileFormatMJ2Compress.h:59
uint64_t offset
Definition FileFormatMJ2Compress.h:60
uint32_t size
Definition FileFormatMJ2Compress.h:61
Compression parameters.
Definition FileFormatMJ2Compress.h:28
int32_t CbCr_subsampling_dy
Definition FileFormatMJ2Compress.h:44
int32_t cod_format
output file format 0:YUV
Definition FileFormatMJ2Compress.h:34
uint32_t enumcs
Definition FileFormatMJ2Compress.h:52
int32_t decod_format
input file format 0:MJ2
Definition FileFormatMJ2Compress.h:32
int32_t w
YUV Frame width.
Definition FileFormatMJ2Compress.h:38
int32_t frame_rate
Definition FileFormatMJ2Compress.h:46
int32_t numcomps
Definition FileFormatMJ2Compress.h:48
int32_t prec
Definition FileFormatMJ2Compress.h:50
int32_t CbCr_subsampling_dx
Definition FileFormatMJ2Compress.h:42
int32_t Dim[2]
Portion of the image coded.
Definition FileFormatMJ2Compress.h:36
int32_t h
YUV Frame height.
Definition FileFormatMJ2Compress.h:40
char infile[GRK_PATH_LEN]
Definition FileFormatMJ2Compress.h:29
uint32_t meth
Definition FileFormatMJ2Compress.h:51
char outfile[GRK_PATH_LEN]
Definition FileFormatMJ2Compress.h:30