Searched defs:bufDef (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Mem.cpp185 * @bufDef : [output] reference to struct to store buffer definition
191 mm_camera_buf_def_t &bufDef, int index) const
197 bufDef.fd = mMemInfo[index].fd;
198 bufDef.frame_len = mMemInfo[index].size;
199 bufDef.mem_info = (void *)this;
200 bufDef.num_planes = offset.num_planes;
201 bufDef.buffer = getPtr(index);
202 bufDef.buf_idx = index;
205 bufDef.planes[0].length = offset.mp[0].len;
206 bufDef
190 getBufDef(const cam_frame_len_offset_t &offset, mm_camera_buf_def_t &bufDef, int index) const argument
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMem.cpp194 * @bufDef : [output] reference to struct to store buffer definition
200 mm_camera_buf_def_t &bufDef, int index) const
206 bufDef.fd = mMemInfo[index].fd;
207 bufDef.frame_len = offset.frame_len;
208 bufDef.mem_info = (void *)this;
209 bufDef.num_planes = offset.num_planes;
210 bufDef.buffer = getPtr(index);
211 bufDef.buf_idx = index;
214 bufDef.planes[0].length = offset.mp[0].len;
215 bufDef
199 getBufDef(const cam_frame_len_offset_t &offset, mm_camera_buf_def_t &bufDef, int index) const argument
[all...]

Completed in 84 milliseconds