Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/detector/
DImage.h31 gfxstream::expected<RGBAImage, std::string> LoadRGBAFromBitmapFile(
DImage.cpp29 gfxstream::expected<RGBAImage, std::string> LoadRGBAFromBitmapFile( in LoadRGBAFromBitmapFile() function
198 auto rgbaImage = GFXSTREAM_EXPECT(LoadRGBAFromBitmapFile(filename)); in LoadYUV420FromBitmapFile()