Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.cpp129 Return<SvResult> SurroundView3dSession::set3dConfig(const Sv3dConfig& sv3dConfig) { in set3dConfig() argument
133 mConfig.width = sv3dConfig.width; in set3dConfig()
134 mConfig.height = sv3dConfig.height; in set3dConfig()
135 mConfig.carDetails = sv3dConfig.carDetails; in set3dConfig()
DSurroundView3dSession.h53 Return<SvResult> set3dConfig(const Sv3dConfig& sv3dConfig) override;
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal58 * @param sv3dConfig Configuration to set.
61 set3dConfig(Sv3dConfig sv3dConfig) generates (SvResult svResult);
69 * @return sv3dConfig The current active configuration of the 3d session.
71 get3dConfig() generates (Sv3dConfig sv3dConfig);