Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357409
b: refs/heads/master
c: af9bb33
h: refs/heads/master
i:
  357407: cc9db11
v: v3
  • Loading branch information
Sylwester Nawrocki authored and Mauro Carvalho Chehab committed Feb 5, 2013
1 parent 87467c8 commit 426eceb
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1927479554bf19d2ac54c4b1a38538e54e1881b
refs/heads/master: af9bb33aa33d4beb5d0ac505d48530a56856f66c
34 changes: 34 additions & 0 deletions trunk/include/media/v4l2-image-sizes.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
/*
* Standard image size definitions
*
* Copyright (C) 2013, Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#ifndef _IMAGE_SIZES_H
#define _IMAGE_SIZES_H

#define CIF_WIDTH 352
#define CIF_HEIGHT 288

#define QCIF_WIDTH 176
#define QCIF_HEIGHT 144

#define QQCIF_WIDTH 88
#define QQCIF_HEIGHT 72

#define QQVGA_WIDTH 160
#define QQVGA_HEIGHT 120

#define QVGA_WIDTH 320
#define QVGA_HEIGHT 240

#define SXGA_WIDTH 1280
#define SXGA_HEIGHT 1024

#define VGA_WIDTH 640
#define VGA_HEIGHT 480

#endif /* _IMAGE_SIZES_H */

0 comments on commit 426eceb

Please sign in to comment.