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

  /external/dng_sdk/source/
dng_simple_image.cpp 111 int32 rowStep = fBuffer.fRowStep;
130 rowStep = -rowStep;
139 colStep = rowStep;
140 rowStep = temp;
150 fBuffer.fRowStep = rowStep;
dng_bottlenecks.h 58 int32 rowStep,
68 int32 rowStep,
78 int32 rowStep,
280 int32 rowStep,
294 int32 rowStep,
308 int32 rowStep,
323 int32 rowStep,
523 int32 rowStep,
672 int32 rowStep,
682 rowStep,
    [all...]
dng_reference.h 47 int32 rowStep,
56 int32 rowStep,
65 int32 rowStep,
252 int32 rowStep,
265 int32 rowStep,
278 int32 rowStep,
292 int32 rowStep,
474 int32 rowStep,
dng_reference.cpp 89 int32 rowStep,
117 dPtr += rowStep;
130 int32 rowStep,
158 dPtr += rowStep;
171 int32 rowStep,
199 dPtr += rowStep;
922 int32 rowStep,
931 const uint8 *sPtr0 = sPtr + phaseV * rowStep +
934 int32 backStepV = (repeatV - 1) * rowStep;
982 sPtr0 += rowStep;
    [all...]
dng_mosaic_info.cpp 70 int32 rowStep,
121 int32 rowStep,
196 fOffset [j] = rowStep * fDelta [j].v +
333 int32 rowStep,
342 int32 rowStep,
942 rowStep,
972 rowStep,
1000 int32 rowStep,
1011 int32 rowStep,
1020 rowStep,
    [all...]
dng_misc_opcodes.cpp 422 fAreaSpec.RowPitch () * buffer.RowStep (),
1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1229 dPtr += rowStep;
1558 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1586 dPtr += rowStep;
dng_read_image.cpp 929 int32 rowStep = buffer.fRowStep * buffer.fPixelSize;
932 int32 rowBlockStep = rowStep * blockRows;
962 d2 += rowStep;
    [all...]
dng_image_writer.cpp     [all...]
  /frameworks/base/core/jni/android/graphics/
GIFMovie.cpp 134 int copyHeight, const GifImageDesc& imageDesc, int rowStep,
138 // every 'rowStep'th row, starting with row 'startRow'
139 for (row = startRow; row < copyHeight; row += rowStep) {
146 src += imageDesc.Width * ((imageDesc.Height - row + rowStep - 1) / rowStep);
  /external/zxing/core/
core.jar 

Completed in 165 milliseconds