Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h9371 size_t tmpBufSize, size_t inLen, int num_channels, in DecompressPiz() argument
9374 if (inLen == tmpBufSize) { in DecompressPiz()
9427 std::vector<unsigned short> tmpBuffer(tmpBufSize); in DecompressPiz()
9469 applyLut(lut.data(), &tmpBuffer.at(0), static_cast<int>(tmpBufSize)); in DecompressPiz()