Mir
|
#include "eglapp.h"
#include <assert.h>
#include <stdio.h>
#include <math.h>
#include <fcntl.h>
#include <GLES2/gl2.h>
#include <mir_toolkit/mir_surface.h>
#include <pthread.h>
#include <stdlib.h>
#include <signal.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <linux/videodev2.h>
#include <unistd.h>
#include <errno.h>
#include <poll.h>
#include <time.h>
Macros | |
#define | WHITE 1.0f,1.0f,1.0f,1.0f |
#define | DARKENED 0.0f,0.0f,0.0f,0.6f |
#define | BAR_TINT WHITE |
#define | PREVIEW_TINT DARKENED |
Typedefs | |
typedef unsigned long long | Time |
Enumerations | |
enum | CameraPref { camera_pref_defaults, camera_pref_speed, camera_pref_resolution, camera_pref_defaults, camera_pref_speed, camera_pref_resolution } |
Functions | |
int | main (int argc, char *argv[]) |
#define BAR_TINT WHITE |
#define DARKENED 0.0f,0.0f,0.0f,0.6f |
#define PREVIEW_TINT DARKENED |
#define WHITE 1.0f,1.0f,1.0f,1.0f |
typedef unsigned long long Time |
enum CameraPref |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016