source: svn/newcon3bcm2_21bu/dst/app/src/Function/App_Fnc_CC.h

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

  • Property svn:executable set to *
File size: 1.6 KB
Line 
1/****************************************************************************
2* NAME: App_Fnc_CC.h
3*----------------------------------------------------------------------------
4* Copyright (c) DIGITAL STREAM Technology Inc.
5*----------------------------------------------------------------------------
6* CREATED_BY: Yong Dae Park
7* CREATION_DATE: 2010/04/19
8* $Author: x2silo $
9* $Revision: 1.0 $
10* $Date: $ 2010.04.19
11*----------------------------------------------------------------------------
12* PURPOSE:
13* - defines several functions about Closed Caption feature.
14*****************************************************************************/
15
16#ifndef __APP_FNC_CC_H__
17#define __APP_FNC_CC_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21#include "cc_api.h"
22
23
24
25
26
27#if COMMENT
28____Overview____(){}
29#endif
30
31
32
33
34
35/*_____ D E F I N I T I O N ____________________________________*/
36
37#if COMMENT
38____Config____(){}
39#endif
40
41
42
43
44
45#if COMMENT
46____Types____(){}
47#endif
48
49
50
51
52
53#if COMMENT
54____Variables____(){}
55#endif
56
57
58
59
60
61#if COMMENT
62____NvParam____(){}
63#endif
64
65
66
67/*_____ F U N C T I O N ________________________________________*/
68
69#if COMMENT
70____Function____(){}
71#endif
72
73void App_CC_Init(void);
74void App_CCParamInit(void);
75
76void App_CC_SaveVar(void);
77
78
79STATUS App_CC_GetAspectRatioFromPmt(UINT8 user_cc_service, UINT8 *pis_wide);
80STATUS App_CC_GetAspectRatioFromEit(int uid, UINT8 user_cc_service, UINT8 *pis_wide);
81
82void App_CC_SetScreenRatio(void);
83
84BOOL App_CC_IsServiceOn(UINT8 service);
85
86#endif /* __APP_FNC_CC_H__ */
Note: See TracBrowser for help on using the repository browser.