Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
573 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct574 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() function578 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()581 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()584 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()589 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()596 bool mIsHdr;597 bool mIsHdr10Plus;