source: svn/newcon3bcm2_21bu/magnum/portinginterface/xvd/7552/bxvd_status_priv.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 *     Copyright (c) 2007-2011, 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: bxvd_status_priv.h $
11 * $brcm_Revision: Hydra_Software_Devel/2 $
12 * $brcm_Date: 7/20/11 3:07p $
13 *
14 * [File Description:]
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /magnum/portinginterface/xvd/7401/bxvd_status_priv.h $
19 *
20 * Hydra_Software_Devel/2   7/20/11 3:07p davidp
21 * SW7420-2001: Reorder header-file includes.
22 *
23 * Hydra_Software_Devel/1   11/6/07 12:36p nilesh
24 * PR36741: Added XVD status reporting via BDBG console messages
25 *
26 ***************************************************************************/
27
28#ifndef BXVD_STATUS_PRIV_H__
29#define BXVD_STATUS_PRIV_H__
30
31#include "bxvd.h"
32#include "bxvd_platform.h"
33#include "bxvd_priv.h"
34
35#ifdef __cplusplus
36extern "C" {
37#endif
38#if 0
39}
40#endif
41
42typedef struct BXVD_P_Status_Context
43{
44      BXVD_Handle hXvd;
45     
46      uint32_t auiOpenChannelCount[BXVD_MAX_VIDEO_CHANNELS];
47      uint32_t auiCloseChannelCount[BXVD_MAX_VIDEO_CHANNELS];
48      uint32_t auiStartDecodeCount[BXVD_MAX_VIDEO_CHANNELS];
49      uint32_t auiStopDecodeCount[BXVD_MAX_VIDEO_CHANNELS];
50     
51      BXVD_ChannelStatus astChannelStatus[BXVD_MAX_VIDEO_CHANNELS];
52} BXVD_P_Status_Context;
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif /* #ifndef BXVD_STATUS_PRIV_H__ */
59/* End of File */
Note: See TracBrowser for help on using the repository browser.