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

1 2

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 36 UINT16 Planes; ///< Must be 1
  /external/vboot_reference/utility/
image_types.c 24 uint16_t Planes; // Must be 1 for x86
48 bhdr->Planes == 1 &&
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/Bmp/
Bmp.h 45 UINT16 Planes; // Must be 1
  /external/libcups/filter/
rastertohp.c 34 unsigned char *Planes[4], /* Output buffers */
37 unsigned NumPlanes, /* Number of color planes */
229 * Figure out the number of color planes...
253 putchar((int)NumPlanes); /* Output planes */
331 if ((Planes[0] = malloc(header->cupsBytesPerLine + NumPlanes)) == NULL)
338 Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes;
384 free(Planes[0]);
567 *plane_ptr, /* Pointer into Planes */
594 CompressData(Planes[plane], bytes, plane < (NumPlanes - 1) ? 'V' : 'W'
    [all...]
rastertoepson.c 53 unsigned char *Planes[6], /* Output buffers */
60 unsigned NumPlanes, /* Number of color planes */
288 if ((Planes[0] = malloc(header->cupsBytesPerLine + NumPlanes)) == NULL)
295 Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes;
367 free(Planes[0]);
637 for (x = header->cupsWidth, bit = 128, pixel = Planes[0],
761 if (!Planes[plane][0] &&
762 memcmp(Planes[plane], Planes[plane] + 1, (size_t)bytes - 1) == 0
    [all...]
  /external/dng_sdk/source/
dng_filter_task.cpp 35 , fSrcPlanes (srcImage.Planes ())
39 , fDstPlanes (dstImage.Planes ())
dng_opcodes.cpp 321 fDstImage.Planes (),
380 image->Planes (),
453 fImage.Planes(), pad16Bytes);
466 fImage.Planes (),
479 dng_pixel_buffer buffer(tile, 0, fImage.Planes (), fPixelType,
dng_simple_image.cpp 26 uint32 planes,
31 planes,
40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes);
44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ());
61 Planes (),
68 Planes ());
dng_gain_map.h 54 /// samples (points), sample spacing, origin, and number of color planes.
60 uint32 planes);
84 /// The number of color planes.
86 uint32 Planes () const
dng_misc_opcodes.cpp 412 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
413 plane < buffer.Planes ();
635 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
636 plane < buffer.Planes ();
997 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
998 plane < buffer.Planes ();
1204 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
1205 plane < buffer.Planes ();
1383 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
1384 plane < buffer.Planes ();
    [all...]
dng_validate.cpp 185 stage1.Planes () >= 3 ? piRGB
225 stage2.Planes () >= 3 ? piRGB
281 stage3.Planes () >= 3 ? piRGB
362 preview->fInfo.fColorSpace = previewImage->Planes () == 1 ?
483 finalImage->Planes () >= 3 ? piRGB
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_preview.cpp 213 fIFD.fSamplesPerPixel = fImage->Planes ();
483 preview.fImage->Planes ())
548 fIFD.fSamplesPerPixel = fImage->Planes ();
dng_image.h 140 // Number of image planes.
176 uint32 planes,
213 /// Getter method for number of planes in an image.
215 uint32 Planes () const
283 /// \param planes Number of planes to copy.
289 uint32 planes);
295 /// \param planes Number of planes to copy.
300 uint32 planes)
    [all...]
dng_negative.cpp 1483 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (),
    [all...]
dng_image.cpp 91 uint32 planes,
95 , fPlanes (planes)
100 if (bounds.IsEmpty () || planes == 0 || PixelSize () == 0)
705 // Move the overlapping planes.
707 if (temp.fPlane < Planes ())
711 Planes () - temp.fPlane);
755 uint32 planes)
775 destTile.CopyArea (srcTile, srcTileArea, srcPlane, dstPlane, planes);
788 uint32 planes) const
811 if (!destTile.EqualArea (srcTile, srcTileArea, plane, planes))
    [all...]
dng_jpeg_image.cpp 184 ifd.fSamplesPerPixel = image.Planes ();
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
dng_pixel_buffer.h 84 /// The pixel geometry describes the layout in terms of how many planes, rows and columns
96 // Range of planes this buffer holds.
173 /// \param planes Number of planes
176 /// \param planarConfiguration Layout of the pixel planes in memory: One
180 dng_pixel_buffer (const dng_rect &area, uint32 plane, uint32 planes,
203 /// Number of planes of image data.
204 /// \retval Number of planes held in buffer.
206 uint32 Planes () const
219 /// Step, in pixels not bytes, between planes of data in buffer
    [all...]
dng_image_writer.cpp     [all...]
dng_utils.cpp 590 uint32 count2 = fDstImage.Planes ();
  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 148 stage1.Planes() >= 3 ? piRGB
179 stage2.Planes() >= 3 ? piRGB
219 stage3.Planes () >= 3 ? piRGB
282 preview->fInfo.fColorSpace = previewImage->Planes() == 1 ?
367 finalImage->Planes() >= 3 ? piRGB
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorVolumePatch.h 15 * - planes
25 template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
26 struct traits<TensorVolumePatchOp<Planes, Rows, Cols, XprType> > : public traits<XprType>
38 template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
39 struct eval<TensorVolumePatchOp<Planes, Rows, Cols, XprType>, Eigen::Dense>
41 typedef const TensorVolumePatchOp<Planes, Rows, Cols, XprType>& type;
44 template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType>
45 struct nested<TensorVolumePatchOp<Planes, Rows, Cols, XprType>, 1, typename eval<TensorVolumePatchOp<Planes, Rows, Cols, XprType> >::type>
47 typedef TensorVolumePatchOp<Planes, Rows, Cols, XprType> type
    [all...]
TensorForwardDeclarations.h 46 template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType> class TensorVolumePatchOp;
  /external/tensorflow/tensorflow/core/kernels/
eigen_volume_patch.h 26 template <DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename ArgType,
29 typedef TensorVolumePatchOp<Planes, Rows, Cols, ArgType> XprType;
636 template <DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, \
639 const TensorVolumePatchOp<Planes, Rows, Cols, ArgType>, Device> \
640 : public CustomTensorEvaluator<Planes, Rows, Cols, ArgType, Device> { \
642 const typename CustomTensorEvaluator<Planes, Rows, Cols, ArgType, \
645 : CustomTensorEvaluator<Planes, Rows, Cols, ArgType, Device>( \

Completed in 637 milliseconds

1 2