source: svn/newcon3bcm2_21bu/BSEAV/api/src/nexus/board/bsettop_bsp_7550.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.1 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2005-2010, 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: bsettop_bsp_7550.h $
11 * $brcm_Revision: 2 $
12 * $brcm_Date: 4/12/10 7:34p $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /BSEAV/api/src/nexus/board/bsettop_bsp_7550.h $
19 *
20 * 2   4/12/10 7:34p nitinb
21 * SW7550-339: Enable "channel edit" functionality in Brutus for OFDM
22 * input
23 *
24 * 1   11/5/09 12:30p nitinb
25 * SW7550-64: Initial version for 7550
26 *
27 *
28 ***************************************************************************/
29
30/* VDC options */
31#define B_HAS_MNR 0
32#define B_HAS_BNR 0
33#define B_HAS_MAD 1
34#define B_HAS_BOX_DETECT 0
35#define B_HAS_SHARPNESS 0
36#define B_HAS_LAB 0
37#define B_HAS_CAB 0
38#define B_N_DNR 0
39#define B_HAS_DCR 0
40
41/* frontend. this varies easily by board. */
42#if SDS_CHIP
43#define B_HAS_SDS 1
44#endif
45#ifdef AST_CHIP
46#define B_HAS_AST 1
47#endif
48
49#define B_HAS_QAM 1
50#define B_HAS_OFDM 1
51
52#define B_MAX_DECODES            NEXUS_NUM_VIDEO_DECODERS
53#define B_MAX_STILL_DECODES      NEXUS_NUM_STILL_DECODES
54#define B_MAX_AUDIO_ES_DECODES   1
55#define B_MAX_MOSAIC_DECODES     NEXUS_NUM_MOSAIC_DECODES
56#define B_MAX_REMUXES            NEXUS_NUM_REMUX
57
58#define B_N_DISPLAYS NEXUS_NUM_DISPLAYS
59#define B_N_GRAPHICS NEXUS_NUM_DISPLAYS
60#define B_N_WINDOWS  NEXUS_NUM_VIDEO_WINDOWS
61
62#define B_N_COMPOSITE_OUTPUTS   NEXUS_NUM_COMPOSITE_OUTPUTS
63#define B_N_RF_OUTPUTS          NEXUS_NUM_RFM_OUTPUTS
64#define B_N_COMPONENT_OUTPUTS   NEXUS_NUM_COMPONENT_OUTPUTS
65#define B_N_SVIDEO_OUTPUTS      NEXUS_NUM_SVIDEO_OUTPUTS
66#define B_N_DVI_OUTPUTS         NEXUS_NUM_HDMI_OUTPUTS
67
68#define B_N_AUDIO_DACS NEXUS_NUM_AUDIO_DACS
69
70#define B_MAX_PCRS    NEXUS_NUM_TIMEBASES
71#define B_MAX_PARSERS NEXUS_NUM_PARSER_BANDS
72#define B_MAX_INPUTS  NEXUS_NUM_INPUT_BANDS
73
Note: See TracBrowser for help on using the repository browser.