/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | p2p.h | 42 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 eltId; /* SE ID: P2P_SEID_INTENT */ [all …]
|
D | bt_amp_hci.h | 31 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 frag[1]; [all …]
|
D | 802.11.h | 92 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 category; [all …]
|
D | ethernet.h | 106 ((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 *)(ea))[0] = (((uint8 *)(ea))[0] | 2)) [all …]
|
D | wpa.h | 53 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 high; [all …]
|
D | vlan.h | 54 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
|
D | 802.3.h | 31 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
|
D | bcmevent.h | 79 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 data[1]; /* variable length specified by data_len */ [all …]
|
D | 802.11e.h | 42 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 */
|
D | bcmeth.h | 96 uint8 version; /* Version is 0 */ 97 uint8 oui[3]; /* Broadcom OUI */
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
D | vbp_loader.h | 36 #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_height; [all …]
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | vbp_loader.h | 23 #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_flag; [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 84 (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 *)0) 127 uint8 *_bytes = (uint8 *)(bytes); \ 134 uint8 *_bytes = (uint8 *)(bytes); \ [all …]
|
D | bcmutils.h | 211 uint8 txdh; /* tx to host */ 212 uint8 txd11; /* tx to d11 */ 213 uint8 enq; /* waiting in q */ 214 uint8 rxdh; /* rx from host */ 215 uint8 rxd11; /* rx from d11 */ 216 uint8 rxfill; /* dma_rxfill */ 217 uint8 idle; /* avail in pool */ 230 uint8 cbtoggle; 231 uint8 cbcnt; 232 uint8 ecbcnt; [all …]
|
D | bcmcdc.h | 72 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/ |
D | intel_m4v_config_parser.h | 52 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, i… 89 OSCL_IMPORT_REF int16 iGetAVCConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i… 91 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length); 101 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
|
D | intel_video_config_parser.cpp | 37 #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; in intel_video_config_parser() 118 uint8* tmp_ptr = tp; in intel_video_config_parser() 119 uint8* buffer_begin = tp; in intel_video_config_parser() 160 uint8 bdat; in intel_video_config_parser() 161 uint8 *pData = aInputs->inPtr; in intel_video_config_parser() 245 int32 GetNAL_Config(uint8** bitstream, int32* size) in GetNAL_Config() [all …]
|
D | intel_m4v_config_parser.cpp | 44 int32 LocateFrameHeader(uint8 *ptr, int32 size) in LocateFrameHeader() 92 uint8 *ptr; in SearchNextM4VFrame() 107 OSCL_EXPORT_REF int16 iGetM4VConfigInfo(uint8 *buffer, int32 length, int32 *width, int32 *height, i… in iGetM4VConfigInfo() 610 uint8 ucNBits, /* nr of bits to read */ in ShowBits() 614 uint8 *bits; in ShowBits() 653 uint8 ucNBits /* number of bits to flush */ in FlushBits() 656 uint8 *bits; in FlushBits() 684 uint8 ucNBits, /* nr of bits to read */ in ReadBits() 688 uint8 *bits; in ReadBits() 724 uint8 *bits; in ByteAlign() [all …]
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
D | AKFS_Device.h | 35 typedef unsigned char uint8; typedef 59 uint8 x; 60 uint8 y; 61 uint8 z; 63 uint8 v[3];
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 164 uint8 *pktdata; in pktsegcnt_war() 171 pktdata = (uint8 *)PKTDATA(osh, p); /* starting address of data */ in pktsegcnt_war() 189 uint8 * BCMFASTPATH 194 uint8 *pdata = (uint8 *) PKTDATA(osh, p); in pktdataoffset() 200 pdata = (uint8 *) PKTDATA(osh, p); in pktdataoffset() 206 return (uint8*) (pdata+pkt_off); in pktdataoffset() 256 pq->hi_prec = (uint8)prec; in pktq_penq() 284 pq->hi_prec = (uint8)prec; in pktq_penq_head() 1063 const uint8 *octet = ea->octet; in bcm_ether_ntoa() 1126 uint8 *pktdata; in pktsetprio() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 35 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef 152 uint8 *bytePtr; 153 uint8 bitPos;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 35 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef 152 uint8 *bytePtr; 153 uint8 bitPos;
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | mp4_utils.h | 35 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef 152 uint8 *bytePtr; 153 uint8 bitPos;
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | mp4_utils.h | 35 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef 155 uint8 *bytePtr; 156 uint8 bitPos;
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | mp4_utils.cpp | 52 uint8 *bits = &posPtr->bytePtr[0]; in read_bit_field() 68 static uint8 *find_code in find_code() 69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) in find_code() 88 uint8 VerID = 1; /* default value */ in parseHeader() 273 uint8 VOLShape = (unsigned char)video_object_layer_shape; in parseHeader()
|