Searched refs:num_bufs (Results 1 – 3 of 3) sorted by relevance
779 int fd, size_t buf_size, uint_t num_bufs, in sGetMemory() argument784 mem = new CameraHeapMemory(buf_size, num_bufs); in sGetMemory()786 mem = new CameraHeapMemory(fd, buf_size, num_bufs); in sGetMemory()
365 static camera_memory_t* sGetMemory(int fd, size_t buf_size, uint_t num_bufs,
139 int num_bufs = this_len / AIO_BUF_LEN + (this_len % AIO_BUF_LEN == 0 ? 0 : 1); in doAsync() local140 for (int i = 0; i < num_bufs; i++) { in doAsync()