Home
last modified time | relevance | path

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

/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
Ddcamera_host.cpp93 constexpr uint32_t UNIT_LENGTH = 3; in GetCameraAbility() local
101 if (item.count % UNIT_LENGTH != 0) { in GetCameraAbility()
105 for (uint32_t index = 0; index < item.count; index += UNIT_LENGTH) { in GetCameraAbility()