Lines Matching refs:mapper
104 ConfigMapper &withMapper(Mapper mapper) { in withMapper()
107 mMapper = mapper; in withMapper()
112 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers()
115 mMapper = mapper; in withMappers()
180 Mapper mapper() const { return mMapper; } in mapper() function
729 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in initializeStandardParams() local
734 .withMappers([mapper](C2Value v) -> C2Value { in initializeStandardParams()
737 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams()
741 }, [mapper](C2Value v) -> C2Value { in initializeStandardParams()
745 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapProfile(c2, &sdk)) { in initializeStandardParams()
753 .withMappers([mapper](C2Value v) -> C2Value { in initializeStandardParams()
756 if (mapper && v.get(&sdk) && mapper->mapLevel(sdk, &c2)) { in initializeStandardParams()
760 }, [mapper](C2Value v) -> C2Value { in initializeStandardParams()
764 if (mapper && v.get((C2ValueType*)&c2) && mapper->mapLevel(c2, &sdk)) { in initializeStandardParams()
772 .withMapper([mapper](C2Value v) -> C2Value { in initializeStandardParams()
775 if (mapper && v.get(&sdk) && mapper->mapProfile(sdk, &c2)) { in initializeStandardParams()
1735 std::shared_ptr<C2Mapper::ProfileLevelMapper> mapper = in getReflectedFormat() local
1738 if (mapper && mapper->mapHdrFormat(profile, &c2)) { in getReflectedFormat()
1892 if (beVeryStrict || cm.mapper()) { in getReflectedFormat()