Home
last modified time | relevance | path

Searched refs:custom_attributes (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h226 EXRAttribute *custom_attributes; // array of EXRAttribute. size = member
10788 exr_header->custom_attributes = static_cast<EXRAttribute *>(malloc( in ConvertHeader()
10792 memcpy(exr_header->custom_attributes[i].name, info.attributes[i].name, in ConvertHeader()
10794 memcpy(exr_header->custom_attributes[i].type, info.attributes[i].type, in ConvertHeader()
10796 exr_header->custom_attributes[i].size = info.attributes[i].size; in ConvertHeader()
10798 exr_header->custom_attributes[i].value = info.attributes[i].value; in ConvertHeader()
10802 exr_header->custom_attributes = NULL; in ConvertHeader()
10983 exr_header->custom_attributes, in DecodeChunk()
11132 exr_header->custom_attributes, in DecodeChunk()
12156 &memory, exr_header->custom_attributes[i].name, in SaveEXRImageToMemory()
[all …]