Home
last modified time | relevance | path

Searched refs:pixelcode (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/love/love-11.3/src/modules/graphics/
H A Dwrap_GraphicsShader.lua349 local vertexcode, pixelcode
360 pixelcode = arg1 -- first arg contains pixel shader code
372 pixelcode = arg2 -- second arg contains pixel shader code
380 local targetlang = getLanguageTarget(pixelcode or vertexcode)
381 if getLanguageTarget(vertexcode or pixelcode) ~= targetlang then
403 if pixelcode then
404pixelcode = createShaderStageCode("PIXEL", pixelcode, lang, gles, glsl1on3, gammacorrect, is_custo…
407 return vertexcode, pixelcode
/dports/devel/love10/love-0.10.2/src/modules/graphics/opengl/
H A Dwrap_Graphics.lua249 local vertexcode, pixelcode
259 pixelcode = arg1 -- first arg contains pixel shader code
271 pixelcode = arg2 -- second arg contains pixel shader code
286 if pixelcode then
287 pixelcode = createShaderStageCode("PIXEL", pixelcode, lang, gammacorrect, is_multicanvas)
290 return vertexcode, pixelcode
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
134 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
134 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c129 u32 pixelcode = f->fmt->mbus_code; in flite_hw_set_source_format() local
134 if (src_pixfmt_map[i][0] == pixelcode) in flite_hw_set_source_format()
138 if (i == 0 && src_pixfmt_map[i][0] != pixelcode) { in flite_hw_set_source_format()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/omap4iss/
H A Diss_resizer.c440 u32 pixelcode; in resizer_try_format() local
463 pixelcode = fmt->code; in resizer_try_format()
468 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
470 fmt->code = pixelcode; in resizer_try_format()
H A Diss_csi2.c845 u32 pixelcode; in csi2_try_format() local
870 pixelcode = fmt->code; in csi2_try_format()
879 if (info->uncompressed == pixelcode) in csi2_try_format()
880 fmt->code = pixelcode; in csi2_try_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/omap4iss/
H A Diss_resizer.c440 u32 pixelcode; in resizer_try_format() local
463 pixelcode = fmt->code; in resizer_try_format()
468 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
470 fmt->code = pixelcode; in resizer_try_format()
H A Diss_csi2.c845 u32 pixelcode; in csi2_try_format() local
870 pixelcode = fmt->code; in csi2_try_format()
879 if (info->uncompressed == pixelcode) in csi2_try_format()
880 fmt->code = pixelcode; in csi2_try_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/omap4iss/
H A Diss_resizer.c440 u32 pixelcode; in resizer_try_format() local
463 pixelcode = fmt->code; in resizer_try_format()
468 if ((pixelcode == MEDIA_BUS_FMT_YUYV8_1_5X8) && in resizer_try_format()
470 fmt->code = pixelcode; in resizer_try_format()
H A Diss_csi2.c845 u32 pixelcode; in csi2_try_format() local
870 pixelcode = fmt->code; in csi2_try_format()
879 if (info->uncompressed == pixelcode) in csi2_try_format()
880 fmt->code = pixelcode; in csi2_try_format()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/i2c/ccs/
H A Dccs-data.h61 u8 pixelcode; member
H A Dccs-data-defs.h142 u8 pixelcode; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/i2c/ccs/
H A Dccs-data.h61 u8 pixelcode; member
H A Dccs-data-defs.h142 u8 pixelcode; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/i2c/ccs/
H A Dccs-data.h61 u8 pixelcode; member
H A Dccs-data-defs.h142 u8 pixelcode; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispcsi2.c844 u32 pixelcode; in csi2_try_format() local
869 pixelcode = fmt->code; in csi2_try_format()
878 if (info->uncompressed == pixelcode) in csi2_try_format()
879 fmt->code = pixelcode; in csi2_try_format()
H A Dispccdc.c1971 u32 pixelcode; in ccdc_try_format() local
2000 pixelcode = fmt->code; in ccdc_try_format()
2014 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2015 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2016 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2017 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2018 fmt->code = pixelcode; in ccdc_try_format()
H A Disppreview.c960 static void preview_config_ycpos(struct isp_prev_device *prev, u32 pixelcode) in preview_config_ycpos() argument
965 switch (pixelcode) { in preview_config_ycpos()
1736 u32 pixelcode; in preview_try_format() local
1772 pixelcode = fmt->code; in preview_try_format()
1775 switch (pixelcode) { in preview_try_format()
1778 fmt->code = pixelcode; in preview_try_format()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispcsi2.c844 u32 pixelcode; in csi2_try_format() local
869 pixelcode = fmt->code; in csi2_try_format()
878 if (info->uncompressed == pixelcode) in csi2_try_format()
879 fmt->code = pixelcode; in csi2_try_format()
H A Dispccdc.c1971 u32 pixelcode; in ccdc_try_format() local
2000 pixelcode = fmt->code; in ccdc_try_format()
2014 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2015 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2016 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2017 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2018 fmt->code = pixelcode; in ccdc_try_format()
H A Disppreview.c960 static void preview_config_ycpos(struct isp_prev_device *prev, u32 pixelcode) in preview_config_ycpos() argument
965 switch (pixelcode) { in preview_config_ycpos()
1736 u32 pixelcode; in preview_try_format() local
1772 pixelcode = fmt->code; in preview_try_format()
1775 switch (pixelcode) { in preview_try_format()
1778 fmt->code = pixelcode; in preview_try_format()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispcsi2.c844 u32 pixelcode; in csi2_try_format() local
869 pixelcode = fmt->code; in csi2_try_format()
878 if (info->uncompressed == pixelcode) in csi2_try_format()
879 fmt->code = pixelcode; in csi2_try_format()
H A Dispccdc.c1971 u32 pixelcode; in ccdc_try_format() local
2000 pixelcode = fmt->code; in ccdc_try_format()
2014 if (pixelcode == MEDIA_BUS_FMT_YUYV8_2X8 || in ccdc_try_format()
2015 pixelcode == MEDIA_BUS_FMT_UYVY8_2X8 || in ccdc_try_format()
2016 pixelcode == MEDIA_BUS_FMT_YUYV8_1X16 || in ccdc_try_format()
2017 pixelcode == MEDIA_BUS_FMT_UYVY8_1X16) in ccdc_try_format()
2018 fmt->code = pixelcode; in ccdc_try_format()

123