Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
740 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct741 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() argument745 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()748 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()751 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()756 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()761 virtual bool mapHdrFormat(int32_t from, C2Config::hdr_format_t *to) override { in mapHdrFormat()766 bool mIsHdr;767 bool mIsHdr10Plus;