Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/av/media/codec2/sfplugin/utils/
H A DCodec2Mapper.cpp553 struct ProfileLevelMapperHelper : C2Mapper::ProfileLevelMapper { struct
560 bool passThroughMap(T from, U *to) { in passThroughMap()
569 virtual bool mapLevel(C2Config::level_t from, int32_t *to) { in mapLevel()
573 virtual bool mapLevel(int32_t from, C2Config::level_t *to) { in mapLevel()
577 virtual bool mapProfile(C2Config::profile_t from, int32_t *to) { in mapProfile()
581 virtual bool mapProfile(int32_t from, C2Config::profile_t *to) { in mapProfile()