Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp427 GstBaseSrcClass *basesrc_class; in gst_xcam_src_class_init() local
432 basesrc_class = GST_BASE_SRC_CLASS (class_self); in gst_xcam_src_class_init()
566 basesrc_class->get_caps = GST_DEBUG_FUNCPTR (gst_xcam_src_get_caps); in gst_xcam_src_class_init()
567 basesrc_class->set_caps = GST_DEBUG_FUNCPTR (gst_xcam_src_set_caps); in gst_xcam_src_class_init()
568 basesrc_class->decide_allocation = GST_DEBUG_FUNCPTR (gst_xcam_src_decide_allocation); in gst_xcam_src_class_init()
570 basesrc_class->start = GST_DEBUG_FUNCPTR (gst_xcam_src_start); in gst_xcam_src_class_init()
571 basesrc_class->stop = GST_DEBUG_FUNCPTR (gst_xcam_src_stop); in gst_xcam_src_class_init()
572 basesrc_class->unlock = GST_DEBUG_FUNCPTR (gst_xcam_src_unlock); in gst_xcam_src_class_init()
573 basesrc_class->unlock_stop = GST_DEBUG_FUNCPTR (gst_xcam_src_unlock_stop); in gst_xcam_src_class_init()
574 basesrc_class->alloc = GST_DEBUG_FUNCPTR (gst_xcam_src_alloc); in gst_xcam_src_class_init()