Searched refs:uint8 (Results 1 - 25 of 75) sorted by relevance

123

/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h36 #ifndef uint8
37 typedef unsigned char uint8; typedef
57 uint8 profile_and_level_indication;
62 uint8 video_format;
65 uint8 video_range;
68 uint8 matrix_coefficients;
70 uint8 short_video_header;
73 uint8 aspect_ratio_info;
74 uint8 par_width;
75 uint8 par_heigh
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.3.h31 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */
32 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */
34 uint8 dsap; /* always 0xAA */
35 uint8 ssap; /* always 0xAA */
36 uint8 ctl; /* always 0x03 */
37 uint8 oui[DOT3_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
H A Dp2p.h42 uint8 id; /* IE ID: 0xDD */
43 uint8 len; /* IE length */
44 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */
45 uint8 oui_type; /* Identifies P2P version: P2P_VER */
46 uint8 subelts[1]; /* variable length subelements */
87 uint8 eltId; /* SE ID: P2P_SEID_P2P_INFO */
88 uint8 len[2]; /* SE length not including eltId, len fields */
89 uint8 dev; /* Device Capability Bitmap */
90 uint8 group; /* Group Capability Bitmap */
114 uint8 eltI
[all...]
H A Dbt_amp_hci.h31 uint8 plen;
32 uint8 parms[1];
40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F))
80 uint8 plh;
81 uint8 offset[2]; /* length so far */
82 uint8 max_remote[2];
86 uint8 plh;
87 uint8 offset[2];
88 uint8 len[2];
89 uint8 fra
[all...]
H A Dwpa.h53 uint8 tag; /* TAG */
54 uint8 length; /* TAG length */
55 uint8 oui[3]; /* IE OUI */
56 uint8 oui_type; /* OUI type */
58 uint8 low;
59 uint8 high;
67 uint8 tag; /* TAG */
68 uint8 length; /* TAG length */
70 uint8 low;
71 uint8 hig
[all...]
H A D802.11.h92 uint8 dsap; /* always 0xAA */
93 uint8 ssap; /* always 0xAA */
94 uint8 ctl; /* always 0x03 */
95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
164 uint8 category;
165 uint8 OUI[3];
166 uint8 type;
167 uint8 subtype;
168 uint8 data[1040];
174 uint8 categor
[all...]
H A Dbcmip.h40 ((((uint8 *)(ip_body))[IP_VER_OFFSET] & IP_VER_MASK) >> IP_VER_SHIFT)
65 #define IPV4_HLEN(ipv4_body) (4 * (((uint8 *)(ipv4_body))[IPV4_VER_HL_OFFSET] & IPV4_HLEN_MASK))
69 #define IPV4_ADDR_NULL(a) ((((uint8 *)(a))[0] | ((uint8 *)(a))[1] | \
70 ((uint8 *)(a))[2] | ((uint8 *)(a))[3]) == 0)
72 #define IPV4_ADDR_BCAST(a) ((((uint8 *)(a))[0] & ((uint8 *)(a))[1] & \
73 ((uint8 *)(a))[2] & ((uint8 *)(
[all...]
H A Dethernet.h106 ((uint8 *)ea)[0] = 0x01; \
107 ((uint8 *)ea)[1] = 0x00; \
108 ((uint8 *)ea)[2] = 0x5e; \
109 ((uint8 *)ea)[3] = ((mgrp_ip) >> 16) & 0x7f; \
110 ((uint8 *)ea)[4] = ((mgrp_ip) >> 8) & 0xff; \
111 ((uint8 *)ea)[5] = ((mgrp_ip) >> 0) & 0xff; \
119 uint8 ether_dhost[ETHER_ADDR_LEN];
120 uint8 ether_shost[ETHER_ADDR_LEN];
128 uint8 octet[ETHER_ADDR_LEN];
136 #define ETHER_SET_LOCALADDR(ea) (((uint8 *)(e
[all...]
H A Dvlan.h54 uint8 ether_dhost[ETHER_ADDR_LEN];
55 uint8 ether_shost[ETHER_ADDR_LEN];
62 uint8 ether_dhost[ETHER_ADDR_LEN]; /* dest mac */
63 uint8 ether_shost[ETHER_ADDR_LEN]; /* src mac */
65 uint8 dsap; /* always 0xAA */
66 uint8 ssap; /* always 0xAA */
67 uint8 ctl; /* always 0x03 */
68 uint8 oui[3]; /* RFC1042: 0x00 0x00 0x00
H A Deapol.h148 uint8 type;
149 uint8 length;
150 uint8 oui[3];
151 uint8 subtype;
152 uint8 data[1];
165 uint8 flags;
166 uint8 reserved;
167 uint8 gtk[EAPOL_WPA_MAX_KEY_SIZE];
180 uint8 ipn[6];
181 uint8 ke
[all...]
H A Dbcmeth.h96 uint8 version; /* Version is 0 */
97 uint8 oui[3]; /* Broadcom OUI */
H A Dbcmevent.h79 uint8 ifidx; /* destination OS i/f index */
80 uint8 bsscfgidx; /* source bsscfg index */
328 uint8 ifidx; /* RTE virtual device index (for dongle) */
329 uint8 opcode; /* see I/F opcode */
330 uint8 reserved; /* bit mask (WLC_E_IF_FLAGS_XXX ) */
331 uint8 bssidx; /* bsscfg index */
332 uint8 role; /* see I/F role */
391 uint8 dialog_token; /* GAS dialog token */
392 uint8 fragment_id; /* fragment id */
395 uint8 dat
[all...]
H A D802.11e.h42 uint8 octets[3];
49 uint8 oui[DOT11_OUI_LEN]; /* WME_OUI */
50 uint8 type; /* WME_TYPE */
51 uint8 subtype; /* WME_SUBTYPE_TSPEC */
52 uint8 version; /* WME_VERSION */
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_loader.h23 #ifndef uint8
24 typedef unsigned char uint8; typedef
44 uint8 profile_and_level_indication;
49 uint8* buffer_addr;
57 uint8 vop_coded;
81 uint8 pic_parameter_set_id;
82 uint8 seq_parameter_set_id;
84 uint8 profile_idc;
85 uint8 level_idc;
86 uint8 constraint_set1_fla
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmendian.h84 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
85 sizeof(*(ptr)) == sizeof(uint16) ? _LTOH16_UA((const uint8 *)(ptr)) : \
86 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
87 *(uint8 *)0)
90 (sizeof(*(ptr)) == sizeof(uint8) ? *(const uint8 *)(ptr) : \
91 sizeof(*(ptr)) == sizeof(uint16) ? _NTOH16_UA((const uint8 *)(ptr)) : \
92 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
93 *(uint8 *)
[all...]
H A Dwlioctl.h73 uint8 data[ACTION_FRAME_SIZE];
80 uint8 ssid_len; /* the length of SSID */
81 uint8 ssid[32]; /* SSID string */
97 uint8 action;
122 uint8 SSID_len;
123 uint8 SSID[32];
126 uint8 rates[16]; /* rates in 500kbps units w/hi bit set if basic */
128 uint8 channel; /* Channel no. */
130 uint8 dtim_period; /* DTIM period */
155 uint8 SSID_le
[all...]
H A Dbcmcdc.h72 uint8 flags; /* Flags */
73 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 USB flow control info */
74 uint8 flags2;
75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_m4v_config_parser.h52 uint8 *data;
63 uint8 ucNBits,
69 uint8 ucNBits
74 uint8 ucNBits,
86 OSCL_IMPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *);
89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, int32 *, int32 *, int32 *profile, int32 *level);
91 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length);
101 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
H A Dintel_video_config_parser.cpp37 #define LoadBYTE( b, p ) b = *(uint8 *)p; p += sizeof( uint8 )
45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \
46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
65 int32 GetNAL_Config(uint8** bitstream, int32* size);
111 uint8 *tp = aInputs->inPtr;
118 uint8* tmp_ptr = tp;
119 uint8* buffer_begi
[all...]
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_Device.h35 typedef unsigned char uint8; typedef
59 uint8 x;
60 uint8 y;
61 uint8 z;
63 uint8 v[3];
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_APIs.h35 const uint8 regs[]

Completed in 2664 milliseconds

123