source: svn/newcon3bcm2_21bu/magnum/portinginterface/xvd/7552/bxvd_decoder_dbg.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.0 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 2003-2012, 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_decoder_dbg.h $
11 * $brcm_Revision: Hydra_Software_Devel/5 $
12 * $brcm_Date: 1/12/12 3:23p $
13 *
14 * [File Description:]
15 *
16 * Revision History:
17 *
18 * $brcm_Log: /magnum/portinginterface/xvd/7401/bxvd_decoder_dbg.h $
19 *
20 * Hydra_Software_Devel/5   1/12/12 3:23p btosi
21 * SW7405-4736: added debug support for new PPB field flags_ext0
22 *
23 * Hydra_Software_Devel/4   7/28/11 11:39a btosi
24 * SW7405-4736: added the PPB flags to the BXVD_UP message
25 *
26 * Hydra_Software_Devel/3   4/15/11 10:50a btosi
27 * SW7405-4736: added support to print the SEI messages
28 *
29 * Hydra_Software_Devel/2   4/4/11 2:21p btosi
30 * SW7405-4736: added BDBG_DEBUG_BUILD
31 *
32 * Hydra_Software_Devel/1   4/4/11 11:26a btosi
33 * SW7405-4736: initial check in
34 *
35 *
36 ***************************************************************************/
37
38#ifndef BXVD_DECODER_DBG_H__
39#define BXVD_DECODER_DBG_H__
40
41#include "bxvd.h"
42
43#ifdef __cplusplus
44extern "C" {
45#endif
46
47#if BDBG_DEBUG_BUILD
48
49void BXVD_DecoderDbg_P_PrintUnifiedPicture(
50   BXVD_ChannelHandle hXvdCh,
51   uint32_t uiPPBFlags,
52   uint32_t uiPPBFlagsExt0,
53   BXVD_Decoder_P_UnifiedPictureContext * pstUnifiedContext,
54   bool bDropped
55   );
56
57void BXVD_DecoderDbg_P_PrintSeiMessage(
58   BXVD_ChannelHandle hXvdCh,
59   BXVD_P_SEI_Message * pSEIMessage,
60   uint32_t uiSerialNumber
61   );
62
63#else
64
65#define BXVD_DecoderDbg_P_PrintUnifiedPicture( hXvdCh, uiPPBFlags, uiPPBFlagsExt0, pstUnifiedContext, bDropped )
66#define BXVD_DecoderDbg_P_PrintSeiMessage( hXvdCh, pSEIMessage, uiSerialNumber )
67
68#endif
69
70#ifdef __cplusplus
71}
72#endif
73
74#endif /* #ifndef BXVD_DECODER_DBG_H__ */
Note: See TracBrowser for help on using the repository browser.