Home
last modified time | relevance | path

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

/external/libxcam/tests/
Dtest-device-manager.cpp231 #define V4L2_CAPTURE_MODE_STILL 0x2000 macro
449 capture_mode = V4L2_CAPTURE_MODE_STILL; in main()
674 if (capture_mode == V4L2_CAPTURE_MODE_STILL) in main()
Dtest-poll-thread.cpp138 #define V4L2_CAPTURE_MODE_STILL 0x2000 macro
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.cpp68 #define V4L2_CAPTURE_MODE_STILL 0x2000 macro
794 src->capture_mode = V4L2_CAPTURE_MODE_STILL; in gst_xcam_src_set_property()
927 if (xcamsrc->capture_mode == V4L2_CAPTURE_MODE_STILL) in gst_xcam_src_start()