Searched refs:isHdr10Plus (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 501 HevcProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in HevcProfileLevelMapper() 503 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in HevcProfileLevelMapper() 579 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() 581 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Vp9ProfileLevelMapper() 606 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Av1ProfileLevelMapper() 608 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Av1ProfileLevelMapper() 664 C2Mapper::GetHdrProfileLevelMapper(std::string mediaType, bool isHdr10Plus) { in GetHdrProfileLevelMapper() argument 667 return std::make_shared<HevcProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper() 669 return std::make_shared<Vp9ProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper() 671 return std::make_shared<Av1ProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper()
|
D | Codec2Mapper.h | 44 GetHdrProfileLevelMapper(std::string mediaType, bool isHdr10Plus = false);
|