Lines Matching full:camera
22 * an emulated camera device connected to the host.
32 /* Encapsulates an emulated camera device connected to the host.
49 * device_name - Name of the camera device connected to the host. The name
50 * that is used here must have been reported by the 'factory' camera
51 * service when it listed camera devices connected to the host.
58 * Emulated camera device abstract interface implementation.
64 /* Connects to the camera device. */
67 /* Disconnects from the camera device. */
70 /* Starts capturing frames from the camera device. */
73 /* Stops capturing frames from the camera device. */
100 * Qemu camera device data members
104 /* Qemu client that is used to communicate with the 'emulated camera'
108 /* Name of the camera device connected to the host. */