Home
last modified time | relevance | path

Searched refs:class_self (Results 1 – 3 of 3) sorted by relevance

/external/libxcam/wrapper/gstreamer/
Dgstxcambufferpool.cpp78 gst_xcam_buffer_pool_class_init (GstXCamBufferPoolClass * class_self) in gst_xcam_buffer_pool_class_init() argument
83 object_class = G_OBJECT_CLASS (class_self); in gst_xcam_buffer_pool_class_init()
84 bufferpool_class = GST_BUFFER_POOL_CLASS (class_self); in gst_xcam_buffer_pool_class_init()
Dgstxcamfilter.cpp228 gst_xcam_filter_class_init (GstXCamFilterClass *class_self) in gst_xcam_filter_class_init() argument
234 gobject_class = (GObjectClass *) class_self; in gst_xcam_filter_class_init()
235 element_class = (GstElementClass *) class_self; in gst_xcam_filter_class_init()
236 basetrans_class = (GstBaseTransformClass *) class_self; in gst_xcam_filter_class_init()
Dgstxcamsrc.cpp423 gst_xcam_src_class_init (GstXCamSrcClass * class_self) in gst_xcam_src_class_init() argument
430 gobject_class = (GObjectClass *) class_self; in gst_xcam_src_class_init()
431 element_class = (GstElementClass *) class_self; in gst_xcam_src_class_init()
432 basesrc_class = GST_BASE_SRC_CLASS (class_self); in gst_xcam_src_class_init()
433 pushsrc_class = GST_PUSH_SRC_CLASS (class_self); in gst_xcam_src_class_init()