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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 693 int step_x, step_y; local
703 step_y = srcH / dstH;
710 src_y_start_pos = srcWStride * step_y * y;
727 int32_t step_x, step_y; local
738 step_y = srcH / dstH;
745 src_y_start_pos = y * step_y * srcW;
759 src_y_start_pos = i * step_y * srcW;
    [all...]
ExynosCameraHWInterface.cpp 3512 int32_t step_x, step_y; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 679 int step_x, step_y; local
689 step_y = srcH / dstH;
696 src_y_start_pos = srcWStride * step_y * y;
713 int32_t step_x, step_y; local
724 step_y = srcH / dstH;
731 src_y_start_pos = y * step_y * srcW;
742 src_y_start_pos = i * step_y * srcW + (srcW*srcH);
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 311 c->step_y = step_y__generic;
333 c->step_y = step_y__generic;
392 c->step_y = step_y__generic;
424 c->step_y = step_y__nop;
    [all...]
trap.cpp 252 c->step_y(c);
325 c->step_y(c);
591 c->step_y(c);
755 c->step_y(c);
1045 c->step_y(c);
    [all...]
  /external/chromium_org/cc/resources/
picture_pile_impl_unittest.cc 669 int step_y = std::ceil(content_bounds.height() / raster_divisions); local
673 offset_y += step_y) {
674 gfx::Rect content_rect(offset_x, offset_y, step_x, step_y);
  /system/core/include/private/pixelflinger/
ggl_context.h 543 void (*step_y)(context_t* c); member in struct:android::context_t

Completed in 87 milliseconds