Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dcamera_buffer_manager.c54 uint32_t planeCnt; in BufferQueueFindPlaneByOffset() local
62 for (planeCnt = 0; planeCnt < buffer->numPlanes; ++planeCnt) { in BufferQueueFindPlaneByOffset()
63 if (buffer->planes[planeCnt].memory.offset == off) { in BufferQueueFindPlaneByOffset()
65 *planeId = planeCnt; in BufferQueueFindPlaneByOffset()