Searched defs:Av1ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
602 struct Av1ProfileLevelMapper : ProfileLevelMapperHelper { struct603 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Av1ProfileLevelMapper() function607 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()610 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()613 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()618 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()625 bool mIsHdr;626 bool mIsHdr10Plus;