Home
last modified time | relevance | path

Searched refs:Mapper (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGrallocLoader.h69 auto mapper = std::make_unique<V2_0::passthrough::GrallocMapper<hal::Mapper>>(); in createMapper()
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapper.h82 using Mapper = detail::MapperImpl<IMapper, MapperHal>; variable
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocLoader.h151 auto mapper = std::make_unique<GrallocMapper<hal::Mapper>>(); in createMapper()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp59 typedef std::function<C2Value(C2Value)> Mapper; typedef
75 ConfigMapper &withMapper(Mapper mapper) { in withMapper()
83 ConfigMapper &withMappers(Mapper mapper, Mapper reverse) { in withMappers()
168 Mapper mapper() const { return mMapper; } in mapper()
169 Mapper reverse() const { return mReverse; } in reverse()
176 Mapper mMapper; ///< optional SDK => Codec 2.0 value mapper
177 Mapper mReverse; ///< optional Codec 2.0 => SDK value mapper
327 ConfigMapper::Mapper makeFloat = [](C2Value v) -> C2Value { in initializeStandardParams()
339 ConfigMapper::Mapper negate = [](C2Value v) -> C2Value { in initializeStandardParams()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapper.h203 using Mapper = detail::MapperImpl<IMapper, MapperHal>; variable