source: svn/newcon3bcm2_21bu/dta/src/app/ntia/bos_task_priorities.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.9 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2006, Broadcom Corporation
3 *     All Rights Reserved
4 *     Confidential Property of Broadcom Corporation
5 *
6 *  THIS SOFTWARE MAY ONLY BE USED SUBJECT TO AN EXECUTED SOFTWARE LICENSE
7 *  AGREEMENT  BETWEEN THE USER AND BROADCOM.  YOU HAVE NO RIGHT TO USE OR
8 *  EXPLOIT THIS MATERIAL EXCEPT SUBJECT TO THE TERMS OF SUCH AN AGREEMENT.
9 *
10 * $brcm_Workfile:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21#ifndef TASK_PRIORITIES_H__
22#define TASK_PRIORITIES_H__
23
24
25/* Define all the thread priorities in a common place */
26
27#define TEST_1_PRIORITY                 1
28#define TEST_2_PRIORITY                 2
29#define VSB_ACQ_PRIORITY                3
30#define MVD_INT_PRIORITY                4
31#define AC3DEC_PRIORITY                 8
32#define SERIAL_CONSOLE_PRIORITY 9
33#define PID_REC_PRIORITY                13 /* only used for testing */
34#define RMM_TEST_PRIORITY               14 /* only used for testing */
35#define B_PSIP_PRIORITY                 16
36#define B_MGT_PRIORITY                  17
37#define B_STT_PRIORITY                  18
38#define HDMI_PRIORITY                   19
39#define PLAYBACK0_PRIORITY      20
40#define PLAYBACK1_PRIORITY      21
41#define GP_PRIORITY                             22
42#define CHM_INT_PRIORITY                23
43#define APP_PRIORITY                    24
44#define DECWD_PRIORITY                  25
45#define RAAGA_PRIORITY              27
46#ifdef OOB_TUNER_SUPPORT
47#define AOB_ACQ_PRIORITY        30  /* TODO, find right priority for OOB tuner */
48#endif
49#define EIA_708_PRIORITY                33
50#define HDMI_CEC_PRIORITY       34  /* TODO find right priority for HDMI CEC */
51#define BPRINT_PRIORITY                 35
52#define DSUB_PARSER_PRIORITY    40  /* TODO: should it have higher priority than print? */ 
53#define DSUB_DRAW_PRIORITY              41
54#define RFM_PRIORITY                    48
55#define PVT_PRIORITY                    50
56#define REG_RW_PRIORITY                 51
57#define CONSOLE_PRIORITY                52
58#define BKNI_PRINT_PRIORITY             53
59#define TASK_INFO_PRIORITY      54
60
61#endif /* TASK_PRIORITIES_H__ */
Note: See TracBrowser for help on using the repository browser.