HomeSort by relevance Sort by last modified time
    Searched refs:planes_buf (Results 1 - 18 of 18) sorted by null

  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Mem.cpp 232 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
237 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
238 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
239 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
240 bufDef.planes_buf.planes[0].reserved[0] = 0;
241 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
242 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
243 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
244 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
245 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Mem.cpp 232 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
237 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
238 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
239 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
240 bufDef.planes_buf.planes[0].reserved[0] = 0;
241 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
242 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
243 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
244 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
245 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp 238 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
242 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
243 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
244 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
245 bufDef.planes_buf.planes[0].reserved[0] = 0;
246 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
247 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
248 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
249 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
250 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraMem.cpp 240 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
245 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
246 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
247 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
248 bufDef.planes_buf.planes[0].reserved[0] = 0;
249 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
250 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
251 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
252 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
253 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraMem.cpp 240 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
245 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
246 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
247 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
248 bufDef.planes_buf.planes[0].reserved[0] = 0;
249 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
250 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
251 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
252 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
253 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp 276 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
281 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
282 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
283 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
284 bufDef.planes_buf.planes[0].reserved[0] = 0;
285 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
286 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
287 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
288 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
289 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 258 for (i = 0; i < frame->planes_buf.num_planes; i++) {
261 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
264 frame->planes_buf.planes[i].length);
265 offset += (int)frame->planes_buf.planes[i].length;
315 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes;
323 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
324 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
326 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
327 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0
    [all...]
mm_qcamera_rdi.c 55 for (i = 0; i < frame->planes_buf.num_planes; i++) {
57 (uint8_t *)frame->buffer + frame->planes_buf.planes[i].data_offset,
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 252 for (i = 0; i < frame->planes_buf.num_planes; i++) {
255 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
258 frame->planes_buf.planes[i].length);
259 offset += (int)frame->planes_buf.planes[i].length;
309 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes;
317 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
318 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
320 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
321 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0
    [all...]
mm_qcamera_rdi.c 51 for (i = 0; i < frame->planes_buf.num_planes; i++) {
53 (uint8_t *)frame->buffer + frame->planes_buf.planes[i].data_offset,
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 252 for (i = 0; i < frame->planes_buf.num_planes; i++) {
255 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
258 frame->planes_buf.planes[i].length);
259 offset += (int)frame->planes_buf.planes[i].length;
309 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes;
317 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
318 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
320 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
321 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0
    [all...]
mm_qcamera_rdi.c 51 for (i = 0; i < frame->planes_buf.num_planes; i++) {
53 (uint8_t *)frame->buffer + frame->planes_buf.planes[i].data_offset,
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 129 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon3509
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 129 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon4420
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 133 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon32064
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]

Completed in 329 milliseconds