Searched +full:min +full:- +full:pix +full:- +full:alignment (Results 1 – 6 of 6) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/media/samsung,exynos4210-fimc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>11 - Sylwester Nawrocki <s.nawrocki@samsung.com>20 - samsung,exynos4210-fimc21 - samsung,exynos4212-fimc22 - samsung,s5pv210-fimc30 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (c) 2013-2014 Samsung Electronics, Co. Ltd.19 #include <dt-bindings/clock/s5pv210.h>20 #include <dt-bindings/clock/s5pv210-audss.h>23 #address-cells = <1>;24 #size-cells = <1>;45 #address-cells = <1>;46 #size-cells = <0>;50 compatible = "arm,cortex-a8";55 xxti: oscillator-0 {[all …]
1 // SPDX-License-Identifier: GPL-2.014 #include <linux/dma-mapping.h>19 #include <media/videobuf2-vmalloc.h>20 #include <media/videobuf2-dma-contig.h>21 #include <media/v4l2-device.h>22 #include <media/v4l2-ioctl.h>23 #include <media/v4l2-ctrls.h>24 #include <media/v4l2-fh.h>25 #include <media/v4l2-event.h>26 #include <media/v4l2-common.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0+9 * Copyright (c) 2012-2017 Mentor Graphics Inc.18 #include <media/v4l2-ctrls.h>19 #include <media/v4l2-device.h>20 #include <media/v4l2-ioctl.h>21 #include <media/v4l2-mc.h>22 #include <media/v4l2-subdev.h>24 #include "imx-media.h"25 #include "imx-ic.h"28 * Min/Max supported width and heights.[all …]
1 // SPDX-License-Identifier: GPL-2.0+5 * Copyright (c) 2014-2017 Mentor Graphics Inc.15 #include <media/v4l2-ctrls.h>16 #include <media/v4l2-device.h>17 #include <media/v4l2-event.h>18 #include <media/v4l2-fwnode.h>19 #include <media/v4l2-mc.h>20 #include <media/v4l2-subdev.h>21 #include <media/videobuf2-dma-contig.h>22 #include <video/imx-ipu-v3.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later5 * Copyright (C) 2010-2012 Samsung Electronics Co., Ltd.24 #include <media/v4l2-ioctl.h>25 #include <media/videobuf2-v4l2.h>26 #include <media/videobuf2-dma-contig.h>28 #include "fimc-core.h"29 #include "fimc-reg.h"30 #include "media-dev.h"197 if (!ctx->scaler.enabled) in fimc_check_scaler_ratio()198 return (sw == dw && sh == dh) ? 0 : -EINVAL; in fimc_check_scaler_ratio()[all …]