/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | row.h | 25 void FastConvertYUVToARGBRow_NEON(const uint8* y_buf, 26 const uint8* u_buf, 27 const uint8* v_buf, 28 uint8* rgb_buf, 31 void FastConvertYUVToBGRARow_NEON(const uint8* y_buf, 32 const uint8* u_buf, 33 const uint8* v_buf, 34 uint8* rgb_buf, 37 void FastConvertYUVToABGRRow_NEON(const uint8* y_buf, 38 const uint8* u_buf, [all …]
|
D | scale.c | 63 void ScaleRowDown2_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown2_NEON() 64 uint8* dst, int dst_width) { in ScaleRowDown2_NEON() 79 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown2Int_NEON() 80 uint8* dst, int dst_width) { in ScaleRowDown2Int_NEON() 105 static void ScaleRowDown4_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown4_NEON() 106 uint8* dst_ptr, int dst_width) { in ScaleRowDown4_NEON() 124 static void ScaleRowDown4Int_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown4Int_NEON() 125 uint8* dst_ptr, int dst_width) { in ScaleRowDown4Int_NEON() 163 static void ScaleRowDown34_NEON(const uint8* src_ptr, int src_stride, in ScaleRowDown34_NEON() 164 uint8* dst_ptr, int dst_width) { in ScaleRowDown34_NEON() [all …]
|
/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 | bcmip.h | 40 ((((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 *)(a))[3]) == 0xff) 78 #define IPV4_TOS(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_TOS_OFFSET]) 87 #define IPV4_PROT(ipv4_body) (((uint8 *)(ipv4_body))[IPV4_PROT_OFFSET]) 98 uint8 addr[IPV4_ADDR_LEN]; 102 uint8 version_ihl; /* Version and Internet Header Length */ [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 | eapol.h | 148 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 key[EAPOL_WPA_MAX_KEY_SIZE]; [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 | 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.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
|
/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 | wlioctl.h | 73 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_len; [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 …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 38 int I420Scale(const uint8* src_y, int src_stride_y, 39 const uint8* src_u, int src_stride_u, 40 const uint8* src_v, int src_stride_v, 42 uint8* dst_y, int dst_stride_y, 43 uint8* dst_u, int dst_stride_u, 44 uint8* dst_v, int dst_stride_v, 49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, 52 uint8* dst_y, uint8* dst_u, uint8* dst_v, 58 int ScaleOffset(const uint8* src, int src_width, int src_height, 59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
|
/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 …]
|
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/ |
D | ti_m4v_config_parser.h | 63 uint8 *data; 74 uint8 ucNBits, 80 uint8 ucNBits 85 uint8 ucNBits, 101 uint8 *buffer, 117 uint8 *buffer, 127 int32 FindNAL(uint8** nal_pnt, uint8* buffer, int32 length); 137 void Parser_EBSPtoRBSP(uint8 *nal_unit, int32 *size);
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_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 )) 64 int32 GetNAL_Config(uint8** bitstream, int32* size); 112 uint8 *tp = aInputs->inPtr; in ti_video_config_parser() 119 uint8* tmp_ptr = tp; in ti_video_config_parser() 120 uint8* buffer_begin = tp; in ti_video_config_parser() 175 uint8 bdat; in ti_video_config_parser() 176 uint8 *pData = aInputs->inPtr; in ti_video_config_parser() 260 int32 GetNAL_Config(uint8** bitstream, int32* size) in GetNAL_Config() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
D | mkvmuxer.hpp | 74 bool Init(const uint8* frame, uint64 length); 77 bool AddAdditionalData(const uint8* additional, uint64 length, 81 const uint8* additional() const { return additional_; } in additional() 85 const uint8* frame() const { return frame_; } in frame() 103 uint8* additional_; 112 uint8* frame_; 267 bool SetEncryptionID(const uint8* id, uint64 length); 291 uint8* enc_key_id_; 331 bool SetCodecPrivate(const uint8* codec_private, uint64 length); 335 const uint8* codec_private() const { return codec_private_; } in codec_private() [all …]
|
D | mkvmuxerutil.hpp | 32 uint64 EbmlElementSize(uint64 type, const uint8* value, uint64 size); 57 const uint8* value, 71 const uint8* data, 88 const uint8* data, 108 const uint8* data, 110 const uint8* additional, 129 const uint8* data,
|
/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];
|