Home
last modified time | relevance | path

Searched refs:uint32_t (Results 1 – 25 of 3592) sorted by relevance

12345678910>>...144

/hardware/google/aemu/host-common/include/host-common/
Dmulti_display_agent.h26 int (*setMultiDisplay)(uint32_t id,
29 uint32_t w,
30 uint32_t h,
31 uint32_t dpi,
32 uint32_t flag,
34 bool (*getMultiDisplay)(uint32_t id,
37 uint32_t* w,
38 uint32_t* h,
39 uint32_t* dpi,
40 uint32_t* flag,
[all …]
DMultiDisplay.h33 uint32_t width;
34 uint32_t height;
35 uint32_t dpi;
36 uint32_t flag;
37 uint32_t cb;
41 MultiDisplayInfo(int32_t x, int32_t y, uint32_t w, uint32_t h,
42 uint32_t d, uint32_t f, bool e, uint32_t c = 0) :
56 uint32_t displayId;
67 int setMultiDisplay(uint32_t id,
70 uint32_t w,
[all …]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3VendorTags.cpp427 uint32_t qcamera3_all_tags[] = {
429 (uint32_t)QCAMERA3_PRIVATEDATA_REPROCESS,
432 (uint32_t)QCAMERA3_CDS_MODE,
433 (uint32_t)QCAMERA3_CDS_INFO,
436 (uint32_t)QCAMERA3_OPAQUE_RAW_STRIDES,
437 (uint32_t)QCAMERA3_OPAQUE_RAW_FORMAT,
440 (uint32_t)QCAMERA3_CROP_COUNT_REPROCESS,
441 (uint32_t)QCAMERA3_CROP_REPROCESS,
442 (uint32_t)QCAMERA3_CROP_ROI_MAP_REPROCESS,
445 (uint32_t)QCAMERA3_TUNING_META_DATA_BLOB,
[all …]
DQCamera3Mem.h52 int cleanCache(uint32_t index) in cleanCache()
56 int invalidateCache(uint32_t index) in invalidateCache()
60 int cleanInvalidateCache(uint32_t index) in cleanInvalidateCache()
64 int getFd(uint32_t index);
65 ssize_t getSize(uint32_t index);
66 uint32_t getCnt();
68 virtual int cacheOps(uint32_t index, unsigned int cmd) = 0;
70 virtual void *getPtr(uint32_t index) = 0;
72 virtual int32_t markFrameNumber(uint32_t index, uint32_t frameNumber) = 0;
73 virtual int32_t getFrameNumber(uint32_t index) = 0;
[all …]
/hardware/knowles/athletico/sound_trigger_hal/
Diaxxx_odsp_hw.h37 uint32_t config_val_sz;
56 uint32_t block_id;
61 uint32_t in_frames_consumed;
62 uint32_t out_frames_produced;
63 uint32_t private_memsize;
82 uint32_t data;
118 const uint32_t pkg_id);
128 const uint32_t pkg_id);
141 uint8_t inst_id, char *version, uint32_t len);
154 uint8_t inst_id, char *version, uint32_t len);
[all …]
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmmode.h34 uint32_t id() const;
35 void set_id(uint32_t id);
37 uint32_t clock() const;
39 uint32_t h_display() const;
40 uint32_t h_sync_start() const;
41 uint32_t h_sync_end() const;
42 uint32_t h_total() const;
43 uint32_t h_skew() const;
45 uint32_t v_display() const;
46 uint32_t v_sync_start() const;
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_muxer.h47 uint32_t frame_idx;
54 uint8_t mm_camera_util_get_index_by_num(uint8_t cam_num, uint32_t handler);
55 uint32_t mm_camera_util_get_handle_by_num(uint8_t num1, uint32_t handle);
56 uint32_t mm_camera_util_generate_handler_by_num(uint8_t cam_num, uint8_t index);
57 const char *mm_camera_util_get_dev_name_by_num(uint8_t cam_num, uint32_t cam_handle);
62 int32_t mm_camera_muxer_query_capability(uint32_t camera_handle,
64 int32_t mm_camera_muxer_register_event_notify(uint32_t camera_handle,
67 int32_t mm_camera_muxer_close_camera(uint32_t camera_handle,
69 int32_t mm_camera_muxer_map_buf(uint32_t camera_handle, uint8_t buf_type,
71 int32_t mm_camera_muxer_map_bufs(uint32_t camera_handle,
[all …]
/hardware/qcom/camera/msm8998/QCamera2/stack/common/
Dmm_camera_interface.h140 uint32_t stream_id;
143 uint32_t buf_idx;
146 uint32_t frame_idx;
155 uint32_t flags;
156 uint32_t cache_flags;
170 uint32_t camera_handle;
171 uint32_t ch_id;
172 uint32_t num_bufs;
196 uint32_t num_buf_requested;
197 uint32_t num_retro_buf_requested;
[all …]
/hardware/qcom/display/msm8909/sdm/include/private/
Dcolor_params.h66 static const uint32_t kOpsEnable = BITMAP(0);
67 static const uint32_t kOpsRead = BITMAP(1);
68 static const uint32_t kOpsWrite = BITMAP(2);
69 static const uint32_t kOpsDisable = BITMAP(3);
71 static const uint32_t kOpsGc8BitRoundEnable = BITMAP(4);
73 static const uint32_t kPaHueEnable = BITMAP(4);
74 static const uint32_t kPaSatEnable = BITMAP(5);
75 static const uint32_t kPaValEnable = BITMAP(6);
76 static const uint32_t kPaContEnable = BITMAP(7);
78 static const uint32_t kPaSixZoneEnable = BITMAP(8);
[all …]
/hardware/google/aemu/base/include/aemu/base/
Dring_buffer.h31 uint32_t host_version;
32 uint32_t guest_version;
33 uint32_t write_pos; // Atomically updated for the consumer
34 uint32_t unused0[13]; // Separate cache line
35 uint32_t read_pos; // Atomically updated for the producer
36 uint32_t read_live_count;
37 uint32_t read_yield_count;
38 uint32_t read_sleep_us_count;
39 uint32_t unused1[12]; // Separate cache line
41 uint32_t state; // An atomically updated variable from both
[all …]
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dcolor_params.h66 static const uint32_t kOpsEnable = BITMAP(0);
67 static const uint32_t kOpsRead = BITMAP(1);
68 static const uint32_t kOpsWrite = BITMAP(2);
69 static const uint32_t kOpsDisable = BITMAP(3);
71 static const uint32_t kOpsGc8BitRoundEnable = BITMAP(4);
73 static const uint32_t kPaHueEnable = BITMAP(4);
74 static const uint32_t kPaSatEnable = BITMAP(5);
75 static const uint32_t kPaValEnable = BITMAP(6);
76 static const uint32_t kPaContEnable = BITMAP(7);
78 static const uint32_t kPaSixZoneEnable = BITMAP(8);
[all …]
/hardware/qcom/display/msm8998/sdm/include/private/
Dcolor_params.h62 static const uint32_t kOpsEnable = BITMAP(0);
63 static const uint32_t kOpsRead = BITMAP(1);
64 static const uint32_t kOpsWrite = BITMAP(2);
65 static const uint32_t kOpsDisable = BITMAP(3);
67 static const uint32_t kOpsGc8BitRoundEnable = BITMAP(4);
69 static const uint32_t kPaHueEnable = BITMAP(4);
70 static const uint32_t kPaSatEnable = BITMAP(5);
71 static const uint32_t kPaValEnable = BITMAP(6);
72 static const uint32_t kPaContEnable = BITMAP(7);
74 static const uint32_t kPaSixZoneEnable = BITMAP(8);
[all …]
/hardware/qcom/sm8150/display/sdm/include/private/
Dcolor_params.h65 static const uint32_t kOpsEnable = BITMAP(0);
66 static const uint32_t kOpsRead = BITMAP(1);
67 static const uint32_t kOpsWrite = BITMAP(2);
68 static const uint32_t kOpsDisable = BITMAP(3);
70 static const uint32_t kOpsGc8BitRoundEnable = BITMAP(4);
72 static const uint32_t kPaHueEnable = BITMAP(4);
73 static const uint32_t kPaSatEnable = BITMAP(5);
74 static const uint32_t kPaValEnable = BITMAP(6);
75 static const uint32_t kPaContEnable = BITMAP(7);
77 static const uint32_t kPaSixZoneEnable = BITMAP(8);
[all …]
/hardware/qcom/display/msm8996/sdm/include/private/
Dcolor_params.h77 uint32_t r_bitdepth = 0;
78 uint32_t r = 0;
79 uint32_t g_bitdepth = 0;
80 uint32_t g = 0;
81 uint32_t b_bitdepth = 0;
82 uint32_t b = 0;
86 uint32_t flags = 0;
88 uint32_t width = 0;
89 uint32_t height = 0;
99 static const uint32_t kSDEIgcV17 = 1;
[all …]
/hardware/qcom/sm7250/display/sdm/include/private/
Dcolor_params.h70 static const uint32_t kOpsEnable = BITMAP(0);
71 static const uint32_t kOpsRead = BITMAP(1);
72 static const uint32_t kOpsWrite = BITMAP(2);
73 static const uint32_t kOpsDisable = BITMAP(3);
75 static const uint32_t kOpsGc8BitRoundEnable = BITMAP(4);
77 static const uint32_t kPaHueEnable = BITMAP(4);
78 static const uint32_t kPaSatEnable = BITMAP(5);
79 static const uint32_t kPaValEnable = BITMAP(6);
80 static const uint32_t kPaContEnable = BITMAP(7);
82 static const uint32_t kPaSixZoneEnable = BITMAP(8);
[all …]
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp22 std::map<uint32_t, android::MultiDisplayInfo> mMultiDisplay;
24 .setMultiDisplay = [](uint32_t id,
27 uint32_t w,
28 uint32_t h,
29 uint32_t dpi,
30 uint32_t flag,
34 .getMultiDisplay = [](uint32_t id,
37 uint32_t* w,
38 uint32_t* h,
39 uint32_t* dpi,
[all …]
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h50 typedef std::map<std::pair<uint32_t, uint64_t>, float> CompRatioMap;
462 uint32_t left; // Left-most pixel coordinate.
463 uint32_t top; // Top-most pixel coordinate.
464 uint32_t right; // Right-most pixel coordinate.
465 uint32_t bottom; // Bottom-most pixel coordinate.
505 uint32_t max_blend_stages;
506 uint32_t max_solidfill_stages;
511 uint32_t dest_scale_prefill_lines;
512 uint32_t undersized_prefill_lines;
513 uint32_t macrotile_prefill_lines;
[all …]
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h47 typedef std::map<std::pair<uint32_t, uint64_t>, float> CompRatioMap;
442 uint32_t left; // Left-most pixel coordinate.
443 uint32_t top; // Top-most pixel coordinate.
444 uint32_t right; // Right-most pixel coordinate.
445 uint32_t bottom; // Bottom-most pixel coordinate.
485 uint32_t max_blend_stages;
486 uint32_t max_solidfill_stages;
491 uint32_t dest_scale_prefill_lines;
492 uint32_t undersized_prefill_lines;
493 uint32_t macrotile_prefill_lines;
[all …]
/hardware/qcom/sm7250/display/sdm/include/core/
Dlayer_stack.h153 uint32_t skip : 1; //!< This flag shall be set by client to indicate that this layer
157 uint32_t updating : 1; //!< This flag shall be set by client to indicate that this is
162 uint32_t solid_fill : 1;
167 uint32_t cursor : 1; //!< This flag shall be set by client to indicate that this layer
171 uint32_t single_buffer : 1; //!< This flag shall be set by client to indicate that the layer
174 uint32_t color_transform : 1; //!< This flag will be set by SDM when the layer
177 uint32_t is_game : 1; //!< This flag shall be set by client to indicate that this layer
180 uint32_t sde_preferred : 1; //! This flag shall be set by client to indicate that this layer
185 uint32_t flags = 0; //!< For initialization purpose only.
198 uint32_t tone_map : 1; //!< This flag will be set by SDM when the layer needs tone map
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Conntrack_NATApp.h52 uint32_t private_ip;
55 uint32_t target_ip;
58 uint32_t public_ip;
62 uint32_t timestamp;
66 uint32_t rule_hdl;
69 uint32_t rule_id;
82 uint32_t pub_ip_addr;
83 uint32_t pub_ip_addr_pre;
84 uint32_t nat_table_hdl;
93 uint32_t tcp_timeout;
[all …]
/hardware/qcom/gps/msm8909w_3100/core/
DContextBase.h47 uint32_t INTERMEDIATE_POS;
48 uint32_t ACCURACY_THRES;
49 uint32_t SUPL_VER;
50 uint32_t SUPL_MODE;
51 uint32_t SUPL_ES;
52 uint32_t CAPABILITIES;
53 uint32_t LPP_PROFILE;
54 uint32_t XTRA_VERSION_CHECK;
58 uint32_t USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL;
59 uint32_t NMEA_PROVIDER;
[all …]
/hardware/qcom/gps/msm8998/core/
DContextBase.h47 uint32_t INTERMEDIATE_POS;
48 uint32_t ACCURACY_THRES;
49 uint32_t SUPL_VER;
50 uint32_t SUPL_MODE;
51 uint32_t SUPL_ES;
52 uint32_t CAPABILITIES;
53 uint32_t LPP_PROFILE;
54 uint32_t XTRA_VERSION_CHECK;
58 uint32_t USE_EMERGENCY_PDN_FOR_EMERGENCY_SUPL;
59 uint32_t NMEA_PROVIDER;
[all …]
/hardware/ti/am57x/libhwcomposer/
Dformat.h28 static inline std::string HAL_FMT(uint32_t format) in HAL_FMT()
43 static inline std::string DRM_FMT(uint32_t format) in DRM_FMT()
54 bool is_valid_format(uint32_t format);
55 bool is_rgb_format(uint32_t format);
56 bool is_bgr_format(uint32_t format);
57 bool is_nv12_format(uint32_t format);
58 bool is_opaque_format(uint32_t format);
59 uint32_t get_format_bpp(uint32_t format);
60 uint32_t convert_hal_to_dss_format(uint32_t format, bool blended);
61 uint32_t convert_hal_to_drm_format(uint32_t hal_format, bool blended);
[all …]
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h240 uint32_t bufferType;
241 uint32_t format;
280 typedef std::map<uint32_t, ppc_list_for_scaling> ppc_table;
304 #define YUV_CHROMA_H_SUBSAMPLE static_cast<uint32_t>(2) // Horizontal
305 #define YUV_CHROMA_V_SUBSAMPLE static_cast<uint32_t>(2) // Vertical
317 uint32_t nodeType; /* src or dst */
318 uint32_t format; /* HAL format */
319 uint32_t reserved;
326 std::array<uint32_t, kNumofRestriction> mData;
328 uint32_t maxDownScale;
[all …]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Conntrack_NATApp.h52 uint32_t private_ip;
55 uint32_t target_ip;
58 uint32_t public_ip;
62 uint32_t timestamp;
66 uint32_t rule_hdl;
80 uint32_t pub_ip_addr;
81 uint32_t pub_ip_addr_pre;
82 uint32_t nat_table_hdl;
89 uint32_t tcp_timeout;
90 uint32_t udp_timeout;
[all …]

12345678910>>...144