Home
last modified time | relevance | path

Searched refs:camera (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dlibdc1394.c39 dc1394camera_t *camera; member
134 av_log(c, AV_LOG_ERROR, "Can't find matching camera format for %s, %dx%d@%d:1000fps\n", av_get_pix_fmt_name(pix_fmt), in dc1394_read_common()
181 av_log(c, AV_LOG_ERROR, "Unable to look for an IIDC camera.\n"); in dc1394_read_header()
191 /* FIXME: To select a specific camera I need to search in list its guid */ in dc1394_read_header()
192 dc1394->camera = dc1394_camera_new (dc1394->d, list->ids[0].guid); in dc1394_read_header()
194 if (!dc1394->camera) { in dc1394_read_header()
195 av_log(c, AV_LOG_ERROR, "Unable to open camera with guid 0x%"PRIx64"\n", in dc1394_read_header()
202 av_log(c, AV_LOG_INFO, "Working with the first camera found\n"); in dc1394_read_header()
209 if (dc1394->camera->bmode_capable>0) { in dc1394_read_header()
210 dc1394_video_set_operation_mode(dc1394->camera, DC1394_OPERATION_MODE_1394 in dc1394_read_header()
[all...]
H A Dandroid_camera.c2 * Android camera input device
29 #include <camera/NdkCameraDevice.h>
30 #include <camera/NdkCameraManager.h>
170 av_log(avctx, AV_LOG_ERROR, "Error %s on camera with id %s.\n", in camera_dev_error()
182 av_log(avctx, AV_LOG_ERROR, "Failed to get camera id list, error: %s.\n", in open_camera()
194 av_log(avctx, AV_LOG_ERROR, "No camera with index %d available.\n", in open_camera()
204 av_log(avctx, AV_LOG_ERROR, "Failed to get metadata for camera with id %s, error: %s.\n", in open_camera()
216 av_log(avctx, AV_LOG_ERROR, "Failed to open camera with id %s, error: %s.\n", in open_camera()
366 "Unknown pixel stride %d of U and V plane, cannot determine camera image format.\n", in get_image_format()
414 "Could not get image format of camera in image_available()
[all...]
/third_party/backends/backend/
H A Ddc210.c49 digital camera. THIS IS EXTREMELY ALPHA CODE! USE AT YOUR OWN RISK!!
162 "Select Image Number to load from camera",
242 "camera-init",
244 "Re-establish communications with camera (in case of timeout, etc.)",
285 unsigned char r = 0xf0; /* prime the loop with a "camera busy" */ in send_pck()
287 /* keep trying if camera says it's busy */ in send_pck()
313 init_dc210 (DC210 * camera) in init_dc210() argument
320 if (speeds[speed_index].baud == camera->baud) in init_dc210()
337 if ((camera->fd = open (camera in init_dc210()
484 get_info(DC210 * camera) get_info() argument
[all...]
H A Ddc240.c52 digital camera. THIS IS EXTREMELY ALPHA CODE! USE AT YOUR OWN RISK!!
165 "Select folder within camera",
179 "Select Image Number to load from camera",
260 "camera-init",
262 "Re-establish communications with camera (in case of timeout, etc.)",
328 SANE_Byte r = 0xf0; /* prime the loop with a "camera busy" */ in send_pck()
333 /* keep trying if camera says it's busy */ in send_pck()
350 DBG (127, "send_pck: read one byte result from camera = %x\n", r); in send_pck()
355 init_dc240 (DC240 * camera) in init_dc240() argument
365 if (speeds[speed_index].baud == camera in init_dc240()
534 get_info(DC240 * camera) get_info() argument
[all...]
H A Dgphoto2.c1 /* Please note! Although intended to support multiple camera types
3 * and the Directory Browse "camera." I'm very interested
12 * to the camera via USB which is not supported by the regular DC240
104 #include <gphoto2-camera.h>
135 static GPHOTO2 Cam_data; /* Other camera data */
178 "Select folder within camera",
192 "Select Image Number to load from camera",
275 "camera-init",
277 "Re-establish communications with camera (in case of timeout, etc.)",
315 Camera *camera; variable
[all...]
/third_party/skia/gm/
H A D3d.cpp31 SkM44 camera, perspective, viewport; in make_ctm() local
37 camera = SkM44::LookAt(info.fEye, info.fCOA, info.fUp); in make_ctm()
40 return viewport * perspective * camera * model * inv(viewport); in make_ctm()
/third_party/skia/platform_tools/libraries/include/
H A Darcore_c_api.h78 /// location (coordinates) of the camera and anchors can change significantly to
84 /// anchors and the camera should never be used outside the rendering frame
104 /// @defgroup camera Camera
105 /// Provides information about the camera that is used to capture images.
120 /// Provides access to metadata from the camera image capture result.
181 /// @addtogroup camera
184 /// The virtual and physical camera
246 /// Accessing CPU image from the tracking camera
505 /// The android camera permission has not been granted prior to calling in AR_DEFINE_ENUM()
522 /// because the camera has in AR_DEFINE_ENUM()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_lensfun.c90 lfCamera *camera; member
97 { "make", "set camera maker", OFFSET(make), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
98 { "model", "set camera model", OFFSET(model), AV_OPT_TYPE_STRING, {.str=NULL}, 0, 0, FLAGS },
168 lensfun->camera = lf_camera_create(); in init()
172 lf_camera_copy(lensfun->camera, *cameras); in init()
173 av_log(ctx, AV_LOG_INFO, "Using camera %s\n", lensfun->camera->Model); in init()
177 av_log(ctx, AV_LOG_FATAL, "Failed to find camera in lensfun database\n"); in init()
182 lenses = lf_db_find_lenses(db, lensfun->camera, NULL, lensfun->lens_model, 0); in init()
217 if (lensfun->camera in config_props()
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h15 * Support for DNG camera color profile information.
17 * two sets of color profile information for a camera in the DNG file from that
18 * camera. The second set is optional and when there are two sets, they represent
22 * a profile for a reference camera. (ColorMatrix1 and ColorMatrix2 here.) The
23 * second is a per-camera calibration that takes into account unit-to-unit variation.
25 * own construction while maintaining any unit-specific calibration the camera
54 /// \brief An ID for a camera profile consisting of a name and optional fingerprint.
67 /// Construct an invalid camera profile ID (empty name and fingerprint).
77 /// Construct a camera profile ID with the specified name and no fingerprint.
78 /// \param name The name of the camera profil
731 SetUniqueCameraModelRestriction(const char *camera) SetUniqueCameraModelRestriction() argument
[all...]
/third_party/skia/samplecode/
H A DSample3D.cpp95 SkM44 camera = SkM44::LookAt(fEye, fCOA, fUp), in concatCamera() local
100 canvas->concat(viewport * perspective * camera * inv(viewport)); in concatCamera()
298 canvas->restore(); // camera & center the content in the window
H A DSampleClip.cpp458 SkM44 camera = SkM44::LookAt(fEye, fCOA, fUp), in get44() local
464 return viewport * perspective * camera * translate * fRot * inv(viewport); in get44()
/third_party/skia/modules/canvaskit/
H A Dmatrix.js269 // Create a 4x4 matrix representing a camera at eyeVec, pointed at centerVec.
423 // returns a matrix that sets up a 3D perspective view from a given camera.
429 // 'eye' : [0, 0, 1 / Math.tan(Math.PI / 24) - 1], // a 3D point locating the camera
430 // 'coa' : [0, 0, 0], // center of attention - the 3D point the camera is looking at.
431 // 'up' : [0, 1, 0], // a unit vector pointing in the camera's up direction, because eye and
438 var camera = CanvasKit.M44.lookat(cam['eye'], cam['coa'], cam['up']);
446 viewport, perspective, camera, CanvasKit.M44.mustInvert(viewport));
/third_party/eudev/hm_src/
H A Dkeyboard-keys-from-name.h242 {"camera", KEY_CAMERA}, in keyboard_lookup_key()
/third_party/ffmpeg/tests/fate/
H A Ddemux.mak92 fate-nc-demux: CMD = framecrc -i $(TARGET_SAMPLES)/nc-camera/nc-sample-partial -c:v copy

Completed in 11 milliseconds