OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_mixer_height
(Results
1 - 4
of
4
) sorted by null
/hardware/qcom/display/msm8996/sdm/libs/core/
display_primary.cpp
98
uint32_t
new_mixer_height
= 0;
local
102
if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &
new_mixer_height
)) {
103
error = ReconfigureMixer(new_mixer_width,
new_mixer_height
);
display_hdmi.cpp
114
uint32_t
new_mixer_height
= 0;
local
118
if (NeedsMixerReconfiguration(layer_stack, &new_mixer_width, &
new_mixer_height
)) {
119
error = ReconfigureMixer(new_mixer_width,
new_mixer_height
);
/hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_external.cpp
198
uint32_t
new_mixer_height
= UINT32(mixer_height * FLOAT(1.0f - height_ratio));
local
205
display_frame->top = (display_frame->top * INT32(
new_mixer_height
) / INT32(mixer_height)) +
209
display_frame->bottom = ((display_frame->bottom * INT32(
new_mixer_height
)) / INT32(mixer_height))
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_external.cpp
162
uint32_t
new_mixer_height
= UINT32(mixer_height * FLOAT(1.0f - height_ratio));
local
169
display_frame->top = (display_frame->top * INT32(
new_mixer_height
) / INT32(mixer_height)) +
173
display_frame->bottom = ((display_frame->bottom * INT32(
new_mixer_height
)) / INT32(mixer_height))
Completed in 526 milliseconds