Home
last modified time | relevance | path

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

/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp418 static gboolean gst_xcam_src_plugin_init (GstPlugin * xcamsrc);
580 gst_xcam_src_init (GstXCamSrc *xcamsrc) in gst_xcam_src_init() argument
582 gst_base_src_set_format (GST_BASE_SRC (xcamsrc), GST_FORMAT_TIME); in gst_xcam_src_init()
583 gst_base_src_set_live (GST_BASE_SRC (xcamsrc), TRUE); in gst_xcam_src_init()
584 gst_base_src_set_do_timestamp (GST_BASE_SRC (xcamsrc), TRUE); in gst_xcam_src_init()
586 xcamsrc->buf_count = DEFAULT_PROP_BUFFERCOUNT; in gst_xcam_src_init()
587 xcamsrc->sensor_id = 0; in gst_xcam_src_init()
588 xcamsrc->capture_mode = V4L2_CAPTURE_MODE_VIDEO; in gst_xcam_src_init()
589 xcamsrc->device = NULL; in gst_xcam_src_init()
590 xcamsrc->enable_usb = DEFAULT_PROP_ENABLE_USB; in gst_xcam_src_init()
[all …]
Dgstxcambufferpool.h56 gst_xcam_buffer_pool_new (GstXCamSrc *xcamsrc, GstCaps *caps, XCam::SmartPtr<GstXCam::MainDeviceMan…
/external/libxcam/tests/
Dtest-xcamsrc-camera.sh3 gst-launch-1.0 xcamsrc sensor-id=3 capture-mode=1 io-mode=4 ! video/x-raw, format=NV12, width=1920,…
/external/libxcam/
DChangeLog42 * gstreamer plugin xcamfilter can co-work with xcamsrc
193 * add gstreamer plugin 'xcamsrc' for Linux media framework support
DREADME.md45 - xcamsrc, capture from usb/isp camera, process 3a/basic/advanced features.