Home
last modified time | relevance | path

Searched refs:rectRatio (Results 1 - 4 of 4) sorted by relevance

/test/xts/hats/hdf/display/composer/moduletest/
H A Dhdi_device_test.cpp42 .rectRatio = { 0, 0, 1.0f, 0.125f },
48 .rectRatio = { 0, 0.875f, 1.0f, 0.125f },
54 .rectRatio = { 0, 0.0, 1.0f, 1.0f },
65 .rectRatio = { 0, 0, 1.0f, 1.0f },
69 .rectRatio = { 0, 0, 1.0f, 0.125f },
73 .rectRatio = { 0, 0.875f, 1.0f, 0.125f },
84 .rectRatio = { 0, 0, 1.0f, 1.0f },
91 .rectRatio = { 0, 0, 1.0f, 0.125f },
98 .rectRatio = { 0, 0.875f, 1.0f, 0.125f },
109 .rectRatio
[all...]
/test/xts/hats/hdf/display/composer/unittest/
H A Dhdi_composer_ut.cpp131 DISPLAY_TEST_LOGE(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
132 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
133 setting.displayRect.h = static_cast<uint32_t>(setting.rectRatio.h * h); in AdjustLayerSettings()
134 setting.displayRect.w = static_cast<uint32_t>(setting.rectRatio.w * w); in AdjustLayerSettings()
135 setting.displayRect.x = static_cast<uint32_t>(setting.rectRatio.x * w); in AdjustLayerSettings()
136 setting.displayRect.y = static_cast<uint32_t>(setting.rectRatio.y * h); in AdjustLayerSettings()
138 setting.rectRatio.x, setting.rectRatio in AdjustLayerSettings()
[all...]
/test/xts/hats/hdf/display/composer/benchmark/
H A Ddisplay_benchmark_test.cpp137 DISPLAY_TEST_LOGE(" ratio w: %f ratio h: %f", setting.rectRatio.w, setting.rectRatio.h); in AdjustLayerSettings()
138 if ((setting.rectRatio.w > 0.0f) && (setting.rectRatio.h > 0.0f)) { in AdjustLayerSettings()
139 setting.displayRect.h = static_cast<uint32_t>(setting.rectRatio.h * h); in AdjustLayerSettings()
140 setting.displayRect.w = static_cast<uint32_t>(setting.rectRatio.w * w); in AdjustLayerSettings()
141 setting.displayRect.x = static_cast<uint32_t>(setting.rectRatio.x * w); in AdjustLayerSettings()
142 setting.displayRect.y = static_cast<uint32_t>(setting.rectRatio.y * h); in AdjustLayerSettings()
144 setting.rectRatio.x, setting.rectRatio in AdjustLayerSettings()
[all...]
/test/xts/hats/hdf/display/composer/common/
H A Ddisplay_test_utils.h59 FRect rectRatio = { 0.0f }; member

Completed in 5 milliseconds