ArDrone SDK 1.8 added
[mardrone] / mardrone / ARDrone_SDK_Version_1_8_20110726 / ARDroneLib / VLIB / Platform / arm11 / video_config.h
diff --git a/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm11/video_config.h b/mardrone/ARDrone_SDK_Version_1_8_20110726/ARDroneLib/VLIB/Platform/arm11/video_config.h
new file mode 100644 (file)
index 0000000..7d01f6f
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef _VIDEO_CONFIG_ARM11_H_
+#define _VIDEO_CONFIG_ARM11_H_
+
+#if TARGET_CPU_ARM == 1
+
+/* Default configuration for ARM11 (like iphone) platform */
+#define DEFAULT_QUANTIZATION          (6)
+
+#define MAX_NUM_MACRO_BLOCKS_PER_CALL (1)
+
+#define DEFAULT_INTERNAL_STREAM_SIZE  (1024 * 8 * 2)
+
+#define VLIB_ALLOC_ALIGN              (16)
+
+#endif // TARGET_CPU_ARM
+
+#endif // _VIDEO_CONFIG_ARM11_H_
+