Searched refs:inFilePath (Results 1 – 3 of 3) sorted by relevance
389 std::string inFilePath = "testInfile"; variable391 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);412 std::string inFilePath = ""; variable414 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);435 std::string inFilePath = "testInfile"; variable437 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);459 std::string inFilePath = "testInfile"; variable461 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);482 std::string inFilePath = "testInfile"; variable484 std::shared_ptr<Media::PixelMap> res = imageUtil->CreatePixelMap(inFilePath, format);[all …]
129 std::shared_ptr<Media::PixelMap> AnsImageUtil::CreatePixelMap(const std::string &inFilePath, const … in CreatePixelMap() argument131 if (inFilePath.empty() || format.empty()) { in CreatePixelMap()139 auto imageSource = Media::ImageSource::CreateImageSource(inFilePath, opts, errorCode); in CreatePixelMap()
71 const std::string &inFilePath, const std::string &format = IMAGE_FORMAT_JPEG);