HomeSort by relevance Sort by last modified time
    Searched defs:planes (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 180 LP_CHECK_MEMBER_OFFSET(struct draw_jit_context, planes,
869 LLVMValueRef plane1, planes, plane_ptr, sum; local
910 /* Cliptest, for hardwired planes */
    [all...]
draw_private.h 55 /** Sum of frustum planes and user-defined planes */
192 /* pointer to planes */
193 float (*planes)[DRAW_TOTAL_CLIP_PLANES][4]; member in struct:draw_context::__anon10815::__anon10818
211 /* Flags set if API requires clipping in these planes and the
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
201 #define SDL_IYUV_OVERLAY 0x56555949 /**< Planar mode: Y + U + V (3 planes) */
211 int planes; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
DngCreator.java 396 Image.Plane[] planes = pixels.getPlanes(); local
397 if (planes == null || planes.length <= 0) {
398 throw new IllegalArgumentException("Image with no planes passed to writeImage");
401 ByteBuffer buf = planes[0].getBuffer();
403 planes[0].getPixelStride(), planes[0].getRowStride(), 0);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 55 "Flip the chroma planes in the output");
125 return I420Scale(src->planes[VPX_PLANE_Y], src->stride[VPX_PLANE_Y],
126 src->planes[VPX_PLANE_U], src->stride[VPX_PLANE_U],
127 src->planes[VPX_PLANE_V], src->stride[VPX_PLANE_V],
129 dst->planes[VPX_PLANE_Y], dst->stride[VPX_PLANE_Y],
130 dst->planes[VPX_PLANE_U], dst->stride[VPX_PLANE_U],
131 dst->planes[VPX_PLANE_V], dst->stride[VPX_PLANE_V],
237 static void update_image_md5(const vpx_image_t *img, const int planes[3],
242 const int plane = planes[i];
243 const unsigned char *buf = img->planes[plane]
844 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; local
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
201 #define SDL_IYUV_OVERLAY 0x56555949 /**< Planar mode: Y + U + V (3 planes) */
211 int planes; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
201 #define SDL_IYUV_OVERLAY 0x56555949 /**< Planar mode: Y + U + V (3 planes) */
211 int planes; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 200 #define SDL_YV12_OVERLAY 0x32315659 /**< Planar mode: Y + V + U (3 planes) */
201 #define SDL_IYUV_OVERLAY 0x56555949 /**< Planar mode: Y + U + V (3 planes) */
211 int planes; /**< Read-only */ member in struct:SDL_Overlay
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
ImageReaderTest.java 448 Image.Plane[] planes = yuvImage.getPlanes(); local
450 Image.Plane yPlane = planes[0];
451 Image.Plane cbPlane = planes[1];
452 Image.Plane crPlane = planes[2];
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 725 Plane[] planes = image.getPlanes(); local
730 assertEquals("YUV420 format Images should have 3 planes", 3, planes.length);
740 * Read data from all planes of an Image into a contiguous unpadded,
747 * the Y plane data first, followed by U(Cb), V(Cr) planes if there is any
761 Plane[] planes = image.getPlanes(); local
762 assertTrue("Fail to get image planes", planes != null && planes.length > 0);
771 byte[] rowData = new byte[planes[0].getRowStride()]
    [all...]
DecoderTest.java 1749 Image.Plane[] planes = image.getPlanes(); local
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 96 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:mm_camera_frame_t
mm_camera_interface2.h 172 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon3823
524 uint32_t planes[]);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 196 int8_t num_planes; /* num of planes, to be filled during mem allocation */
197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/ member in struct:__anon4040
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 535 const ClipVolumePlane* planes[] = { &clipPosX, &clipNegX, &clipPosY, &clipNegY, &clipPosZ, &clipNegZ }; local
551 const ClipVolumePlane* plane = planes[planeNdx];
603 // Clip all subtriangles to all relevant planes
616 clipTriangleToPlane(convexPrimitive, subTriangles[subTriangleNdx].vertices, *planes[planeNdx]);
705 * Clip lines to the near and far clip planes.
707 * Clipping to other planes is a by-product of the viewport test (i.e.
719 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization phase
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 125 ExynosVideoPlane planes[VIDEO_BUFFER_MAX_PLANES]; member in struct:_ExynosVideoBuffer
286 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
310 ExynosVideoErrorType (*Register)(void *pHandle, ExynosVideoPlane *planes, int nPlanes);
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 707 struct v4l2_plane planes[1]; local
711 memset(planes, 0, sizeof(planes));
715 buffer.m.planes = planes;
725 memset(planes, 0, sizeof(planes));
732 buffer.m.planes = planes;
733 buffer.m.planes[0].m.fd = h->fd
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/media/
msmb_isp.h 375 struct msm_isp_qbuf_plane planes[MAX_PLANES_PER_STREAM]; member in struct:msm_isp_qbuf_buffer
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_isp.h 341 struct msm_isp_qbuf_plane planes[MAX_PLANES_PER_STREAM]; member in struct:msm_isp_qbuf_buffer
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp 1324 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1364 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1528 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1579 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1711 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1756 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
3414 unsigned int planes; local
3470 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 182 int planes; member in struct:android::node_info
393 int planes; member in struct:android::stream_parameters
ExynosCameraHWInterface2.cpp 126 if (node->planes >= 1) {
165 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
169 v4l2_buf.m.planes = planes;
173 v4l2_buf.length = node->planes;
175 for(i = 0; i < node->planes; i++){
176 v4l2_buf.m.planes[i].m.fd = (int)(node->buffer[index].fd.extFd[i]);
177 v4l2_buf.m.planes[i].length = (unsigned long)(node->buffer[index].size.extS[i]);
236 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
241 v4l2_buf.m.planes = planes
254 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1565 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
2035 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
4032 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1158 jobjectArray planes = jni()->NewObjectArray(3, *j_byte_buffer_class_, NULL); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
videodev2.h 466 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon899
    [all...]
  /development/ndk/platforms/android-L/include/linux/
videodev2.h 464 struct v4l2_plane *planes; member in union:v4l2_buffer::__anon2474
    [all...]

Completed in 1128 milliseconds

1 2 34 5