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

1 2

  /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...]
draw_llvm.c 1258 unsigned plane_idx = ffs(ucp_enable)-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/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...]
  /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...]
  /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,
QCameraMem.cpp 327 uint32_t plane_idx = (index * buf_info.frame_buf_cnt); local
350 bufs->getBufDef(plane_offset, planeBufDef[plane_idx], plane_idx);
352 cont_buf->buf_idx[i] = planeBufDef[plane_idx].buf_idx;
353 plane_idx++;
357 LOGD("num_buf = %d index = %d plane_idx = %d",
358 bufDef.user_buf.num_buffers, index, plane_idx);
    [all...]
  /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);
QCamera3Stream.cpp     [all...]
  /external/libvpx/libvpx/test/
vp9_scale_test.cc 111 const int plane_idx) const {
115 printf("Plane %d pixel[%d][%d] diff:%6d (ref),%6d (opt)\n", 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/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);
QCamera3Stream.cpp     [all...]
  /external/wayland-protocols/freedesktop.org/unstable/linux-dmabuf/
linux-dmabuf-unstable-v1.xml 155 You must use consecutive plane indices ('plane_idx' argument for 'add')
164 <entry name="plane_idx" value="1"
200 This request raises the PLANE_IDX error if plane_idx is too large.
205 <arg name="plane_idx" type="uint" summary="plane index"/>
  /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);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera_muxer.c     [all...]
mm_camera_interface.c     [all...]
mm_camera.c     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_interface.c     [all...]
mm_camera.c     [all...]
mm_camera_stream.c     [all...]
  /device/google/marlin/camera/QCamera2/util/
QCameraBufferMaps.cpp 179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex;
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraBufferMaps.cpp 179 mBufMapList.buf_maps[pos].plane_idx = pPlaneIndex;

Completed in 921 milliseconds

1 2