Searched defs:inputFormat (Results 1 – 5 of 5) sorted by relevance
43 auto inputFormat = std::make_shared<std::string>("jpg"); variable70 auto inputFormat = std::make_shared<std::string>("png"); variable97 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
313 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable380 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
94 auto inputFormat = std::make_shared<std::string>("pixelMap"); variable
697 bool NeedProtectionConversion(const PixelFormat inputFormat, const PixelFormat outputFormat) in NeedProtectionConversion()
422 std::string inputFormat = GetFormat(); in ParseInputFormat() local