Lines Matching defs:custom_attributes
226 EXRAttribute *custom_attributes; // array of EXRAttribute. size =
10788 exr_header->custom_attributes = static_cast<EXRAttribute *>(malloc(
10792 memcpy(exr_header->custom_attributes[i].name, info.attributes[i].name,
10794 memcpy(exr_header->custom_attributes[i].type, info.attributes[i].type,
10796 exr_header->custom_attributes[i].size = info.attributes[i].size;
10798 exr_header->custom_attributes[i].value = info.attributes[i].value;
10802 exr_header->custom_attributes = NULL;
10983 exr_header->custom_attributes,
11132 exr_header->custom_attributes,
12156 &memory, exr_header->custom_attributes[i].name,
12157 exr_header->custom_attributes[i].type,
12159 exr_header->custom_attributes[i].value),
12160 exr_header->custom_attributes[i].size);
12214 &zfp_compression_param, exr_header->custom_attributes,
13003 if (exr_header->custom_attributes[i].value) {
13004 free(exr_header->custom_attributes[i].value);
13008 if (exr_header->custom_attributes) {
13009 free(exr_header->custom_attributes);