Searched refs:XCAM_CONSTRUCTOR (Results 1 – 5 of 5) sorted by relevance
47 XCAM_CONSTRUCTOR (meta->buffer, SmartPtr<VideoBuffer>); in gst_xcam_buffer_meta_init()
100 XCAM_CONSTRUCTOR (pool->device_manager, SmartPtr<MainDeviceManager>); in gst_xcam_buffer_pool_init()
632 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()
365 XCAM_CONSTRUCTOR (xcamfilter->pipe_manager, SmartPtr<MainPipeManager>); in gst_xcam_filter_init()
64 #define XCAM_CONSTRUCTOR(obj, TYPE, ...) new (&obj) TYPE(## __VA_ARGS__) macro