Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcambuffermeta.cpp47 XCAM_CONSTRUCTOR (meta->buffer, SmartPtr<VideoBuffer>); in gst_xcam_buffer_meta_init()
Dgstxcambufferpool.cpp100 XCAM_CONSTRUCTOR (pool->device_manager, SmartPtr<MainDeviceManager>); in gst_xcam_buffer_pool_init()
Dgstxcamsrc.cpp632 XCAM_CONSTRUCTOR (xcamsrc->xcam_video_info, VideoBufferInfo); in gst_xcam_src_init()
636 XCAM_CONSTRUCTOR (xcamsrc->device_manager, SmartPtr<MainDeviceManager>); in gst_xcam_src_init()
Dgstxcamfilter.cpp365 XCAM_CONSTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>); in gst_xcam_filter_init()
/external/libxcam/xcore/base/
Dxcam_defs.h64 #define XCAM_CONSTRUCTOR(obj, TYPE, ...) new (&obj) TYPE(## __VA_ARGS__) macro