|
Functions |
int | p_mod_add_comp (pT_header *header) |
int | p_get_comp_by_name (const pT_header *header, const char *name) |
int | p_get_num_comps (const pT_header *header) |
pT_status | p_mod_set_comp_2 (pT_header *header, const int comp, const char *name, const pT_data_fmt file_data_fmt, const int pix_subsample, const int line_subsample, const int multiplex_factor) |
pT_status | p_mod_rm_comp (pT_header *header, const int comp) |
pT_status | p_mod_rm_extra_comps (pT_header *header) |
pT_status | p_get_comp_2 (const pT_header *header, const int comp, char *name, pT_data_fmt *file_data_fmt, int *pix_subsample, int *line_subsample, int *multiplex_factor) |
pT_status | p_get_comp_buffer_size (const pT_header *header, const int comp, int *width, int *height) |