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

  /external/dng_sdk/source/
dng_gain_map.h 45 uint32 fPlanes;
88 return fPlanes;
100 colIndex * fPlanes +
115 colIndex * fPlanes +
dng_lens_correction.h 50 // fPlanes must be at least 1 and no greater than kMaxColorPlanes (see
53 uint32 fPlanes;
dng_image.h 142 uint32 fPlanes;
217 return fPlanes;
dng_misc_opcodes.h 76 uint32 fPlanes;
93 , fPlanes (planes)
118 return fPlanes;
dng_pixel_buffer.h 99 uint32 fPlanes;
133 plane < fPlane || (plane - fPlane) >= fPlanes)
208 return fPlanes;
dng_read_image.cpp 914 buffer.fPlanes, padNone);
935 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize;
998 uint32 fPlanes;
1053 , fPlanes (planes)
1064 uint32 bytesPerRow = fTileArea.W () * fPlanes * (uint32) sizeof (uint16);
1121 dng_pixel_buffer buffer (fTileStrip, fPlane, fPlanes, ttShort,
1147 fPlanes * (uint32) sizeof (uint16);
    [all...]

Completed in 479 milliseconds