OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
656
int step_x,
step_y
;
local
666
step_y
= srcH / dstH;
673
src_y_start_pos = srcWStride *
step_y
* y;
690
int32_t step_x,
step_y
;
local
701
step_y
= srcH / dstH;
708
src_y_start_pos = y *
step_y
* srcW;
719
src_y_start_pos = i *
step_y
* srcW + (srcW*srcH);
/system/core/libpixelflinger/
scanline.cpp
297
c->
step_y
= step_y__generic;
319
c->
step_y
= step_y__generic;
378
c->
step_y
= step_y__generic;
408
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
663
int
step_y
= std::ceil(content_bounds.height() / raster_divisions);
local
667
offset_y +=
step_y
) {
668
gfx::Rect content_rect(offset_x, offset_y, step_x,
step_y
);
/system/core/include/private/pixelflinger/
ggl_context.h
541
void (*
step_y
)(context_t* c);
member in struct:android::context_t
Completed in 110 milliseconds