Searched defs:Av1ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
770 struct Av1ProfileLevelMapper : ProfileLevelMapperHelper { struct771 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false, int32_t bitDepth = 8) : in Av1ProfileLevelMapper() function775 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()778 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()781 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()787 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()793 virtual bool mapHdrFormat(int32_t from, C2Config::hdr_format_t *to) override { in mapHdrFormat()798 bool mIsHdr;799 bool mIsHdr10Plus;800 int32_t mBitDepth;