Home
last modified time | relevance | path

Searched refs:windowLeftNum (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp196 const int32_t windowLeftNum = 2; in UpdateIncomingFrameTimes() local
197 for (int i = (INCOME_FRAME_TIME_HISTORY_WINDOWS_SIZE - windowLeftNum); i >= 0; --i) { in UpdateIncomingFrameTimes()