Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h49 static bool ExtractPixelInfoFromFilePath(const std::string& filePath, PixelFileInfo& pixelInfo);
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp48 bool BufferHelper::ExtractPixelInfoFromFilePath(const string& filePath, PixelFileInfo& pixelInfo) in ExtractPixelInfoFromFilePath() function in OHOS::VDI::HEIF::BufferHelper
125 IF_TRUE_RETURN_VAL_WITH_MSG(!ExtractPixelInfoFromFilePath(imageFile, pixelInfo), nullptr, in CreateImgBuffer()