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

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Drow.h25 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_bu
[all...]
H A Dscale.c63 void ScaleRowDown2_NEON(const uint8* src_ptr, int src_stride,
64 uint8* dst, int dst_width) {
79 void ScaleRowDown2Int_NEON(const uint8* src_ptr, int src_stride,
80 uint8* dst, int dst_width) {
105 static void ScaleRowDown4_NEON(const uint8* src_ptr, int src_stride,
106 uint8* dst_ptr, int dst_width) {
124 static void ScaleRowDown4Int_NEON(const uint8* src_ptr, int src_stride,
125 uint8* dst_ptr, int dst_width) {
163 static void ScaleRowDown34_NEON(const uint8* src_ptr, int src_stride,
164 uint8* dst_pt
[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...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h38 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_
[all...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A Dvbp_loader.h35 #ifndef uint8
36 typedef unsigned char uint8; typedef
56 uint8 profile_and_level_indication;
61 uint8 video_format;
64 uint8 video_range;
67 uint8 matrix_coefficients;
69 uint8 short_video_header;
72 uint8 aspect_ratio_info;
73 uint8 par_width;
74 uint8 par_heigh
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxertypes.hpp21 typedef unsigned char uint8; typedef in namespace:mkvmuxer
H A Dmkvmuxerutil.hpp32 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/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...]
/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);
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_m4v_config_parser.h63 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);
H A Dti_video_config_parser.h31 uint8 *inPtr;
/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/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef

Completed in 6417 milliseconds

123