source: svn/trunk/newcon3bcm2_21bu/dta/src/nexus/bsettop_display_n_priv.h

Last change on this file was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1/***************************************************************************
2 *     Copyright (c) 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:  $
11 * $brcm_Revision:  $
12 * $brcm_Date: $
13 *
14 * Module Description:
15 *
16 * Revision History:
17 *
18 * $brcm_Log:  $
19 *
20 ***************************************************************************/
21
22#ifndef _BSETTOP_DISPLAY_N_PRIV_H__
23#define _BSETTOP_DISPLAY_N_PRIV_H__
24typedef enum bsettop_display_id_t
25{
26    eBDISPLAY_HDMI,             /* display 0 pipeline */
27    eBDISPLAY_COMPOSITE,        /* display 1 pipeline */
28    eBDISPLAY_ID_MAX
29}bsettop_display_id_t;
30
31struct bsettop_surf
32{
33        NEXUS_SurfaceHandle hSurface;
34/*      NEXUS_SurfaceMemory mem;*/
35        uint32_t width;
36        uint32_t height;
37        NEXUS_PixelFormat format;
38};
39#endif
40
Note: See TracBrowser for help on using the repository browser.