Home
last modified time | relevance | path

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

12345

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h63 uint32 num;
72 uint32 packetId;
85 uint32 channel;
96 uint32 flag;
115 uint32 version; /* version field */
116 uint32 length; /* byte length of data in this record,
133 uint32 ie_length; /* byte length of Information Elements */
148 uint32 version; /* version field */
149 uint32 length; /* byte length of data in this record,
168 uint32 nbss_cap; /* 802.11N BSS Capabilities (based on HT_CAP_*) */
[all …]
Dhndrte_armtrap.h58 uint32 type;
59 uint32 epc;
60 uint32 cpsr;
61 uint32 spsr;
62 uint32 r0; /* a1 */
63 uint32 r1; /* a2 */
64 uint32 r2; /* a3 */
65 uint32 r3; /* a4 */
66 uint32 r4; /* v1 */
67 uint32 r5; /* v2 */
[all …]
Dhndrte_debug.h41 #define _HD_EVLOG_P uint32
42 #define _HD_CONS_P uint32
43 #define _HD_TRAP_P uint32
46 uint32 magic;
49 uint32 version; /* Debug struct version */
52 uint32 fwid; /* 4 bytes of fw info */
58 uint32 ram_base;
59 uint32 ram_size;
61 uint32 rom_base;
62 uint32 rom_size;
[all …]
Dbcmendian.h36 ((uint32)((((uint32)(val) & (uint32)0x000000ffU) << 24) | \
37 (((uint32)(val) & (uint32)0x0000ff00U) << 8) | \
38 (((uint32)(val) & (uint32)0x00ff0000U) >> 8) | \
39 (((uint32)(val) & (uint32)0xff000000U) >> 24)))
43 ((uint32)((((uint32)(val) & (uint32)0x0000ffffU) << 16) | \
44 (((uint32)(val) & (uint32)0xffff0000U) >> 16)))
86 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
92 sizeof(*(ptr)) == sizeof(uint32) ? _NTOH32_UA((const uint8 *)(ptr)) : \
107 uint32 _val = (val); \
112 uint32 _val = (val); \
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/display/msm8909/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/display/msm8996/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
313 uint32 format; /* RGB color format plus additional mode bits */
314 uint32 width; /* defines width in pixels */
315 uint32 height; /* defines height in pixels */
323 uint32 format; /* YUV color format plus additional mode bits */
324 uint32 width; /* defines width in pixels */
325 uint32 height; /* defines height in pixels */
368 uint32 surface_id; /* source surface */
370 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
[all …]
Dc2dExt.h51 uint32 srcId; /*!< source surface */
56uint32 transformType; /*!< (C2D_LENSCORRECT_AFFINE or C2D_LENSCORRECT_PERSPECTIVE) +…
71 uint32 targetSurface,
83 uint32 a_surface,
96 uint32 a_surface);
109 uint32 a_surface,
110 uint32 *width,
111 uint32 *height,
112 uint32 *format );
122 uint32 *count );
[all …]
/hardware/qcom/display/msm8998/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
313 uint32 format; /* RGB color format plus additional mode bits */
314 uint32 width; /* defines width in pixels */
315 uint32 height; /* defines height in pixels */
323 uint32 format; /* YUV color format plus additional mode bits */
324 uint32 width; /* defines width in pixels */
325 uint32 height; /* defines height in pixels */
368 uint32 surface_id; /* source surface */
370 uint32 fg_color; /* foreground color */
[all …]
/hardware/qcom/display/msm8994/libcopybit/
Dc2d2.h43 #if !defined(uint32) && !defined(_UINT32_DEFINED)
44 typedef unsigned int uint32; typedef
312 uint32 format; /* RGB color format plus additional mode bits */
313 uint32 width; /* defines width in pixels */
314 uint32 height; /* defines height in pixels */
322 uint32 format; /* YUV color format plus additional mode bits */
323 uint32 width; /* defines width in pixels */
324 uint32 height; /* defines height in pixels */
367 uint32 surface_id; /* source surface */
369 uint32 fg_color; /* foreground color */
[all …]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_utils.h27 extern uint32 viddec_parse_sc(void *in, void *pcxt, void *sc_state);
30 extern uint32 buffer_counter;
34 typedef uint32 (*function_init_parser_entries)(vbp_context* cxt);
35 typedef uint32 (*function_allocate_query_data)(vbp_context* cxt);
36 typedef uint32 (*function_free_query_data)(vbp_context* cxt);
37 typedef uint32 (*function_parse_init_data)(vbp_context* cxt);
38 typedef uint32 (*function_parse_start_code)(vbp_context* cxt);
39 typedef uint32 (*function_process_parsing_result)(vbp_context* cxt, int i);
40 typedef uint32 (*function_populate_query_data)(vbp_context* cxt);
47 uint32 identifier;
[all …]
Dvbp_loader.h29 #ifndef uint32
30 typedef unsigned int uint32; typedef
50 uint32 slice_offset;
51 uint32 slice_size;
61 uint32 number_slices;
70 uint32 number_pictures;
120 uint32 slice_offset; /* slice data offset */
122 uint32 slice_size; /* slice data size */
133 uint32 num_slices;
143 uint32 buf_number;
[all …]
Dvbp_loader.c17 uint32 vbp_open(uint32 parser_type, Handle *hcontext) in vbp_open()
20 uint32 error; in vbp_open()
48 uint32 vbp_close(Handle hcontext) in vbp_close()
50 uint32 error; in vbp_close()
78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag) in vbp_parse()
81 uint32 error = VBP_OK; in vbp_parse()
109 uint32 vbp_query(Handle hcontext, void **data) in vbp_query()
112 uint32 error = VBP_OK; in vbp_query()
140 uint32 vbp_flush(Handle hcontext) in vbp_flush()
143 uint32 error = VBP_OK; in vbp_flush()
Dvbp_h264_parser.h15 uint32 vbp_init_parser_entries_h264(vbp_context *pcontext);
20 uint32 vbp_allocate_query_data_h264(vbp_context *pcontext);
25 uint32 vbp_free_query_data_h264(vbp_context *pcontext);
30 uint32 vbp_parse_init_data_h264(vbp_context *pcontext);
36 uint32 vbp_parse_start_code_h264(vbp_context *pcontext);
41 uint32 vbp_process_parsing_result_h264(vbp_context *pcontext, int list_index);
46 uint32 vbp_populate_query_data_h264(vbp_context *pcontext);
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
Dvbp_loader.h42 #ifndef uint32
43 typedef unsigned int uint32; typedef
58 uint32 video_object_layer_width;
59 uint32 video_object_layer_height;
89 uint32 slice_offset;
90 uint32 slice_size;
118 uint32 number_picture_data;
119 uint32 number_pictures;
140 uint32 frame_width;
142 uint32 frame_height;
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size) in read_bit_field()
53 uint32 bitBuf = in read_bit_field()
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) in find_code()
71 uint32 code = 0xFFFFFFFF; in find_code()
73 for (uint32 i = 0; i < size; i++) { in find_code()
87 uint32 profile_and_level_indication = 0; in parseHeader()
125 uint32 profile_and_level_indication = read_bit_field (&m_posInfo, 8); in parseHeader()
137 uint32 is_visual_object_identifier = read_bit_field (&m_posInfo, 1); in parseHeader()
147 uint32 visual_object_type = read_bit_field (&m_posInfo, 4); in parseHeader()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size) in read_bit_field()
53 uint32 bitBuf = in read_bit_field()
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) in find_code()
71 uint32 code = 0xFFFFFFFF; in find_code()
73 for (uint32 i = 0; i < size; i++) { in find_code()
87 uint32 profile_and_level_indication = 0; in parseHeader()
125 uint32 profile_and_level_indication = read_bit_field (&m_posInfo, 8); in parseHeader()
137 uint32 is_visual_object_identifier = read_bit_field (&m_posInfo, 1); in parseHeader()
147 uint32 visual_object_type = read_bit_field (&m_posInfo, 4); in parseHeader()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size) in read_bit_field()
53 uint32 bitBuf = in read_bit_field()
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size); in read_bit_field()
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) in find_code()
71 uint32 code = 0xFFFFFFFF; in find_code()
73 for (uint32 i = 0; i < size; i++) { in find_code()
87 uint32 profile_and_level_indication = 0; in parseHeader()
125 uint32 profile_and_level_indication = read_bit_field (&m_posInfo, 8); in parseHeader()
137 uint32 is_visual_object_identifier = read_bit_field (&m_posInfo, 1); in parseHeader()
147 uint32 visual_object_type = read_bit_field (&m_posInfo, 4); in parseHeader()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/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/msm8974/libc2dcolorconvert/
DC2DColorConverter.h36 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
37 uint32 surface_bits,
41 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
42 uint32 surface_bits,
46 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
51 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
52 uint32 target_config, C2D_RECT *target_scissor,
53 uint32 target_mask_id, uint32 target_color_key,
54 C2D_OBJECT *objects_list, uint32 num_objects );
56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
[all …]
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.h36 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
37 uint32 surface_bits,
41 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
42 uint32 surface_bits,
46 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
51 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
52 uint32 target_config, C2D_RECT *target_scissor,
53 uint32 target_mask_id, uint32 target_color_key,
54 C2D_OBJECT *objects_list, uint32 num_objects );
56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
[all …]
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.h36 typedef C2D_STATUS (*LINK_c2dCreateSurface)( uint32 *surface_id,
37 uint32 surface_bits,
41 typedef C2D_STATUS (*LINK_c2dUpdateSurface)( uint32 surface_id,
42 uint32 surface_bits,
46 typedef C2D_STATUS (*LINK_c2dReadSurface)( uint32 surface_id,
51 typedef C2D_STATUS (*LINK_c2dDraw)( uint32 target_id,
52 uint32 target_config, C2D_RECT *target_scissor,
53 uint32 target_mask_id, uint32 target_color_key,
54 C2D_OBJECT *objects_list, uint32 num_objects );
56 typedef C2D_STATUS (*LINK_c2dFlush)( uint32 target_id, c2d_ts_handle *timestamp);
[all …]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
D802.11e.h56 uint32 min_srv_interval; /* Minimum Service Interval (us) */
57 uint32 max_srv_interval; /* Maximum Service Interval (us) */
58 uint32 inactivity_interval; /* Inactivity Interval (us) */
59 uint32 suspension_interval; /* Suspension Interval (us) */
60 uint32 srv_start_time; /* Service Start Time (us) */
61 uint32 min_data_rate; /* Minimum Data Rate (bps) */
62 uint32 mean_data_rate; /* Mean Data Rate (bps) */
63 uint32 peak_data_rate; /* Peak Data Rate (bps) */
64 uint32 max_burst_size; /* Maximum Burst Size (bytes) */
65 uint32 delay_bound; /* Delay Bound (us) */
[all …]

12345