74#ifndef _DS_VIDEODEVICESETTINGS_H_
75#define _DS_VIDEODEVICESETTINGS_H_
119static const int kNumVideoDevices = 1;
142typedef int _SafetyCheck[(
dsUTL_DIM(kConfigs) == kNumVideoDevices) ? 1 : -1];
Device Settings HAL utilities.
enum _dsVideoZoom_t dsVideoZoom_t
This enumeration defines all of the standard screen zoom (format conversion) modes.
@ dsVIDEO_ZOOM_FULL
Definition dsTypes.h:535
@ dsVIDEO_ZOOM_PLATFORM
Definition dsTypes.h:543
@ dsVIDEO_ZOOM_NONE
Definition dsTypes.h:534
#define dsUTL_DIM(arr)
Device Settings general Array dimension calculation inline definition.
Definition dsUtl.h:98
Structure that defines video device configuration for the output.
Definition dsTypes.h:558