Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | BC_REG_CONFIG |
struct | BC_PIB_EXT_MPEG |
struct | BC_PIB_EXT_H264 |
struct | BC_PIB_EXT_VC1 |
struct | BC_PIC_INFO_BLOCK |
struct | BC_DTS_PROC_OUT |
struct | BC_DTS_STATUS |
Macros | |
#define | BC_BIT(_x) (1 << (_x)) |
#define | BC_REG_KEY_MAIN_PATH "Software\\Broadcom\\MediaPC\\70010" |
#define | BC_REG_KEY_FWPATH "FirmwareFilePath" |
#define | BC_REG_KEY_SEC_OPT "DbgOptions" |
#define | ALIGN(x) __declspec(align(x)) |
#define | DTS_DFLT_RESOLUTION(x) (x<<11) |
#define | DTS_DFLT_CLOCK(x) (x<<19) |
#define | BC_MPEG_VALID_PANSCAN (1) |
#define | H264_VALID_PANSCAN (1) |
#define | H264_VALID_SPS_CROP (2) |
#define | H264_VALID_VUI (4) |
#define | VC1_VALID_PANSCAN (1) |
#define | MAX_UD_SIZE 1792 /* 1920 - 128 */ |
#define | BC_SWAP32(_v) |
#define | WM_AGENT_TRAYICON_DECODER_OPEN 10001 |
#define | WM_AGENT_TRAYICON_DECODER_CLOSE 10002 |
#define | WM_AGENT_TRAYICON_DECODER_START 10003 |
#define | WM_AGENT_TRAYICON_DECODER_STOP 10004 |
#define | WM_AGENT_TRAYICON_DECODER_RUN 10005 |
#define | WM_AGENT_TRAYICON_DECODER_PAUSE 10006 |
Typedefs | |
typedef enum BC_STATUS(* | dts_pout_callback )(void *shnd, uint32_t width, uint32_t height, uint32_t stride, void *pOut) |
Definition at line 96 of file bc_dts_defs.h.
#define BC_BIT | ( | _x | ) | (1 << (_x)) |
Definition at line 32 of file bc_dts_defs.h.
#define BC_MPEG_VALID_PANSCAN (1) |
Definition at line 164 of file bc_dts_defs.h.
#define BC_REG_KEY_FWPATH "FirmwareFilePath" |
Definition at line 71 of file bc_dts_defs.h.
#define BC_REG_KEY_MAIN_PATH "Software\\Broadcom\\MediaPC\\70010" |
Definition at line 70 of file bc_dts_defs.h.
#define BC_REG_KEY_SEC_OPT "DbgOptions" |
Definition at line 72 of file bc_dts_defs.h.
#define BC_SWAP32 | ( | _v | ) |
Definition at line 558 of file bc_dts_defs.h.
Definition at line 133 of file bc_dts_defs.h.
Definition at line 131 of file bc_dts_defs.h.
#define H264_VALID_PANSCAN (1) |
Definition at line 184 of file bc_dts_defs.h.
#define H264_VALID_SPS_CROP (2) |
Definition at line 185 of file bc_dts_defs.h.
#define H264_VALID_VUI (4) |
Definition at line 186 of file bc_dts_defs.h.
#define MAX_UD_SIZE 1792 /* 1920 - 128 */ |
Definition at line 474 of file bc_dts_defs.h.
#define VC1_VALID_PANSCAN (1) |
Definition at line 216 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_CLOSE 10002 |
Definition at line 565 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_OPEN 10001 |
Definition at line 564 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_PAUSE 10006 |
Definition at line 569 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_RUN 10005 |
Definition at line 568 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_START 10003 |
Definition at line 566 of file bc_dts_defs.h.
#define WM_AGENT_TRAYICON_DECODER_STOP 10004 |
Definition at line 567 of file bc_dts_defs.h.
typedef enum BC_STATUS(* dts_pout_callback)(void *shnd, uint32_t width, uint32_t height, uint32_t stride, void *pOut) |
Definition at line 469 of file bc_dts_defs.h.
enum _BC_OUTPUT_FORMAT |
Definition at line 395 of file bc_dts_defs.h.
enum BC_STATUS |
Definition at line 34 of file bc_dts_defs.h.
enum BC_SW_OPTIONS |
Definition at line 84 of file bc_dts_defs.h.
enum DtsDeviceFixMode |
DTS_LOAD_NEW_FW | |
DTS_LOAD_FILE_PLAY_FW | |
DTS_DISK_FMT_BD | |
DTS_SKIP_TX_CHK_CPB | |
DTS_ADAPTIVE_OUTPUT_PER | |
DTS_INTELLIMAP | |
DTS_PLAYBACK_DROP_RPT_MODE |
Definition at line 119 of file bc_dts_defs.h.
enum DtsDeviceOpenMode |
Definition at line 111 of file bc_dts_defs.h.
Definition at line 144 of file bc_dts_defs.h.
Definition at line 154 of file bc_dts_defs.h.
enum FW_FILE_VER |
Definition at line 136 of file bc_dts_defs.h.
enum POUT_OPTIONAL_IN_FLAGS - Optional flags for ProcOut Interface. : Copy Data in YV12 format : Stride size is valid. : Take size information from Application : copy only half the bytes : interleaved frame @: * : Data is not VALID when this flag is set : PIB Information valid : Data is encrypted. : Bottom Field data
Definition at line 454 of file bc_dts_defs.h.