Home
last modified time | relevance | path

Searched defs:Vp9ProfileLevelMapper (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/utils/
DCodec2Mapper.cpp573 struct Vp9ProfileLevelMapper : ProfileLevelMapperHelper { struct
574 Vp9ProfileLevelMapper(bool isHdr = false, bool isHdr10Plus = false) : in Vp9ProfileLevelMapper() function
578 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;