mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Merge branch 'master' of https://github.com/redblue-pkt/libstb-hal-ddt
Origin commit data
------------------
Branch: master
Commit: 103b6ad9e1
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-04 (Thu, 04 Oct 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -27,20 +27,31 @@ typedef enum {
|
||||
COLORFORMAT_YUV,
|
||||
COLORFORMAT_CVBS,
|
||||
COLORFORMAT_SVIDEO,
|
||||
COLORFORMAT_HDMI_AUTO,
|
||||
COLORFORMAT_HDMI_RGB,
|
||||
COLORFORMAT_HDMI_YCBCR444,
|
||||
COLORFORMAT_HDMI_YCBCR422
|
||||
COLORFORMAT_HDMI_YCBCR422,
|
||||
COLORFORMAT_HDMI_YCBCR420
|
||||
} COLOR_FORMAT;
|
||||
|
||||
typedef enum {
|
||||
VIDEO_FORMAT_MPEG2 = 0,
|
||||
VIDEO_FORMAT_MPEG4_H264,
|
||||
VIDEO_FORMAT_VC1,
|
||||
VIDEO_FORMAT_JPEG,
|
||||
VIDEO_FORMAT_GIF,
|
||||
VIDEO_FORMAT_PNG,
|
||||
VIDEO_FORMAT_MPEG4_H265,
|
||||
VIDEO_FORMAT_AVS = 16
|
||||
VIDEO_STREAMTYPE_UNKNOWN = -1,
|
||||
VIDEO_STREAMTYPE_MPEG2 = 0,
|
||||
VIDEO_STREAMTYPE_MPEG4_H264 = 1,
|
||||
VIDEO_STREAMTYPE_H263 = 2,
|
||||
VIDEO_STREAMTYPE_VC1 = 3,
|
||||
VIDEO_STREAMTYPE_MPEG4_Part2 = 4,
|
||||
VIDEO_STREAMTYPE_VC1_SM = 5,
|
||||
VIDEO_STREAMTYPE_MPEG1 = 6,
|
||||
VIDEO_STREAMTYPE_MPEG4_H265 = 7,
|
||||
VIDEO_STREAMTYPE_VB8 = 8,
|
||||
VIDEO_STREAMTYPE_VB9 = 9,
|
||||
VIDEO_STREAMTYPE_XVID = 10,
|
||||
VIDEO_STREAMTYPE_DIVX311 = 13,
|
||||
VIDEO_STREAMTYPE_DIVX4 = 14,
|
||||
VIDEO_STREAMTYPE_DIVX5 = 15,
|
||||
VIDEO_STREAMTYPE_VB6 = 18,
|
||||
VIDEO_STREAMTYPE_SPARK = 21
|
||||
} VIDEO_FORMAT;
|
||||
|
||||
typedef enum {
|
||||
@@ -135,6 +146,14 @@ typedef enum
|
||||
VIDEO_CONTROL_SATURATION,
|
||||
VIDEO_CONTROL_HUE,
|
||||
VIDEO_CONTROL_SHARPNESS,
|
||||
VIDEO_CONTROL_BLOCK_NOISE_REDUCTION,
|
||||
VIDEO_CONTROL_MOSQUITO_NOISE_REDUCTION,
|
||||
VIDEO_CONTROL_DIGITAL_CONTOUR_REMOVAL,
|
||||
VIDEO_CONTROL_AUTO_FLESH,
|
||||
VIDEO_CONTROL_GREEN_BOOST,
|
||||
VIDEO_CONTROL_BLUE_BOOST,
|
||||
VIDEO_CONTROL_DYNAMIC_CONTRAST,
|
||||
VIDEO_CONTROL_SCALER_SHARPNESS,
|
||||
VIDEO_CONTROL_MAX = VIDEO_CONTROL_SHARPNESS
|
||||
} VIDEO_CONTROL;
|
||||
|
||||
@@ -182,6 +201,15 @@ class cVideo
|
||||
int contrast;
|
||||
int saturation;
|
||||
int hue;
|
||||
int sharpness;
|
||||
int block_noise_reduction;
|
||||
int mosquito_noise_reduction;
|
||||
int digital_contour_removal;
|
||||
int auto_flesh;
|
||||
int green_boost;
|
||||
int blue_boost;
|
||||
int dynamic_contrast;
|
||||
int scaler_sharpness;
|
||||
|
||||
/* used internally by dmx */
|
||||
int64_t GetPTS(void);
|
||||
|
Reference in New Issue
Block a user