Searched defs:capture (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4xxx/test/CameraHal/
H A Dcamera_test_menu.cpp393 const char *capture[] = { "high-performance", "high-quality", "video-mode" }; variable
461 //Start preview after capture.
591 //Start preview after capture.
1115 captureSizeIDX = 3; /* Default capture resolution is 8MP */
1153 ippIDX = 0;//set the ipp to ldc-nsf as the capture mode is set to HQ by default
1165 params.set(KEY_MODE, (capture[capture_mode]));
1286 printf(" [. Resume Preview after capture\n");
1321 printf(" u. Capture Mode: %s\n", capture[capture_mode]);
1776 capture_mode %= ARRAY_SIZE(capture);
1780 if( !strcmp(capture[capture_mod
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h211 node_info_t capture; member in struct:android::camera_hw_info
261 // pre-capture notification state
266 // pre-capture notification state
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h80 #define VID_TYPE_CAPTURE 1 /* Can capture */
89 #define VID_TYPE_SUBCAPTURE 512 /* Can capture subareas of the image */
261 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */
264 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */
266 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */
268 #define V4L2_CAP_RDS_CAPTURE 0x00000100 /* RDS data capture */
273 /* Is a video capture device that supports multiplanar formats */
2201 * @vbi: raw VBI capture or output parameters
2202 * @sliced: sliced VBI capture or output parameters
2222 struct v4l2_captureparm capture; member in union:v4l2_streamparm::__anon1469
[all...]

Completed in 257 milliseconds