Searched refs:DISPLAY_TEST_LOGD (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.cpp | 32 DISPLAY_TEST_LOGD(); in Init() 40 DISPLAY_TEST_LOGD("the modes size() %{public}zu", modes_.size()); in Init() 76 DISPLAY_TEST_LOGD(); in GetModeInfoFromId() 92 DISPLAY_TEST_LOGD(); in CreateHdiTestLayer() 95 DISPLAY_TEST_LOGD("CreateLayer layerId %{public}u", layerId); in CreateHdiTestLayer() 122 DISPLAY_TEST_LOGD(" the layer id %{public}u ", layers[i]); in RefreshLayersCompType() 139 DISPLAY_TEST_LOGD(" the layer id %{public}u, fence: 0x%x", layers[i], fences[i]); in GetLayersReleaseFence() 150 DISPLAY_TEST_LOGD("id : %{public}u layer size %{public}zu", id_, layerMaps_.size()); in PrepareDisplayLayers() 200 DISPLAY_TEST_LOGD("commit out client buffer fence: %{public}d", fenceFd); in Commit() 231 DISPLAY_TEST_LOGD(); in Clear() [all …]
|
H A D | hdi_test_layer.cpp | 75 DISPLAY_TEST_LOGD("the fd is %{public}d", fd); in SetReleaseFence() 84 DISPLAY_TEST_LOGD("the fd is %{public}d", fd); in SetAcquirceFence() 148 DISPLAY_TEST_LOGD(); in Init() 183 …DISPLAY_TEST_LOGD("x : %{public}d y : %{public}d w : %{public}d h : %{public}d", rect.x, rect.y, r… in SetLayerPosition() 189 …DISPLAY_TEST_LOGD("x : %{public}d y : %{public}d w : %{public}d h : %{public}d", rect.x, rect.y, r… in SetLayerCrop() 196 DISPLAY_TEST_LOGD(); in PreparePresent() 250 DISPLAY_TEST_LOGD("the zorder is %{public}u", zorder); in SetZorder() 256 DISPLAY_TEST_LOGD("layer id %{public}u ,the type is : %{public}d", id_, type); in SetCompType() 267 DISPLAY_TEST_LOGD(); in SetAlpha() 273 DISPLAY_TEST_LOGD("type %{public}d", type); in SetBlendType() [all …]
|
H A D | hdi_test_device.cpp | 35 DISPLAY_TEST_LOGD("outputId %{public}u connected %{public}d", outputId, connected); in HotPlug() 41 DISPLAY_TEST_LOGD("end"); in HotPlug() 61 …DISPLAY_TEST_CHK_RETURN((iter == displays_.end()), nullptr, DISPLAY_TEST_LOGD("can not find the di… in GetDisplayFromId() 71 DISPLAY_TEST_LOGD("the display not find will creat a display"); in FindDisplayOrCreate()
|
H A D | display_test_utils.cpp | 75 DISPLAY_TEST_LOGD("SaveFile hasWriten %{public}d", hasWriten); in SaveFile() 150 DISPLAY_TEST_LOGD("x:%{public}d y:%{public}d width:%{public}d", x, y, handle.width); in CheckPixel() 203 …DISPLAY_TEST_LOGD("x %{public}d, y %{public}d w %{public}d h %{public}d color %x ", rect.x, rect.y… in ClearColorRect() 216 DISPLAY_TEST_LOGD("the colors empty"); in SplitBuffer() 221 DISPLAY_TEST_LOGD("ROW_NUM is zero"); in SplitBuffer() 228 …DISPLAY_TEST_LOGD("ROW_NUM %{public}u, COL_NUM %{public}u CELL_WIDTH %{public}u CELL_HEIGHT %{publ… in SplitBuffer()
|
H A D | display_test.h | 48 #define DISPLAY_TEST_LOGD(format, ...) \ macro
|
/ohos5.0/drivers/peripheral/display/composer/test/moduletest/ |
H A D | hdi_device_test.cpp | 236 DISPLAY_TEST_LOGD("color 0x%x", setting.color); in CreateTestLayer() 267 DISPLAY_TEST_LOGD(); in PrepareAndPrensent() 290 DISPLAY_TEST_LOGD(); in AdjustLayerSettings() 323 DISPLAY_TEST_LOGD("settings %{public}zd", settings.size()); in CreateLayers() 351 DISPLAY_TEST_LOGD(); in PrepareAndCommit() 395 DISPLAY_TEST_LOGD(); in NotifyVblank() 397 DISPLAY_TEST_LOGD("sequence = %{public}u, ns = %" PRIu64 "", sequence, ns); in NotifyVblank() 402 DISPLAY_TEST_LOGD(); in NotifyVblank() 410 DISPLAY_TEST_LOGD(); in WaitVblank() 413 DISPLAY_TEST_LOGD(); in WaitVblank() [all …]
|
/ohos5.0/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 66 DISPLAY_TEST_LOGD("color 0x%x", setting.color); in CreateTestLayer() 97 DISPLAY_TEST_LOGD(); in PrepareAndCommit() 128 DISPLAY_TEST_LOGD(); in AdjustLayerSettings() 161 DISPLAY_TEST_LOGD("settings %{public}zd", settings.size()); in CreateLayers() 221 DISPLAY_TEST_LOGD(); in NotifyVblank() 228 DISPLAY_TEST_LOGD(); in NotifyVblank() 236 DISPLAY_TEST_LOGD(); in WaitVblank() 239 DISPLAY_TEST_LOGD(); in WaitVblank() 855 DISPLAY_TEST_LOGD(); 1035 DISPLAY_TEST_LOGD("RegRefreshCallback not support"); [all …]
|