Home
last modified time | relevance | path

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

/applications/sample/camera/gallery/src/
H A Dplayer_ability_slice.cpp419 int64_t currentSecond = currentTime / 1000; // 1000: 1s = 1000ms in Callback() local
422 sprintf_s(time, sizeof(time), "%02lld:%02lld", currentSecond / 60, currentSecond % 60); // 60: 1minute = 60s in Callback()

Completed in 2 milliseconds