custom_video_enc_setting.h
1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/*****************************************************************************
* Filename:
* ---------
* custom_video_enc_setting.h
*
* Project:
* --------
* MAUI
*
* Description:
* ------------
* This file is to be included by the file with the implementaton of frame
* rate table.
*
* Author:
* -------
* -------
*
*============================================================================
* HISTORY
* Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*------------------------------------------------------------------------------
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
* removed!
* removed!
* removed!
*
*
*------------------------------------------------------------------------------
* Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
*============================================================================
****************************************************************************/
#ifndef CUSTOM_VIDEO_ENC_SETTING_H
#define CUSTOM_VIDEO_ENC_SETTING_H
#include "custom_video_enc_setting_matv_customer.h"
#include "custom_video_enc_setting_mjpeg_customer.h"
#include "custom_video_enc_setting_mpeg4_customer.h"
#include "custom_video_enc_setting_h264_customer.h"
#include "custom_video_enc_setting_vt_customer.h"
#include "custom_video_enc_setting_matv.h"
#include "custom_video_enc_setting_mjpeg.h"
#include "custom_video_enc_setting_mpeg4.h"
#include "custom_video_enc_setting_h264.h"
#include "custom_video_enc_setting_vt.h"
// The following file contains the default setting used when no table entry
// matches the search criteria specified by user.
#include "custom_video_enc_setting_default.h"
#endif // CUSTOM_VIDEO_ENC_SETTING_H