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

  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Mem.cpp 239 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
243 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
244 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
245 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
246 bufDef.planes_buf.planes[0].reserved[0] = 0;
247 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
248 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
249 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
250 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
251 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /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/msm8998/QCamera2/HAL3/
QCamera3Mem.cpp 241 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/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...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 261 for (i = 0; i < frame->planes_buf.num_planes; i++) {
264 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
267 frame->planes_buf.planes[i].length);
268 offset += (int)frame->planes_buf.planes[i].length;
318 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes;
326 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
327 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
329 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
330 app_bufs[i].buf.planes_buf.planes[0].reserved[0] = 0
    [all...]
mm_qcamera_rdi.c 57 for (i = 0; i < frame->planes_buf.num_planes; i++) {
59 (uint8_t *)frame->buffer + frame->planes_buf.planes[i].data_offset,
  /device/google/marlin/camera/QCamera2/HAL/
QCameraMem.cpp 282 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
287 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
288 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
289 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
290 bufDef.planes_buf.planes[0].reserved[0] = 0;
291 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
292 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
293 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
294 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
295 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraMem.cpp 284 bufDef.planes_buf.num_planes = (int8_t)offset.num_planes;
289 bufDef.planes_buf.planes[0].length = offset.mp[0].len;
290 bufDef.planes_buf.planes[0].m.userptr = (long unsigned int)mMemInfo[index].fd;
291 bufDef.planes_buf.planes[0].data_offset = offset.mp[0].offset;
292 bufDef.planes_buf.planes[0].reserved[0] = 0;
293 for (int i = 1; i < bufDef.planes_buf.num_planes; i++) {
294 bufDef.planes_buf.planes[i].length = offset.mp[i].len;
295 bufDef.planes_buf.planes[i].m.userptr = (long unsigned int)mMemInfo[i].fd;
296 bufDef.planes_buf.planes[i].data_offset = offset.mp[i].offset;
297 bufDef.planes_buf.planes[i].reserved[0]
    [all...]
  /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,
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 260 for (i = 0; i < frame->planes_buf.num_planes; i++) {
263 frame->planes_buf.planes[i].data_offset, frame->planes_buf.planes[i].length);
266 frame->planes_buf.planes[i].length);
267 offset += (int)frame->planes_buf.planes[i].length;
317 app_bufs[i].buf.planes_buf.num_planes = (int8_t)frame_offset_info->num_planes;
325 app_bufs[i].buf.planes_buf.planes[0].length = frame_offset_info->mp[0].len;
326 app_bufs[i].buf.planes_buf.planes[0].m.userptr =
328 app_bufs[i].buf.planes_buf.planes[0].data_offset = frame_offset_info->mp[0].offset;
329 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/common/
mm_camera_interface.h 129 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon4371
  /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::__anon4923
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 134 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon3783
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 148 mm_camera_plane_buf_def_t planes_buf; member in union:mm_camera_buf_def::__anon44079
    [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...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c     [all...]

Completed in 4698 milliseconds