Home
last modified time | relevance | path

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

123

/hardware/qcom/display/sdm845/sdm/libs/hwc2/
Dhwc_display_external.cpp174 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment()
176 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
178 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
180 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
Dhwc_callbacks.cpp39 hotplug_(hotplug_data_, display, INT32(state)); in Hotplug()
Dhwc_session.h61 return INT32(status); in CallDisplayFunction()
73 int32_t status = INT32(HWC2::Error::BadDisplay); in CallLayerFunction()
Dhwc_display.cpp747 *out_value = INT32(variable_config.vsync_period_ns); in BuildLayerStack()
750 *out_value = INT32(variable_config.x_pixels); in BuildLayerStack()
753 *out_value = INT32(variable_config.y_pixels); in BuildLayerStack()
756 *out_value = INT32(variable_config.x_dpi * 1000.0f); in BuildLayerStack()
759 *out_value = INT32(variable_config.y_dpi * 1000.0f); in BuildLayerStack()
981 out_types[i] = INT32(change.second); in BuildLayerStack()
1023 out_layer_requests[i] = INT32(request.second); in BuildLayerStack()
1030 *out_display_requests = INT32(HWC2::DisplayRequest::FlipClientTarget); in BuildLayerStack()
1533 status = INT32(SetPowerMode(HWC2::PowerMode::On)); in BuildLayerStack()
1538 status = INT32(SetPowerMode(HWC2::PowerMode::Off)); in BuildLayerStack()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp172 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment()
174 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
176 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
178 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
Dhwc_callbacks.cpp39 hotplug_(hotplug_data_, display, INT32(state)); in Hotplug()
Dhwc_display.cpp570 *out_value = INT32(variable_config.vsync_period_ns); in BuildLayerStack()
573 *out_value = INT32(variable_config.x_pixels); in BuildLayerStack()
576 *out_value = INT32(variable_config.y_pixels); in BuildLayerStack()
579 *out_value = INT32(variable_config.x_dpi * 1000.0f); in BuildLayerStack()
582 *out_value = INT32(variable_config.y_dpi * 1000.0f); in BuildLayerStack()
799 out_types[i] = INT32(change.second); in BuildLayerStack()
841 out_layer_requests[i] = INT32(request.second); in BuildLayerStack()
1361 status = INT32(SetPowerMode(HWC2::PowerMode::On)); in BuildLayerStack()
1366 status = INT32(SetPowerMode(HWC2::PowerMode::Off)); in BuildLayerStack()
Dhwc_session.h60 return INT32(status); in CallDisplayFunction()
83 return INT32(status); in CallLayerFunction()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp164 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment()
166 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
168 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
170 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
Dhwc_callbacks.cpp39 hotplug_(hotplug_data_, display, INT32(state)); in Hotplug()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp203 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment()
205 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
207 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
209 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
Dhwc_display_null.cpp107 values[i] = INT32(1000000000L / NULL_DISPLAY_FPS); in GetDisplayAttributes()
Dhwc_color_manager.cpp86 out_parcel->writeInt32(INT32(data.size)); in MarshallStructIntoParcel()
249 HAL_PIXEL_FORMAT_RGBA_8888, INT32(primary_width), in CreateSolidFillLayers()
250 INT32(primary_height)); in CreateSolidFillLayers()
Dhwc_display.cpp232 values[i] = INT32(variable_config.vsync_period_ns); in GetDisplayAttributes()
235 values[i] = INT32(variable_config.x_pixels); in GetDisplayAttributes()
238 values[i] = INT32(variable_config.y_pixels); in GetDisplayAttributes()
241 values[i] = INT32(variable_config.x_dpi * 1000.0f); in GetDisplayAttributes()
244 values[i] = INT32(variable_config.y_dpi * 1000.0f); in GetDisplayAttributes()
1204 layer_buffer->format = GetSDMFormat(INT32(meta_data->linearFormat), 0); in SetMetaData()
1224 s3d_format_hwc_to_sdm_.find(INT32(meta_data->s3dFormat)); in SetMetaData()
/hardware/qcom/display/sdm845/sdm/libs/hwc/
Dhwc_display_external.cpp206 display_frame->left = (display_frame->left * INT32(new_mixer_width) / INT32(mixer_width)) in ApplyScanAdjustment()
208 display_frame->top = (display_frame->top * INT32(new_mixer_height) / INT32(mixer_height)) + in ApplyScanAdjustment()
210 display_frame->right = ((display_frame->right * INT32(new_mixer_width)) / INT32(mixer_width)) + in ApplyScanAdjustment()
212 display_frame->bottom = ((display_frame->bottom * INT32(new_mixer_height)) / INT32(mixer_height)) in ApplyScanAdjustment()
Dhwc_display_null.cpp107 values[i] = INT32(1000000000L / NULL_DISPLAY_FPS); in GetDisplayAttributes()
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal33 INT32 = 1,
92 * 2: An INT32 value, and has to be one of the {@link FusedActivationFunc} values.
115 * 1: An INT32 value, specifying the padding on the left, in the ‘width’ dimension.
116 * 2: An INT32 value, specifying the padding on the right,in the ‘width’ dimension.
117 * 3: An INT32 value, specifying the padding on the top, in the ‘height’ dimension.
118 * 4: An INT32 value, specifying the padding on the bottom, in the ‘height’ dimension.
119 * 5: An INT32 value, specifying the output stride in the ‘width’ dimension.
120 * 6: An INT32 value, specifying the output stride in the ‘height’ dimension.
121 * 7: An INT32 value, specifying the filter width.
122 * 8: An INT32 value, specifying the filter height.
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleObjectPool_test.cpp60 void* raw = valuePool->obtain(VehiclePropertyType::INT32).get(); in TEST_F()
62 ASSERT_EQ(raw, valuePool->obtain(VehiclePropertyType::INT32).get()); in TEST_F()
104 : VehiclePropertyType::INT32)); in TEST_F()
/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/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleUtils.cpp35 case VehiclePropertyType::INT32: // fall through in createVehiclePropValue()
63 case VehiclePropertyType::INT32: // fall through in getVehicleRawValueVectorSize()
DVehicleObjectPool.cpp58 auto val = obtain(VehiclePropertyType::INT32); in obtainInt32()
142 (VehiclePropertyType::INT32 == mPropType in check()
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal27 INT32 = 0x00400000,
147 | VehiclePropertyType:INT32
282 | VehiclePropertyType:INT32
296 | VehiclePropertyType:INT32
321 | VehiclePropertyType:INT32
359 | VehiclePropertyType:INT32
371 | VehiclePropertyType:INT32
415 | VehiclePropertyType:INT32
432 | VehiclePropertyType:INT32
601 | VehiclePropertyType:INT32
[all …]
/hardware/qcom/display/msm8996/sdm/include/utils/
Dconstants.h40 #define INT32(exp) static_cast<int32_t>(exp) macro
/hardware/qcom/display/msm8998/sdm/include/utils/
Dconstants.h40 #define INT32(exp) static_cast<int32_t>(exp) macro
/hardware/qcom/display/sdm845/sdm/include/utils/
Dconstants.h40 #define INT32(exp) static_cast<int32_t>(exp) macro

123