Home
last modified time | relevance | path

Searched refs:sv2dConfig (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/
DISurroundView2dSession.hal36 * @param sv2dConfig Configuration to set.
50 * @param sv2dConfig Configuration to set.
53 set2dConfig(Sv2dConfig sv2dConfig) generates (SvResult svResult);
61 * @return sv2dConfig the active current configuration of the 2d session.
63 get2dConfig() generates (Sv2dConfig sv2dConfig);
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.cpp122 const Sv2dConfig& sv2dConfig) { in set2dConfig() argument
126 mConfig.width = sv2dConfig.width; in set2dConfig()
127 mConfig.blending = sv2dConfig.blending; in set2dConfig()
DSurroundView2dSession.h53 Return<SvResult> set2dConfig(const Sv2dConfig& sv2dConfig) override;