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

12345

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A 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);
H A Dvbp_mp42_parser.h16 uint32 vbp_init_parser_entries_mp42(vbp_context *pcontext);
22 uint32 vbp_allocate_query_data_mp42(vbp_context *pcontext);
27 uint32 vbp_free_query_data_mp42(vbp_context *pcontext);
32 uint32 vbp_parse_init_data_mp42(vbp_context *pcontext);
37 uint32 vbp_parse_start_code_mp42(vbp_context *pcontext);
42 uint32 vbp_process_parsing_result_mp42(vbp_context *pcontext, int list_index);
47 uint32 vbp_populate_query_data_mp42(vbp_context *pcontext);
H A Dvbp_vc1_parser.h16 uint32 vbp_init_parser_entries_vc1(vbp_context *pcontext);
21 uint32 vbp_allocate_query_data_vc1(vbp_context *pcontext);
26 uint32 vbp_free_query_data_vc1(vbp_context *pcontext);
31 uint32 vbp_parse_init_data_vc1(vbp_context *pcontext);
41 uint32 vbp_parse_start_code_vc1(vbp_context *pcontext);
46 uint32 vbp_process_parsing_result_vc1(vbp_context *pcontext, int list_index);
51 uint32 vbp_populate_query_data_vc1(vbp_context *pcontext);
H A 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 identifie
[all...]
H A 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_numbe
[all...]
H A Dvbp_loader.c17 uint32 vbp_open(uint32 parser_type, Handle *hcontext)
20 uint32 error;
48 uint32 vbp_close(Handle hcontext)
50 uint32 error;
78 uint32 vbp_parse(Handle hcontext, uint8 *data, uint32 size, uint8 init_data_flag)
81 uint32 error = VBP_OK;
109 uint32 vbp_query(Handle hcontext, void **data)
112 uint32 erro
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dc2dExt.h51 uint32 srcId; /*!< source surface */
56 uint32 transformType; /*!< (C2D_LENSCORRECT_AFFINE or C2D_LENSCORRECT_PERSPECTIVE) + C2D_LENSCORRECT_BILINEAR */
66 * \param uint32 targetSurface
71 uint32 targetSurface,
78 * \param uint32 surface
83 uint32 a_surface,
92 * \param uint32 surface
96 uint32 a_surface);
102 * \param uint32 surface
103 * \param uint32 *widt
[all...]
H A 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_colo
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A 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 r
[all...]
H A 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_siz
[all...]
H A 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_ca
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/display/msm8994/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/display/msm8996/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/display/msm8998/libcopybit/
H A 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_colo
[all...]
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A 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_object
[all...]
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
H A 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_heigh
[all...]
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A 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_object
[all...]
/hardware/qcom/media/msm8998/libc2dcolorconvert/
H A 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_object
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Dmp4_utils.cpp57 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size) {
59 uint32 bitBuf =
62 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
74 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode) {
75 uint32 code = 0xFFFFFFFF;
76 for (uint32 i = 0; i < size; i++) {
89 uint32 profile_and_level_indicatio
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size)
53 uint32 bitBuf =
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
71 uint32 code = 0xFFFFFFFF;
73 for (uint32 i = 0; i < size; i++) {
87 uint32 profile_and_level_indicatio
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size)
53 uint32 bitBuf =
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
71 uint32 code = 0xFFFFFFFF;
73 for (uint32 i = 0; i < size; i++) {
87 uint32 profile_and_level_indicatio
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
H A Dmp4_utils.cpp50 uint32 MP4_Utils::read_bit_field(posInfoType * posPtr, uint32 size)
53 uint32 bitBuf =
56 uint32 value = (bitBuf >> (32 - posPtr->bitPos - size)) & MASK(size);
69 (uint8 * bytePtr, uint32 size, uint32 codeMask, uint32 referenceCode)
71 uint32 code = 0xFFFFFFFF;
73 for (uint32 i = 0; i < size; i++) {
87 uint32 profile_and_level_indicatio
[all...]

Completed in 553 milliseconds

12345