Lines Matching refs:camera
18 * Contains code that is used to capture video frames from a camera device
19 * on Mac. This code uses QTKit API to work with camera devices, and requires
26 #include "android/camera/camera-capture.h"
27 #include "android/camera/camera-format-converters.h"
31 #define D(...) VERBOSE_PRINT(camera,__VA_ARGS__)
75 /* Encapsulates a camera device on MacOS */
110 /* Captures a frame from the camera device.
144 E("Default camera device is in use by another application.");
152 E("Unable to open camera device: '%s'",
328 /* MacOS-specific camera device descriptor. */
330 /* Common camera device descriptor. */
332 /* Actual camera device object. */
374 /* Resets camera device after capturing.
403 E("%s: Unable to initialize camera device.", __FUNCTION__);
419 E("%s: Invalid camera device descriptor", __FUNCTION__);
438 E("%s: Invalid camera device descriptor", __FUNCTION__);
466 E("%s: Invalid camera device descriptor", __FUNCTION__);
483 E("%s: Invalid camera device descriptor", __FUNCTION__);
502 /* Emulates 352x288 frame (required by camera framework). */
504 /* Emulates 320x240 frame (required by camera framework). */
506 /* Emulates 176x144 frame (required by camera framework). */
511 * way to identify camera devices. There is a QTCaptureDevice::uniqueId
514 * stick to using only one (default) camera for emulation. */
525 E("Unable to obtain pixel format for the default camera device.");
536 E("Pixel format '%.4s' reported by the camera device is unsupported",
542 /* Initialize camera info structure. */
554 E("Unable to allocate memory for camera information.");