HomeSort by relevance Sort by last modified time
    Searched refs:plane_idx (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_cliptest_tmp.h 130 unsigned plane_idx = ffs(ucp_mask)-1; local
131 ucp_mask &= ~(1 << plane_idx);
132 plane_idx += 6;
141 i = plane_idx - 6;
148 mask |= 1 << plane_idx;
150 if (!(dot4(clipvertex, plane[plane_idx]) >= 0))
151 mask |= 1 << plane_idx;
draw_pipe_clip.c 358 int plane_idx)
362 if (plane_idx < 6) {
364 plane = clipper->plane[plane_idx];
369 int _idx = plane_idx - 6;
377 plane = clipper->plane[plane_idx];
461 const unsigned plane_idx = ffs(clipmask)-1; local
462 const boolean is_user_clip_plane = plane_idx >= 6;
468 dp_prev = getclipdist(clipper, vert_prev, plane_idx);
469 clipmask &= ~(1<<plane_idx);
484 float dp = getclipdist(clipper, vert, plane_idx);
626 const unsigned plane_idx = ffs(clipmask)-1; local
703 const unsigned plane_idx = ffs(clipmask)-1; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_muxer.h 111 uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx, int fd,
119 int32_t plane_idx, mm_camera_obj_t *cam_obj);
181 int32_t plane_idx, int fd, size_t size,
188 int32_t plane_idx, cam_mapping_buf_type type, void *userdata);
mm_camera.h 794 int32_t plane_idx,
806 int32_t plane_idx);
847 int32_t plane_idx,
856 int32_t plane_idx);
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 336 int32_t plane_idx; member in struct:__anon4421
345 int32_t plane_idx; member in struct:__anon4422
607 int32_t plane_idx,
615 int32_t plane_idx);
650 int32_t plane_idx,
656 int32_t plane_idx);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 336 int32_t plane_idx; member in struct:__anon4973
345 int32_t plane_idx; member in struct:__anon4974
607 int32_t plane_idx,
615 int32_t plane_idx);
650 int32_t plane_idx,
656 int32_t plane_idx);
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Stream.h 94 int32_t plane_idx, int fd, void *buffer, size_t size);
95 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Stream.h 90 int32_t plane_idx, int fd, size_t size);
91 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Stream.h 90 int32_t plane_idx, int fd, size_t size);
91 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3Stream.h 95 int32_t plane_idx, int fd, void *buffer, size_t size);
96 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 190 * @plane_idx : plane index. If all planes share the same
191 * fd, plane_idx = -1; otherwise, plean_idx is
198 int32_t plane_idx,
208 * @plane_idx : plane index. If all planes share the same
209 * fd, plane_idx = -1; otherwise, plean_idx is
214 int32_t plane_idx,
578 * @plane_idx : plane index. If all planes share the same fd,
579 * plane_idx = -1; otherwise, plean_idx is the
591 int32_t plane_idx,
605 * @plane_idx : plane index. If all planes share the same fd
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 190 * @plane_idx : plane index. If all planes share the same
191 * fd, plane_idx = -1; otherwise, plean_idx is
198 int32_t plane_idx,
208 * @plane_idx : plane index. If all planes share the same
209 * fd, plane_idx = -1; otherwise, plean_idx is
214 int32_t plane_idx,
578 * @plane_idx : plane index. If all planes share the same fd,
579 * plane_idx = -1; otherwise, plean_idx is the
591 int32_t plane_idx,
605 * @plane_idx : plane index. If all planes share the same fd
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 210 * @plane_idx : plane index. If all planes share the same
211 * fd, plane_idx = -1; otherwise, plean_idx is
219 int32_t plane_idx,
233 * @plane_idx : plane index. If all planes share the same
234 * fd, plane_idx = -1; otherwise, plean_idx is
239 int32_t plane_idx,
627 * @plane_idx : plane index. If all planes share the same fd,
628 * plane_idx = -1; otherwise, plean_idx is the
640 int32_t plane_idx,
667 * @plane_idx : plane index. If all planes share the same fd
    [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraBufferMaps.cpp 179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex;
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 225 * @plane_idx : plane index. If all planes share the same
226 * fd, plane_idx = -1; otherwise, plean_idx is
234 int32_t plane_idx,
248 * @plane_idx : plane index. If all planes share the same
249 * fd, plane_idx = -1; otherwise, plean_idx is
254 int32_t plane_idx,
667 * @plane_idx : plane index. If all planes share the same fd,
668 * plane_idx = -1; otherwise, plean_idx is the
680 int32_t plane_idx,
707 * @plane_idx : plane index. If all planes share the same fd
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraBufferMaps.cpp 179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex;
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.h 103 int32_t plane_idx, int fd, void *buffer, size_t size,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
  /device/huawei/angler/camera/QCamera2/HAL/
QCameraStream.h 95 int32_t plane_idx, int fd, size_t size,
97 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
  /device/lge/bullhead/camera/QCamera2/HAL/
QCameraStream.h 95 int32_t plane_idx, int fd, size_t size,
97 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
  /hardware/qcom/camera/msm8998/QCamera2/HAL/
QCameraStream.h 103 int32_t plane_idx, int fd, void *buffer, size_t size,
108 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx,
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_muxer.c     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 681 int32_t plane_idx,
693 int32_t plane_idx);
730 int32_t plane_idx,
739 int32_t plane_idx);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
mm_camera_interface.c     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]

Completed in 782 milliseconds

1 2 3