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