Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h199 } EXRTile; typedef
251 EXRTile *tiles; // Tiled pixel data. The application must reconstruct image
10889 exr_image->tiles = static_cast<EXRTile *>( in DecodeChunk()
10890 calloc(sizeof(EXRTile), static_cast<size_t>(num_tiles))); in DecodeChunk()