Searched defs:Av1ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
605 struct Av1ProfileLevelMapper : ProfileLevelMapperHelper { struct606 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Av1ProfileLevelMapper() function610 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()613 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()616 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()621 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()628 bool mIsHdr;629 bool mIsHdr10Plus;