Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
575 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct576 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() argument580 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()583 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()586 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()591 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()598 bool mIsHdr;599 bool mIsHdr10Plus;