HomeSort by relevance Sort by last modified time
    Searched defs:Planes (Results 1 - 11 of 11) sorted by null

  /external/dng_sdk/source/
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_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_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...]
  /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
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Bmp.h 36 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 

Completed in 235 milliseconds