FFmpeg
|
Data Fields | |
uint16_t | j2k_cap |
j2k required decoder capabilities More... | |
uint16_t | j2k_rsiz |
j2k required decoder capabilities (Rsiz) More... | |
uint32_t | j2k_xsiz |
j2k width of the reference grid (Xsiz) More... | |
uint32_t | j2k_ysiz |
j2k height of the reference grid (Ysiz) More... | |
uint32_t | j2k_x0siz |
j2k horizontal offset from the origin of the reference grid to the left side of the image (X0siz) More... | |
uint32_t | j2k_y0siz |
j2k vertical offset from the origin of the reference grid to the left side of the image (Y0siz) More... | |
uint32_t | j2k_xtsiz |
j2k width of one reference tile with respect to the reference grid (XTsiz) More... | |
uint32_t | j2k_ytsiz |
j2k height of one reference tile with respect to the reference grid (YTsiz) More... | |
uint32_t | j2k_xt0siz |
j2k horizontal offset from the origin of the reference grid to the left side of the first tile (XT0siz) More... | |
uint32_t | j2k_yt0siz |
j2k vertical offset from the origin of the reference grid to the left side of the first tile (YT0siz) More... | |
uint8_t | j2k_comp_desc [12] |
j2k components descriptor (Ssiz(i), XRsiz(i), YRsiz(i)) More... | |
uint16_t j2k_info_t::j2k_cap |
j2k required decoder capabilities
Definition at line 84 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame().
uint16_t j2k_info_t::j2k_rsiz |
j2k required decoder capabilities (Rsiz)
Definition at line 85 of file mxfenc.c.
Referenced by mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_xsiz |
j2k width of the reference grid (Xsiz)
Definition at line 86 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame().
uint32_t j2k_info_t::j2k_ysiz |
j2k height of the reference grid (Ysiz)
Definition at line 87 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame().
uint32_t j2k_info_t::j2k_x0siz |
j2k horizontal offset from the origin of the reference grid to the left side of the image (X0siz)
Definition at line 88 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_y0siz |
j2k vertical offset from the origin of the reference grid to the left side of the image (Y0siz)
Definition at line 89 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_xtsiz |
j2k width of one reference tile with respect to the reference grid (XTsiz)
Definition at line 90 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_ytsiz |
j2k height of one reference tile with respect to the reference grid (YTsiz)
Definition at line 91 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_xt0siz |
j2k horizontal offset from the origin of the reference grid to the left side of the first tile (XT0siz)
Definition at line 92 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint32_t j2k_info_t::j2k_yt0siz |
j2k vertical offset from the origin of the reference grid to the left side of the first tile (YT0siz)
Definition at line 93 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().
uint8_t j2k_info_t::j2k_comp_desc[12] |
j2k components descriptor (Ssiz(i), XRsiz(i), YRsiz(i))
Definition at line 94 of file mxfenc.c.
Referenced by mxf_parse_jpeg2000_frame(), and mxf_write_jpeg2000_subdesc().