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

  /toolchain/binutils/binutils-2.25/bfd/
pef.h 45 unsigned long main_offset; member in struct:bfd_pef_loader_header
pef.c 322 header->main_offset = bfd_getb32 (buf + 4);
409 fprintf (file, "main_offset: %lu\n", header->main_offset);
495 abfd->start_address = section->vma + header.main_offset;
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraPostProc.cpp 604 cam_frame_len_offset_t main_offset; local
605 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
606 main_stream->getFrameOffset(main_offset);
609 main_offset.frame_len, main_offset.mp[0].width, main_offset.mp[0].height,
610 main_offset.mp[0].stride, main_offset.mp[0].scanline);
629 encode_parm.src_main_buf[i].offset = main_offset;
643 encode_parm.src_main_buf[i].offset = main_offset;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 366 cam_frame_len_offset_t main_offset = local
375 encode_parm.src_main_buf[0].offset = main_offset;
394 encode_parm.dest_buf[0].offset = main_offset;
450 cam_frame_len_offset_t main_offset; local
451 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
452 main_stream->getFrameOffset(main_offset);
476 encode_parm.src_main_buf[i].offset = main_offset;
528 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 332 cam_frame_len_offset_t main_offset = local
341 encode_parm.src_main_buf[0].offset = main_offset;
360 encode_parm.dest_buf[0].offset = main_offset;
417 cam_frame_len_offset_t main_offset; local
418 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
419 main_stream->getFrameOffset(main_offset);
443 encode_parm.src_main_buf[i].offset = main_offset;
495 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3PostProc.cpp 332 cam_frame_len_offset_t main_offset = local
341 encode_parm.src_main_buf[0].offset = main_offset;
360 encode_parm.dest_buf[0].offset = main_offset;
417 cam_frame_len_offset_t main_offset; local
418 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
419 main_stream->getFrameOffset(main_offset);
443 encode_parm.src_main_buf[i].offset = main_offset;
495 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3PostProc.cpp 375 cam_frame_len_offset_t main_offset = local
384 encode_parm.src_main_buf[0].offset = main_offset;
403 encode_parm.dest_buf[0].offset = main_offset;
459 cam_frame_len_offset_t main_offset; local
460 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
461 main_stream->getFrameOffset(main_offset);
485 encode_parm.src_main_buf[i].offset = main_offset;
537 encode_parm.dest_buf[0].offset = main_offset;
    [all...]
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraPostProc.cpp 486 cam_frame_len_offset_t main_offset; local
487 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
488 main_stream->getFrameOffset(main_offset);
506 encode_parm.src_main_buf[i].offset = main_offset;
570 out_size = main_offset.frame_len;
597 encode_parm.dest_buf[i].buf_size = main_offset.frame_len;
601 encode_parm.dest_buf[i].offset = main_offset;
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraPostProc.cpp 486 cam_frame_len_offset_t main_offset; local
487 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
488 main_stream->getFrameOffset(main_offset);
506 encode_parm.src_main_buf[i].offset = main_offset;
570 out_size = main_offset.frame_len;
597 encode_parm.dest_buf[i].buf_size = main_offset.frame_len;
601 encode_parm.dest_buf[i].offset = main_offset;
    [all...]
  /device/google/marlin/camera/QCamera2/HAL/
QCameraPostProc.cpp 547 cam_frame_len_offset_t main_offset; local
548 memset(&main_offset, 0, sizeof(cam_frame_len_offset_t));
549 main_stream->getFrameOffset(main_offset);
567 encode_parm.src_main_buf[i].offset = main_offset;
573 main_offset.mp[0].width, main_offset.mp[0].height,
574 main_offset.frame_len, encode_parm.rotation,
656 out_size = main_offset.frame_len;
684 encode_parm.dest_buf[i].buf_size = main_offset.frame_len;
688 encode_parm.dest_buf[i].offset = main_offset;
    [all...]

Completed in 6572 milliseconds