Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/samples/composer/
H A Dhello_composer.cpp301 uint32_t currentModeIndex = 0; in CreatePhysicalScreen() local
302 screen->GetScreenMode(currentModeIndex); in CreatePhysicalScreen()
303 LOGI("currentModeIndex:%{public}d", currentModeIndex); in CreatePhysicalScreen()
308 if (displayModeInfos[i].id == static_cast<int32_t>(currentModeIndex)) { in CreatePhysicalScreen()
316 screen->SetScreenMode(currentModeIndex); in CreatePhysicalScreen()
317 LOGI("SetScreenMode: currentModeIndex(%{public}d)", currentModeIndex); in CreatePhysicalScreen()

Completed in 2 milliseconds