source: svn/newcon3bcm2_21bu/dst/app/src/kview/OSD/App_OSD_RRT.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: 2.4 KB
Line 
1/****************************************************************************
2* NAME: App_OSD_RRT.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* - App_OSD_RRT.c header file
14*****************************************************************************/
15
16#ifndef __APP_OSD_RRT_H__
17#define __APP_OSD_RRT_H__
18
19/*_____ I N C L U D E __________________________________________*/
20
21
22
23
24
25#if COMMENT
26____Overview____(){}
27#endif
28
29
30
31
32
33/*_____ D E F I N I T I O N ____________________________________*/
34
35#if COMMENT
36____Config____(){}
37#endif
38
39
40
41
42
43#if COMMENT
44____Types____(){}
45#endif
46
47
48
49
50
51#if COMMENT
52____Variables____(){}
53#endif
54
55
56
57
58
59#if COMMENT
60____NvParam____(){}
61#endif
62
63
64
65
66
67/*_____ F U N C T I O N ________________________________________*/
68
69#if COMMENT
70____Function____(){}
71#endif
72
73/* us rrt */
74void AppO_DrawUsRRT(int row, int col, BOOL bredraw);
75
76void AppO_EraseUsRRT(void);
77
78void AppO_ToggleUsRRT(void);
79
80BOOL AppO_IsValidUsPos(int row, int col);
81
82BOOL AppO_RestoreOrigUsRating(void);
83
84void AppO_InitRating(void);
85
86/* mpaa rrt */
87void AppO_DrawMpaaRRT(int idx, BOOL bredraw);
88
89void AppO_EraseMpaaRRT(void);
90
91void AppO_ToggleMpaaRRT(int idx);
92
93/* set drrt */
94BOOL AppO_InitSetDrating(void);
95
96void AppO_DrawSetDrating(UINT32 direction, BOOL bdraw_bg);
97
98void AppO_ToggleSetDrating(void);
99
100void AppO_EraseSetDrating(void);
101
102/* update drrt */
103void AppO_DrawDrrtUpdate(int progress, BOOL bdraw_bg);
104
105void AppO_EraseDrrtUpdate(void);
106
107/* no drrt */
108void AppO_DrawNoDrrtWarning(void);
109
110void AppO_EraseNoDrrtWarning(void);
111
112
113/* warning drrt */
114void AppO_DrawDrrtUpdateWarning(BOOL byes, BOOL bdraw_bg);
115
116void AppO_EraseDrrtUpdateWarning(void);
117
118void AppO_CompleteDrrtUpdate(void);
119
120void AppO_FailedDrrtUpdate(void);
121
122/* change pin */
123void AppO_DrawChangePin(void);
124
125void AppO_UpdateChangePin(int row, int pos);
126
127void AppO_EraseChangePin(void);
128
129/* rating warning */
130void App_OSD_DrawRatingBlock(UINT16 *code);
131
132void App_OSD_EraseRatingBlock();
133
134#endif /* __APP_OSD_RRT_H__ */
Note: See TracBrowser for help on using the repository browser.