Searched refs:isHdr10Plus (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/codec2/sfplugin/utils/ |
D | Codec2Mapper.cpp | 498 HevcProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in HevcProfileLevelMapper() 500 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in HevcProfileLevelMapper() 576 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() 578 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Vp9ProfileLevelMapper() 603 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Av1ProfileLevelMapper() 605 mIsHdr(isHdr), mIsHdr10Plus(isHdr10Plus) {} in Av1ProfileLevelMapper() 661 C2Mapper::GetHdrProfileLevelMapper(std::string mediaType, bool isHdr10Plus) { in GetHdrProfileLevelMapper() argument 664 return std::make_shared<HevcProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper() 666 return std::make_shared<Vp9ProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper() 668 return std::make_shared<Av1ProfileLevelMapper>(true, isHdr10Plus); in GetHdrProfileLevelMapper()
|
D | Codec2Mapper.h | 44 GetHdrProfileLevelMapper(std::string mediaType, bool isHdr10Plus = false);
|