HomeSort by relevance Sort by last modified time
    Searched refs:colPitch (Results 1 - 5 of 5) sorted by null

  /external/dng_sdk/source/
dng_misc_opcodes.cpp 420 (overlap.W () + fAreaSpec.ColPitch () - 1) / fAreaSpec.ColPitch (),
423 fAreaSpec.ColPitch (),
632 uint32 colPitch = fAreaSpec.ColPitch ();
655 for (uint32 col = 0; col < cols; col += colPitch)
678 for (uint32 col = 0; col < cols; col += colPitch)
694 for (uint32 col = 0; col < cols; col += colPitch)
708 for (uint32 col = 0; col < cols; col += colPitch)
729 for (uint32 col = 0; col < cols; col += colPitch)
    [all...]
dng_misc_opcodes.h 89 uint32 colPitch = 1)
95 , fColPitch (colPitch)
130 const uint32 ColPitch () const
dng_gain_map.cpp 557 uint32 colPitch = fAreaSpec.ColPitch ();
578 for (uint32 col = 0; col < cols; col += colPitch)
585 for (uint32 j = 0; j < colPitch; j++)
  /frameworks/av/media/img_utils/include/img_utils/
DngUtils.h 101 uint32_t colPitch,
  /frameworks/av/media/img_utils/src/
DngUtils.cpp 152 /*colPitch*/2,
170 /*colPitch*/2,
188 /*colPitch*/2,
206 /*colPitch*/2,
225 uint32_t colPitch,
261 colPitch,

Completed in 1597 milliseconds