Home
last modified time | relevance | path

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

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