Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-device-manager.cpp371 std::string path_to_fake; in main() local
637 path_to_fake = optarg; in main()
667 if (path_to_fake.c_str ()) { in main()
882 } else if (path_to_fake.c_str ()) { in main()
883 poll_thread = new FakePollThread (path_to_fake.c_str ()); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp608 xcamsrc->path_to_fake = NULL; in gst_xcam_src_init()
683 g_value_set_string (value, src->path_to_fake); in gst_xcam_src_get_property()
780 if (src->path_to_fake) in gst_xcam_src_set_property()
781 xcam_free (src->path_to_fake); in gst_xcam_src_set_property()
782 src->path_to_fake = NULL; in gst_xcam_src_set_property()
784 src->path_to_fake = strndup (raw_path, XCAM_MAX_STR_SIZE); in gst_xcam_src_set_property()
944 if (xcamsrc->path_to_fake) { in gst_xcam_src_start()
963 if (!xcamsrc->enable_usb && !xcamsrc->path_to_fake) { in gst_xcam_src_start()
1143 } else if (xcamsrc->path_to_fake) { in gst_xcam_src_start()
1144 poll_thread = new FakePollThread (xcamsrc->path_to_fake); in gst_xcam_src_start()
Dgstxcamsrc.h103 char *path_to_fake; member