Searched defs:Av1ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance
786 struct Av1ProfileLevelMapper : ProfileLevelMapperHelper { struct787 Av1ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false, int32_t bitDepth = 8) : in Av1ProfileLevelMapper() function791 virtual bool simpleMap(C2Config::level_t from, int32_t *to) { in simpleMap()794 virtual bool simpleMap(int32_t from, C2Config::level_t *to) { in simpleMap()797 virtual bool simpleMap(C2Config::profile_t from, int32_t *to) { in simpleMap()803 virtual bool simpleMap(int32_t from, C2Config::profile_t *to) { in simpleMap()809 virtual bool mapHdrFormat(int32_t from, C2Config::hdr_format_t *to) override { in mapHdrFormat()814 bool mIsHdr;815 bool mIsHdr10Plus;816 int32_t mBitDepth;