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

1 2 34 5 6 7 8 91011>>

  /external/libdrm/tests/planetest/
planetest.c 73 /* Create our planes */
78 printf("no unused planes available\n");
atomictest.c 85 /* Create our planes */
90 printf("no unused planes available\n");
  /external/skia/src/utils/
SkRGBAToYUV.cpp 15 bool SkRGBAToYUV(const SkImage* image, const SkISize sizes[3], void* const planes[3],
42 SkImageInfo::MakeA8(sizes[i].fWidth, sizes[i].fHeight), planes[i], rb));
  /external/dng_sdk/source/
dng_read_image.cpp 813 image.Planes (),
1018 uint32 planes,
1044 uint32 planes,
1053 , fPlanes (planes)
1180 uint32 planes,
1190 rows = SafeUint32Mult(rows, planes);
1194 samplesPerRow = SafeUint32Mult(samplesPerRow, planes);
1434 dng_pixel_buffer buffer (tileArea, plane, planes, pixelType,
1520 uint32 planes,
1582 numComponentsAsUint32 != planes )
    [all...]
dng_lens_correction.cpp 47 dng_warp_params::dng_warp_params (uint32 planes,
50 : fPlanes (planes)
55 DNG_ASSERT (planes >= 1, "Too few planes." );
56 DNG_ASSERT (planes <= kMaxColorPlanes, "Too many planes.");
284 printf ("Planes: %u\n", (unsigned) fPlanes);
318 dng_warp_params_rectilinear::dng_warp_params_rectilinear (uint32 planes,
323 : dng_warp_params (planes,
735 dng_warp_params_fisheye::dng_warp_params_fisheye (uint32 planes,
    [all...]
dng_sdk_limits.h 46 /// Maximum number of color planes.
dng_simple_image.h 43 uint32 planes,
dng_gain_map.cpp 256 uint32 planes)
261 , fPlanes (planes)
263 , fRowStep (SafeUint32Mult(planes, points.h))
378 printf ("Planes: %u\n",
560 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
561 plane < buffer.Planes ();
565 uint32 mapPlane = Min_uint32 (plane, fGainMap->Planes () - 1);
dng_misc_opcodes.h 58 /// specifying opcodes that only apply to specific color planes or pixel types (e.g.,
87 uint32 planes = 1,
93 , fPlanes (planes)
114 /// The total number of planes.
116 const uint32 Planes () const
  /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...]
  /external/libdrm/tests/util/
pattern.h 36 void *planes[3], unsigned int width,
  /external/opencv3/samples/gpu/
optical_flow.cpp 128 GpuMat planes[2]; local
129 cuda::split(d_flow, planes);
131 Mat flowx(planes[0]);
132 Mat flowy(planes[1]);
  /external/skia/src/codec/
SkCodecImageGenerator.h 29 bool onGetYUV8Planes(SkISize sizes[3], void* planes[3], size_t rowBytes[3],
  /external/webrtc/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 65 // - stride_uv: Pointer to the stride of the u and v planes (setting identical
88 // Extract buffer from VideoFrame (consecutive planes, no stride)
150 // Compute PSNR for an I420 frame (all planes).
153 // Compute SSIM for an I420 frame (all planes).
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 102 * Given an n-gon as input, clipping against 6 planes could generate an
113 /* count vertices "outside" with respect to each of the six planes */
128 /* check if all vertices are "outside" any of the six planes */
136 * now clip against each of the planes that might cut the polygon,
  /external/kernel-headers/original/uapi/drm/
drm_fourcc.h 128 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) planes */
129 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */
130 #define DRM_FORMAT_YUV411 fourcc_code('Y', 'U', '1', '1') /* 4x1 subsampled Cb (1) and Cr (2) planes */
131 #define DRM_FORMAT_YVU411 fourcc_code('Y', 'V', '1', '1') /* 4x1 subsampled Cr (1) and Cb (2) planes */
132 #define DRM_FORMAT_YUV420 fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
133 #define DRM_FORMAT_YVU420 fourcc_code('Y', 'V', '1', '2') /* 2x2 subsampled Cr (1) and Cb (2) planes */
134 #define DRM_FORMAT_YUV422 fourcc_code('Y', 'U', '1', '6') /* 2x1 subsampled Cb (1) and Cr (2) planes */
135 #define DRM_FORMAT_YVU422 fourcc_code('Y', 'V', '1', '6') /* 2x1 subsampled Cr (1) and Cb (2) planes */
136 #define DRM_FORMAT_YUV444 fourcc_code('Y', 'U', '2', '4') /* non-subsampled Cb (1) and Cr (2) planes */
137 #define DRM_FORMAT_YVU444 fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) planes */
    [all...]
  /external/libdrm/include/drm/
drm_fourcc.h 119 #define DRM_FORMAT_YUV410 fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) planes */
120 #define DRM_FORMAT_YVU410 fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */
121 #define DRM_FORMAT_YUV411 fourcc_code('Y', 'U', '1', '1') /* 4x1 subsampled Cb (1) and Cr (2) planes */
122 #define DRM_FORMAT_YVU411 fourcc_code('Y', 'V', '1', '1') /* 4x1 subsampled Cr (1) and Cb (2) planes */
123 #define DRM_FORMAT_YUV420 fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
124 #define DRM_FORMAT_YVU420 fourcc_code('Y', 'V', '1', '2') /* 2x2 subsampled Cr (1) and Cb (2) planes */
125 #define DRM_FORMAT_YUV422 fourcc_code('Y', 'U', '1', '6') /* 2x1 subsampled Cb (1) and Cr (2) planes */
126 #define DRM_FORMAT_YVU422 fourcc_code('Y', 'V', '1', '6') /* 2x1 subsampled Cr (1) and Cb (2) planes */
127 #define DRM_FORMAT_YUV444 fourcc_code('Y', 'U', '2', '4') /* non-subsampled Cb (1) and Cr (2) planes */
128 #define DRM_FORMAT_YVU444 fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) planes */
    [all...]
  /external/mesa3d/src/gbm/main/
gbm.h 169 #define GBM_FORMAT_YUV410 __gbm_fourcc_code('Y', 'U', 'V', '9') /* 4x4 subsampled Cb (1) and Cr (2) planes */
170 #define GBM_FORMAT_YVU410 __gbm_fourcc_code('Y', 'V', 'U', '9') /* 4x4 subsampled Cr (1) and Cb (2) planes */
171 #define GBM_FORMAT_YUV411 __gbm_fourcc_code('Y', 'U', '1', '1') /* 4x1 subsampled Cb (1) and Cr (2) planes */
172 #define GBM_FORMAT_YVU411 __gbm_fourcc_code('Y', 'V', '1', '1') /* 4x1 subsampled Cr (1) and Cb (2) planes */
173 #define GBM_FORMAT_YUV420 __gbm_fourcc_code('Y', 'U', '1', '2') /* 2x2 subsampled Cb (1) and Cr (2) planes */
174 #define GBM_FORMAT_YVU420 __gbm_fourcc_code('Y', 'V', '1', '2') /* 2x2 subsampled Cr (1) and Cb (2) planes */
175 #define GBM_FORMAT_YUV422 __gbm_fourcc_code('Y', 'U', '1', '6') /* 2x1 subsampled Cb (1) and Cr (2) planes */
176 #define GBM_FORMAT_YVU422 __gbm_fourcc_code('Y', 'V', '1', '6') /* 2x1 subsampled Cr (1) and Cb (2) planes */
177 #define GBM_FORMAT_YUV444 __gbm_fourcc_code('Y', 'U', '2', '4') /* non-subsampled Cb (1) and Cr (2) planes */
178 #define GBM_FORMAT_YVU444 __gbm_fourcc_code('Y', 'V', '2', '4') /* non-subsampled Cr (1) and Cb (2) planes */
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 74 nbytes = fread(img->planes[0], 1, to_read, f);
102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
108 ptr = img->planes[plane];
377 I420Scale(raw[i-1].planes[VPX_PLANE_Y], raw[i-1].stride[VPX_PLANE_Y],
378 raw[i-1].planes[VPX_PLANE_U], raw[i-1].stride[VPX_PLANE_U],
379 raw[i-1].planes[VPX_PLANE_V], raw[i-1].stride[VPX_PLANE_V],
381 raw[i].planes[VPX_PLANE_Y], raw[i].stride[VPX_PLANE_Y],
382 raw[i].planes[VPX_PLANE_U], raw[i].stride[VPX_PLANE_U],
383 raw[i].planes[VPX_PLANE_V], raw[i].stride[VPX_PLANE_V]
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
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::__anon19561::__anon19564
211 /* Flags set if API requires clipping in these planes and the
  /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...]
  /frameworks/av/media/img_utils/src/
DngUtils.cpp 150 /*planes*/1,
168 /*planes*/1,
186 /*planes*/1,
204 /*planes*/1,
223 uint32_t planes,
259 planes,
  /frameworks/native/include/media/hardware/
VideoAPI.h 42 uint32_t mNumPlanes; // number of planes
82 uint32_t mNumPlanes; // number of planes
258 const char *planes = asString(j, NULL);
260 if (j == MediaImage2::MEDIA_IMAGE_TYPE_UNKNOWN || planes == NULL || i >= strlen(planes)) {
263 return planes[i];
  /external/opencv3/modules/core/test/
test_arithm.cpp 556 Mat planes[4];
558 NAryMatIterator it(arrays, planes);
559 size_t total = planes[0].total();
565 const uchar* sptr = planes[0].ptr();
566 const uchar* aptr = planes[1].ptr();
567 const uchar* bptr = planes[2].ptr();
568 uchar* dptr = planes[3].ptr();
604 Mat planes[2];
606 NAryMatIterator it(arrays, planes);
607 size_t total = planes[0].total()
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 72 void *y_off = newFrame->buffer + newFrame->planes[0].data_offset;
73 //int cbcr_off = newFrame->buffer + newFrame->planes[1].data_offset;//newFrame->buffer + newFrame->planes[0].length;
74 void *cbcr_off = newFrame->buffer + newFrame->planes[0].length;
76 CDBG("%s: Y_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].length);
78 write(file_fd, (const void *)(y_off), newFrame->planes[0].length);
80 (newFrame->planes[1].length * newFrame->num_planes));

Completed in 1601 milliseconds

1 2 34 5 6 7 8 91011>>