Home
last modified time | relevance | path

Searched refs:uint32 (Results 1 – 25 of 69) sorted by relevance

123

/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_infoele.h155 uint32 dataLoc; /*use this to point to for following variable-length data*/
236uint32 totalTxDescriptors; /* Total TX Descriptors - in the past it was configured per AC…
373 uint32 *controlBlock; /* array of two 32-bit entries in the following order:
402 uint32 numTxMemBlks; /* Number of blocks that FW allocated for TX packets.*/
403 uint32 numRxMemBlks; /* Number of blocks that FW allocated for RX packets. */
447 uint32 PLCPErrorCount; /* The number of PLCP errors since the last time this */
451 uint32 FCSErrorCount; /* The number of FCS errors since the last time this */
455 uint32 validFrameCount; /* The number of MPDU’s without PLCP header errors received*/
459 uint32 seqNumMissCount; /* the number of missed sequence numbers in the squentially */
476 uint32 mediumUsage; /* report to the host the value of medium usage registers*/
[all …]
Dpublic_commands.h346 uint32 ConfigOptions;
347 uint32 FilterOptions;
408 uint32 ssidStr[8]; /* This field specifies the SSID packets from that*/
475 uint32 scanMinDuration; /* For active scans, this field specifies the */
482 uint32 scanMaxDuration; /* For active scans, this field specifies the */
491 uint32 bssIdL; /* 32 LSBits of BSSID of the AP to scan for. */
539 uint32 slicedScanTimeOut; /* 0 - Split Scan Disable
605 uint32 bssIdL; /* This field indicates the 32 LSBits of the MAC*/
659 uint32 ssidStr[MAX_SSID_STR_LEN_BYTESX4];
808 uint32 AcSeqNum32[NUM_ACCESS_CATEGORIES_COPY];
[all …]
Dpublic_event_mbox.h171 uint32 eventReportP1;
172 uint32 eventReportP2;
173 uint32 eventReportP3;
181uint32 scheduledScanStatus; /* [0-7] scan completed status, [8-23] Attended Channels map, […
192 uint32 eventsVector;
193 uint32 eventsMask;
194 uint32 reserved1;
195 uint32 reserved2;
Dpublic_host_int.h134 uint32 intrStatus; /* HINT register content (will be cleared upon the read) */
135 uint32 counters; /* The counters defined in FwStatCntrs_t - see above */
136uint32 rxPktsDesc[NUM_RX_PKT_DESC]; /* Array of Rx packets short descriptors (see RX_DESC_S…
137 uint32 txReleasedBlks[NUM_TX_QUEUES]; /* Per queue released blocks count since FW-reset */
138 uint32 fwLocalTime; /* FW time in usec, used for clock synchronization with the host */
139 uint32 spare[2]; /* Total structure size is 68 bytes */
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h55 uint32 packetId;
68 uint32 channel;
79 uint32 flag;
94 uint32 version; /* version field */
95 uint32 length; /* byte length of data in this record,
112 uint32 ie_length; /* byte length of Information Elements */
124 uint32 version;
125 uint32 length;
142 uint32 nbss_cap;
144 uint32 reserved32[1];
[all …]
Dbcmendian.h37 ((uint32)((((uint32)(val) & (uint32)0x000000ffU) << 24) | \
38 (((uint32)(val) & (uint32)0x0000ff00U) << 8) | \
39 (((uint32)(val) & (uint32)0x00ff0000U) >> 8) | \
40 (((uint32)(val) & (uint32)0xff000000U) >> 24)))
44 ((uint32)((((uint32)(val) & (uint32)0x0000ffffU) << 16) | \
45 (((uint32)(val) & (uint32)0xffff0000U) >> 16)))
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
103 uint32 _val = (val); \
108 uint32 _val = (val); \
[all …]
Dbcmutils.h104 uint32 requested;
105 uint32 stored;
106 uint32 saved;
107 uint32 selfsaved;
108 uint32 full_dropped;
109 uint32 dropped;
110 uint32 sacrificed;
111 uint32 busy;
112 uint32 retry;
113 uint32 ps_retry;
[all …]
Dtrxhdr.h37 uint32 magic; /* "HDR0" */
38 uint32 len; /* Length of file including header */
39 uint32 crc32; /* 32-bit CRC from flag_version to end of file */
40 uint32 flag_version; /* 0:15 flags, 16:31 version */
41 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */
/hardware/broadcom/wlan/bcm4329/dhdutil/include/
Dwlioctl.h54 uint32 packetId;
61 uint32 channel;
81 uint32 version;
82 uint32 length;
99 uint32 nbss_cap;
101 uint32 reserved32[1];
107 uint32 ie_length;
116 uint32 version;
117 uint32 length;
134 uint32 nbss_cap;
[all …]
Dbcmendian.h37 ((uint32)((((uint32)(val) & (uint32)0x000000ffU) << 24) | \
38 (((uint32)(val) & (uint32)0x0000ff00U) << 8) | \
39 (((uint32)(val) & (uint32)0x00ff0000U) >> 8) | \
40 (((uint32)(val) & (uint32)0xff000000U) >> 24)))
44 ((uint32)((((uint32)(val) & (uint32)0x0000ffffU) << 16) | \
45 (((uint32)(val) & (uint32)0xffff0000U) >> 16)))
84 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
90 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
103 uint32 _val = (val); \
108 uint32 _val = (val); \
[all …]
Dtrxhdr.h36 uint32 magic; /* "HDR0" */
37 uint32 len; /* Length of file including header */
38 uint32 crc32; /* 32-bit CRC from flag_version to end of file */
39 uint32 flag_version; /* 0:15 flags, 16:31 version */
40 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */
/hardware/qcom/display/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
299 uint32 format; /* RGB color format plus additional mode bits */
300 uint32 width; /* defines width in pixels */
301 uint32 height; /* defines height in pixels */
309 uint32 format; /* YUV color format plus additional mode bits */
310 uint32 width; /* defines width in pixels */
311 uint32 height; /* defines height in pixels */
354 uint32 surface_id; /* source surface */
356 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/src/
Dmp4_utils.cpp57 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size) { in read_bit_field()
59 uint32 bitBuf = in read_bit_field()
62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
74 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) { in find_code()
75 uint32 code = 0xFFFFFFFF; in find_code()
76 for (uint32 i = 0; i < size; i++) { in find_code()
89 uint32 profile_and_level_indication = 0; in parseHeader()
125 uint32 profile_and_level_indication = read_bit_field (&m_posInfo, 8); in parseHeader()
136 uint32 is_visual_object_identifier = read_bit_field (&m_posInfo, 1); in parseHeader()
145 uint32 visual_object_type = read_bit_field (&m_posInfo, 4); in parseHeader()
[all …]
/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.h40 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
41 uint32 surface_bits,
45 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
46 uint32 surface_bits,
50 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
55 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
56 uint32 target_config, C2D_RECT *target_scissor,
57 uint32 target_mask_id, uint32 target_color_key,
58 C2D_OBJECT *objects_list, uint32 num_objects );
60 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
[all …]
/hardware/qcom/media/mm-video/vidc/vdec/inc/
Dh264_utils.h105 uint32 picSetID;
106 uint32 seqSetID;
107 uint32 picOrderCntType;
110 uint32 picWidthInMbsMinus1;
111 uint32 picHeightInMapUnitsMinus1;
112 uint32 log2MaxFrameNumMinus4;
113 uint32 log2MaxPicOrderCntLsbMinus4;
116 uint32 nalu;
117 uint32 crop_left;
118 uint32 crop_right;
[all …]
Dmp4_utils.h33 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
144 uint32 timestamp_increment;
145 uint32 offset;
146 uint32 size;
169 static uint32 read_bit_field(posInfoType * posPtr, uint32 size);
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
Dti_video_config_parser.cpp29 (dw) = ((uint32) *(pb + 3) << 24) + \
30 ((uint32) *(pb + 2) << 16) + \
34 #define GetUnalignedDwordEx( pb, dw ) GetUnalignedDword( pb, dw ); (pb) += sizeof(uint32);
45 ((uint32)(uint8)(ch0) | ((uint32)(uint8)(ch1) << 8) | \
46 ((uint32)(uint8)(ch2) << 16) | ((uint32)(uint8)(ch3) << 24 ))
90 aOutputs->width = (uint32)display_width; in ti_video_config_parser()
91 aOutputs->height = (uint32)display_height; in ti_video_config_parser()
92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed in ti_video_config_parser()
110 uint32 entropy_coding_mode_flag = 0; in ti_video_config_parser()
153 aOutputs->width = (uint32)display_width; in ti_video_config_parser()
[all …]
Dti_m4v_config_parser.cpp26 static const uint32 mask[33] =
66 uint32 byte_pos; in movePointerTo()
89 uint32 initial_byte_aligned_position = (psBits->dataBitPos + 7) >> 3; in SearchNextM4VFrame()
129 uint32 codeword; in iDecodeVOLHeader()
255 uint32 vol_id; in iDecodeVOLHeader()
449 uint32 codeword; in iDecodeShortHeader()
626 uint32 *pulOutData /* output target */ in ShowBits()
630 uint32 dataBitPos = pStream->dataBitPos; in ShowBits()
631 uint32 bitPos = pStream->bitPos; in ShowBits()
632 uint32 dataBytePos; in ShowBits()
[all …]
/hardware/ril/mock-ril/src/cpp/
Dmsgheader.pb.h97 inline ::google::protobuf::uint32 cmd() const;
98 inline void set_cmd(::google::protobuf::uint32 value);
104 inline ::google::protobuf::uint32 length_data() const;
105 inline void set_length_data(::google::protobuf::uint32 value);
111 inline ::google::protobuf::uint32 status() const;
112 inline void set_status(::google::protobuf::uint32 value);
126 ::google::protobuf::uint32 cmd_;
127 ::google::protobuf::uint32 length_data_;
128 ::google::protobuf::uint32 status_;
134 ::google::protobuf::uint32 _has_bits_[(4 + 31) / 32];
[all …]
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
Dti_m4v_config_parser.h64 uint32 numBytes;
65 uint32 bytePos;
66 uint32 bitBuf;
67 uint32 dataBitPos;
68 uint32 bitPos;
75 uint32 *pulOutData
86 uint32 *pulOutData
125 uint32 *entropy_coding_mode_flag);
133 int32 DecodePPS(mp4StreamType *psBits, uint32 *entropy_coding_mode_flag);
135 void ue_v(mp4StreamType *psBits, uint32 *codeNum);
Dti_video_config_parser.h32 uint32 inBytes;
38 uint32 width;
39 uint32 height;
40 uint32 profile;
41 uint32 level;
/hardware/msm7k/librpc/rpc/
Dtypes.h84 typedef uint32_t uint32; typedef
281 uint32 low;
282 uint32 high;
297 uint32 low;
298 uint32 high;
325 uint32 padding;
367 bool_t (*send_uint32) (xdr_s_type *xdr, const uint32 *value);
368 bool_t (*send_bytes) (xdr_s_type *xdr, const uint8 *buf, uint32 len);
375 bool_t (*recv_uint32) (xdr_s_type *xdr, uint32 *value);
376 bool_t (*recv_bytes) (xdr_s_type *xdr, uint8 *buf, uint32 len);
[all …]
/hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
Dbcmevent.h54 uint32 event_type;
55 uint32 status;
56 uint32 reason;
57 uint32 auth_type;
58 uint32 datalen;
68 uint32 event_type;
69 uint32 status;
70 uint32 reason;
71 uint32 auth_type;
72 uint32 datalen;
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbcmevent.h54 uint32 event_type;
55 uint32 status;
56 uint32 reason;
57 uint32 auth_type;
58 uint32 datalen;
68 uint32 event_type;
69 uint32 status;
70 uint32 reason;
71 uint32 auth_type;
72 uint32 datalen;
[all …]
/hardware/msm7k/librpc/
Dsvc_clnt_common.c8 extern int r_read(int handle, char *buf, uint32 size);
9 extern int r_write(int handle, const char *buf, uint32 size);
10 extern int r_control(int handle, const uint32 cmd, void *arg);
65 xdr->out_next = (RPC_OFFSET+2)*sizeof(uint32); in xdr_std_msg_start()
68 ((uint32 *)xdr->out_msg)[RPC_OFFSET] = htonl(xdr->xid); in xdr_std_msg_start()
70 ((uint32 *)xdr->out_msg)[RPC_OFFSET+1] = htonl(rpc_msg_type); in xdr_std_msg_start()
112 static bool_t xdr_std_send_uint32(xdr_s_type *xdr, const uint32 *value) in xdr_std_send_uint32()
122 uint32 val = *value; in xdr_std_send_int8()
128 uint32 val = *value; in xdr_std_send_uint8()
134 uint32 val = *value; in xdr_std_send_int16()
[all …]

123