OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sd_crop
(Results
1 - 2
of
2
) sorted by null
/hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c
1389
struct v4l2_subdev_crop
sd_crop
;
local
[
all
...]
/hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp
584
struct v4l2_subdev_crop
sd_crop
;
local
585
memset(&
sd_crop
, 0, sizeof(
sd_crop
));
586
sd_crop
.pad = MIXER_G0_SUBDEV_PAD_SINK;
587
sd_crop
.which = V4L2_SUBDEV_FORMAT_ACTIVE;
588
sd_crop
.rect.width = dev->hdmi_w;
589
sd_crop
.rect.height = dev->hdmi_h;
590
if (exynos_subdev_s_crop(dev->hdmi_mixer0, &
sd_crop
) < 0) {
591
ALOGE("%s: s_crop failed pad=%d", __func__,
sd_crop
.pad);
606
memset(&
sd_crop
, 0, sizeof(sd_crop))
683
struct v4l2_subdev_crop
sd_crop
;
local
[
all
...]
Completed in 36 milliseconds