Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/image/
DImageUtils.cpp31 int decodedHeight; in LoadRGBAFromPng() local
34 stbi_load(filename.c_str(), &decodedWidth, &decodedHeight, &decodedChannels, in LoadRGBAFromPng()
40 const std::size_t decodedSize = decodedWidth * decodedHeight; in LoadRGBAFromPng()
44 *outHeight = static_cast<uint32_t>(decodedHeight); in LoadRGBAFromPng()