Searched refs:Planes (Results 1 - 25 of 25) sorted by relevance

/external/vboot_reference/utility/
H A Dimage_types.c24 uint16_t Planes; // Must be 1 for x86 member in struct:__anon25562
48 bhdr->Planes == 1 &&
/external/libcups/filter/
H A Drastertohp.c34 unsigned char *Planes[4], /* Output buffers */ variable
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',
604 plane_ptr = Planes[plane], bit_ptr = BitBuffer;
790 if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1)
797 if (Planes[
[all...]
H A Drastertoepson.c53 unsigned char *Planes[6], /* Output buffers */ variable
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)
778 CompressData(Planes[plan
[all...]
/external/dng_sdk/source/
H A Ddng_filter_task.cpp35 , fSrcPlanes (srcImage.Planes ())
39 , fDstPlanes (dstImage.Planes ())
H A Ddng_opcodes.cpp321 fDstImage.Planes (),
380 image->Planes (),
453 fImage.Planes(), pad16Bytes);
466 fImage.Planes (),
479 dng_pixel_buffer buffer(tile, 0, fImage.Planes (), fPixelType,
H A Ddng_simple_image.cpp61 Planes (),
68 Planes ());
H A Ddng_gain_map.h86 uint32 Planes () const function in class:dng_gain_map
H A Ddng_misc_opcodes.cpp412 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...]
H A Ddng_validate.cpp185 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
H A Ddng_gain_map.cpp378 printf ("Planes: %u\n",
560 plane < fAreaSpec.Plane () + fAreaSpec.Planes () &&
561 plane < buffer.Planes ();
565 uint32 mapPlane = Min_uint32 (plane, fGainMap->Planes () - 1);
H A Ddng_preview.cpp213 fIFD.fSamplesPerPixel = fImage->Planes ();
483 preview.fImage->Planes ())
548 fIFD.fSamplesPerPixel = fImage->Planes ();
H A Ddng_image.h215 uint32 Planes () const function in class:dng_image
H A Ddng_negative.cpp1483 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (),
1681 ComputeBufferSize(fPixelType, tileSize, fImage.Planes(),
1707 dng_pixel_buffer buffer (tile, 0, fImage.Planes (),
3777 stage1.Planes (),
4073 if (srcPlane < 0 || srcPlane >= (int32) stage2.Planes ())
4133 if ((fStage2Image->Planes () > 1) && (srcPlane < 0))
4396 for (uint32 plane = 0; plane < fSrcImage.Planes (); plane++)
4430 for (uint32 plane = 0; plane < fSrcImage.Planes (); plane++)
4498 for (uint32 plane = 0; plane < srcImage.Planes (); plane++)
4544 srcImage.Planes (),
[all...]
H A Ddng_image.cpp707 if (temp.fPlane < Planes ())
711 Planes () - temp.fPlane);
H A Ddng_jpeg_image.cpp184 ifd.fSamplesPerPixel = image.Planes ();
H A Ddng_misc_opcodes.h116 const uint32 Planes () const function in class:dng_area_spec
H A Ddng_pixel_buffer.h206 uint32 Planes () const function in class:dng_pixel_buffer
H A Ddng_image_writer.cpp1850 for (uint32 c = 0; c < rawImage.Planes (); c++)
1862 rangeInfo->fBlackLevelRepeatCols * rawImage.Planes ());
1927 fWhiteLevel16.SetCount (rawImage.Planes ());
1928 fWhiteLevel32.SetCount (rawImage.Planes ());
4057 cinfo.input_components = image.Planes ();
4059 switch (image.Planes ())
4085 if (image.Planes () == 1)
4108 dng_pixel_buffer buffer (image.Bounds (), 0, image.Planes (), ttByte,
5397 ifd.fSamplesPerPixel = image.Planes ();
5433 extraSamples = image.Planes ()
[all...]
H A Ddng_utils.cpp590 uint32 count2 = fDstImage.Planes ();
H A Ddng_linearization_info.cpp1001 for (uint32 plane = 0; plane < srcImage.Planes (); plane++)
1052 for (uint32 plane = 0; plane < fSrcImage.Planes (); plane++)
H A Ddng_lens_correction.cpp284 printf ("Planes: %u\n", (unsigned) fPlanes);
1661 image->Planes (),
1851 image->Planes (),
H A Ddng_read_image.cpp813 image.Planes (),
3205 outerSamples = Min_uint32 (image.Planes (), outerSamples);
H A Ddng_render.cpp1306 srcImage->Planes (),
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorVolumePatch.h25 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;
52 template<DenseIndex Planes, DenseInde
[all...]
H A DTensorForwardDeclarations.h46 template<DenseIndex Planes, DenseIndex Rows, DenseIndex Cols, typename XprType> class TensorVolumePatchOp;

Completed in 316 milliseconds