Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h225 int num_custom_attributes; member
10779 exr_header->num_custom_attributes = static_cast<int>(info.attributes.size()); in ConvertHeader()
10781 if (exr_header->num_custom_attributes > 0) { in ConvertHeader()
10784 if (exr_header->num_custom_attributes > TINYEXR_MAX_CUSTOM_ATTRIBUTES) { in ConvertHeader()
10785 exr_header->num_custom_attributes = TINYEXR_MAX_CUSTOM_ATTRIBUTES; in ConvertHeader()
10789 sizeof(EXRAttribute) * size_t(exr_header->num_custom_attributes))); in ConvertHeader()
10982 static_cast<size_t>(exr_header->num_custom_attributes), in DecodeChunk()
11131 exr_header->num_custom_attributes), in DecodeChunk()
12153 if (exr_header->num_custom_attributes > 0) { in SaveEXRImageToMemory()
12154 for (int i = 0; i < exr_header->num_custom_attributes; i++) { in SaveEXRImageToMemory()
[all …]