Home
last modified time | relevance | path

Searched refs:SoftSitcherPriv (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/soft/
Dsoft_stitcher.h30 namespace SoftSitcherPriv {
41 friend class SoftSitcherPriv::StitcherImpl;
42 friend class SoftSitcherPriv::CbGeoMap;
43 friend class SoftSitcherPriv::CbBlender;
44 friend class SoftSitcherPriv::CbCopyTask;
89 SmartPtr<SoftSitcherPriv::StitcherImpl> _impl;
Dsoft_stitcher.cpp66 namespace SoftSitcherPriv { namespace
721 _impl = new SoftSitcherPriv::StitcherImpl (this); in SoftStitcher()
795 …SmartPtr<SoftSitcherPriv::HandlerParam> dewarp_param = base.dynamic_cast_ptr<SoftSitcherPriv::Hand… in dewarp_done()
825 …SmartPtr<SoftSitcherPriv::BlenderParam> blender_param = base.dynamic_cast_ptr<SoftSitcherPriv::Ble… in blender_done()
852 …SmartPtr<SoftSitcherPriv::StitcherCopyArgs> args = base.dynamic_cast_ptr<SoftSitcherPriv::Stitcher… in copy_task_done()