Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcambuffermeta.cpp59 XCAM_DESTRUCTOR (meta->buffer, SmartPtr<VideoBuffer>); in gst_xcam_buffer_meta_free()
Dgstxcambufferpool.cpp113 XCAM_DESTRUCTOR (pool->device_manager, SmartPtr<MainDeviceManager>); in gst_xcam_buffer_pool_finalize()
Dgstxcamfilter.cpp379 XCAM_DESTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>); in gst_xcam_filter_finalize()
Dgstxcamsrc.cpp646 XCAM_DESTRUCTOR (xcamsrc->device_manager, SmartPtr<MainDeviceManager>); in gst_xcam_src_finalize()
/external/libxcam/xcore/base/
Dxcam_defs.h65 #define XCAM_DESTRUCTOR(obj, TYPE) (obj).~TYPE() macro