Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
660 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct661 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() function665 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()668 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()671 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()676 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()681 virtual bool mapHdrFormat(int32_t from, C2Config::hdr_format_t *to) override { in mapHdrFormat()686 bool mIsHdr;687 bool mIsHdr10Plus;