DVBCore  17.9.0
Open Source DVB Engine
 All Data Structures Files Functions Typedefs Macros Pages
Typedefs | Enumerations
vtctype.h File Reference

Header file - Function prototypes for A/V control. More...

#include "osdtype.h"

Go to the source code of this file.

Typedefs

typedef enum E_VIDEO_ASPECT_MODE E_STB_AV_ASPECT_MODE
 
typedef E_FORMAT_CONVERSION(* F_VT_CUSTOM_MODE_CALLBACK )(E_ASPECT_RATIO video_aspect_ratio, E_ASPECT_RATIO display_aspect_ratio)
 Callback used by the VTC module to determine what format conversion needs to be applied when the aspect mode is ASPECT_MODE_CUSTOM. The functions must return the desired format conversion for the video and display aspect ration pair.
 

Enumerations

enum  E_VIDEO_ASPECT_MODE {
  ASPECT_MODE_AUTO, ASPECT_MODE_4_3, ASPECT_MODE_16_9, ASPECT_MODE_14_9,
  ASPECT_MODE_ZOOM, ASPECT_MODE_CUSTOM
}
 
enum  E_FORMAT_CONVERSION {
  FORMAT_CONVERSION_UNKNOWN, FORMAT_CONVERSION_IGNORE, FORMAT_CONVERSION_PANSCAN, FORMAT_CONVERSION_LETTERBOX,
  FORMAT_CONVERSION_LETTERBOX_14_9, FORMAT_CONVERSION_PILLAR_BOX, FORMAT_CONVERSION_ZOOM_4_3, FORMAT_CONVERSION_ZOOM_14_9,
  FORMAT_CONVERSION_PANSCAN_14_9, FORMAT_CONVERSION_FULL_4_3, FORMAT_CONVERSION_CENTRE_14_9, FORMAT_CONVERSION_CENTRE_4_3
}
 

Detailed Description

Header file - Function prototypes for A/V control.

Date
06/02/2014
Author
Ocean Blue