Home
last modified time | relevance | path

Searched refs:SurroundView2dParams (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/surround_view/service-impl/
Dcore_lib.h178 struct SurroundView2dParams { struct
203 SurroundView2dParams() : in SurroundView2dParams() argument
210 SurroundView2dParams(Size2dInteger resolution_, Size2dFloat physical_size_, in SurroundView2dParams() argument
221 bool operator==(const SurroundView2dParams& rhs) const { argument
228 SurroundView2dParams& operator=(const SurroundView2dParams& rhs) {
627 SurroundView2dParams surround_view_2d_params;
647 const SurroundView2dParams& sv_2d_params, in SurroundViewStaticDataParams()
DConfigReader.cpp38 using android_auto::surround_view::SurroundView2dParams;
53 SurroundView2dParams::BlendingType* value) { in ReadValue2dBlendType()
60 *value = SurroundView2dParams::BlendingType::MULTIBAND; in ReadValue2dBlendType()
62 *value = SurroundView2dParams::BlendingType::ALPHA; in ReadValue2dBlendType()
76 SurroundView2dParams* sv2dParams = &sv2dConfig->sv2dParams; in ReadSvConfig2d()
DConfigReaderTests.cpp34 using android_auto::surround_view::SurroundView2dParams;
73 SurroundView2dParams::BlendingType::MULTIBAND); in TEST()
75 SurroundView2dParams::BlendingType::ALPHA); in TEST()
DCoreLibSetupHelper.cpp170 SurroundView2dParams Get2dParams() { in Get2dParams()
178 return android_auto::surround_view::SurroundView2dParams( in Get2dParams()
DCoreLibSetupHelper.h32 SurroundView2dParams Get2dParams();
DIOModuleCommon.h49 android_auto::surround_view::SurroundView2dParams sv2dParams;