Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcamfilter.cpp232 GstBaseTransformClass *basetrans_class; in gst_xcam_filter_class_init() local
236 basetrans_class = (GstBaseTransformClass *) class_self; in gst_xcam_filter_class_init()
334 basetrans_class->start = GST_DEBUG_FUNCPTR (gst_xcam_filter_start); in gst_xcam_filter_class_init()
335 basetrans_class->stop = GST_DEBUG_FUNCPTR (gst_xcam_filter_stop); in gst_xcam_filter_class_init()
336 basetrans_class->transform_caps = GST_DEBUG_FUNCPTR (gst_xcam_filter_transform_caps); in gst_xcam_filter_class_init()
337 basetrans_class->set_caps = GST_DEBUG_FUNCPTR (gst_xcam_filter_set_caps); in gst_xcam_filter_class_init()
338 basetrans_class->before_transform = GST_DEBUG_FUNCPTR (gst_xcam_filter_before_transform); in gst_xcam_filter_class_init()
339basetrans_class->prepare_output_buffer = GST_DEBUG_FUNCPTR (gst_xcam_filter_prepare_output_buffer); in gst_xcam_filter_class_init()
340 basetrans_class->transform = GST_DEBUG_FUNCPTR (gst_xcam_filter_transform); in gst_xcam_filter_class_init()