Home
last modified time | relevance | path

Searched refs:INT32 (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp164 display_frame->left = (display_frame->left * INT32(new_panel_width) / INT32(panel_width)) in ApplyScanAdjustment()
166 display_frame->top = (display_frame->top * INT32(new_panel_height) / INT32(panel_height)) + in ApplyScanAdjustment()
168 display_frame->right = ((display_frame->right * INT32(new_panel_width)) / INT32(panel_width)) + in ApplyScanAdjustment()
170 display_frame->bottom = ((display_frame->bottom * INT32(new_panel_height)) / INT32(panel_height)) in ApplyScanAdjustment()
Dhwc_color_manager.cpp86 out_parcel->writeInt32(INT32(data.size)); in MarshallStructIntoParcel()
262 HAL_PIXEL_FORMAT_RGBA_8888, INT32(primary_width), in CreateSolidFillLayers()
263 INT32(primary_height)); in CreateSolidFillLayers()
Dhwc_display.cpp244 values[i] = INT32(variable_config.vsync_period_ns); in GetDisplayAttributes()
247 values[i] = INT32(variable_config.x_pixels); in GetDisplayAttributes()
250 values[i] = INT32(variable_config.y_pixels); in GetDisplayAttributes()
253 values[i] = INT32(variable_config.x_dpi * 1000.0f); in GetDisplayAttributes()
256 values[i] = INT32(variable_config.y_dpi * 1000.0f); in GetDisplayAttributes()
572 layer.flags.updating = IsLayerUpdating(content_list, INT32(i)); in PrePrepareLayerStack()
837 if ((layer.composition == kCompositionGPU) && IsLayerUpdating(content_list, INT32(i))) { in NeedsFrameBufferRefresh()
1390 layer_buffer->format = GetSDMFormat(INT32(meta_data->linearFormat), 0); in SetMetaData()
1410 s3d_format_hwc_to_sdm_.find(INT32(meta_data->s3dFormat)); in SetMetaData()
Dhwc_session.cpp1231 length = uevent_next_event(uevent_data, INT32(sizeof(uevent_data)) - 2); in HWCUeventThreadHandler()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c130 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
133 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_XRes = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
136 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_YRes = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
139 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_X_Offset = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
142 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_Y_Offset = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
145 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_Center = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
148 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode_SubTitle = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
152 ((int)((INT32*)prop)[0] == EXTENDEDVIDEO)) { in psb_xrandr_hdmi_property()
155 psb_xrandr_info->hdmi_extvideo_prop->ExtDesktopMode = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
158 psb_xrandr_info->hdmi_extvideo_prop->OverscanMode = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
[all …]
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h40 #define INT32(exp) static_cast<int32_t>(exp) macro
/hardware/qcom/display/msm8996/sdm/libs/core/
Dcomp_manager.cpp436 for (int32_t i = INT32(layer_stack->layer_count - 1); i >= 0; i--) { in SupportLayerAsCursor()