Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
578 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct579 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() function583 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()586 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()589 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()594 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()601 bool mIsHdr;602 bool mIsHdr10Plus;