Home
last modified time | relevance | path

Searched refs:supported_formats (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvirtual-camera.c78 static const struct output_pixfmt supported_formats[] = { variable
177 int index = ARRAY_SIZE(supported_formats); in vcamera_get_default_fmt()
187 if (supported_formats[index].code == def_fmt->code) in vcamera_get_default_fmt()
239 int index = ARRAY_SIZE(supported_formats); in vcamera_set_fmt()
244 if (supported_formats[index].code == mf->code) in vcamera_set_fmt()
250 vcam->fmt_code = supported_formats[index].code; in vcamera_set_fmt()
280 if (code->index >= ARRAY_SIZE(supported_formats)) in vcamera_enum_mbus_code()
283 code->code = supported_formats[code->index].code; in vcamera_enum_mbus_code()
293 int i = ARRAY_SIZE(supported_formats); in vcamera_enum_frame_sizes()
299 if (fse->code == supported_formats[i].code) in vcamera_enum_frame_sizes()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0012-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0011-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0013-HACK-media-capture-linux-Allow-camera-without-suppor.patch22 VideoCaptureFormats supported_formats;
23 GetSupportedFormatsForV4L2BufferType(fd.get(), &supported_formats);
24 - if (supported_formats.empty()) {
28 + if (supported_formats.empty())
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c77 static struct simplefb_format supported_formats[] = SIMPLEFB_FORMATS; variable
93 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) { in hdlcd_set_pxl_fmt()
94 if (supported_formats[i].fourcc == pixel_format) in hdlcd_set_pxl_fmt()
95 format = &supported_formats[i]; in hdlcd_set_pxl_fmt()
297 u32 formats[ARRAY_SIZE(supported_formats)], i; in hdlcd_plane_init()
304 for (i = 0; i < ARRAY_SIZE(supported_formats); i++) in hdlcd_plane_init()
305 formats[i] = supported_formats[i].fourcc; in hdlcd_plane_init()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0018-pixman-renderer-Support-linux-dmabuf.patch38 + struct weston_drm_format_array supported_formats;
190 + weston_drm_format_array_fini(&pr->supported_formats);
279 + return &pr->supported_formats;
284 + struct weston_drm_format_array *supported_formats)
309 + fmt = weston_drm_format_array_add_format(supported_formats,
341 + weston_drm_format_array_init(&renderer->supported_formats);
343 + ret = populate_supported_formats(ec, &renderer->supported_formats);
345 + weston_drm_format_array_fini(&renderer->supported_formats);
H A D0009-HACK-gl-renderer-Workaround-dmabuf-import-attach-for.patch131 weston_drm_format_array_init(&gr->supported_formats);
H A D0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch64 struct weston_drm_format_array supported_formats;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0021-pixman-renderer-Support-linux-dmabuf.patch39 + struct weston_drm_format_array supported_formats;
219 + weston_drm_format_array_fini(&pr->supported_formats);
309 + return &pr->supported_formats;
314 + struct weston_drm_format_array *supported_formats)
339 + fmt = weston_drm_format_array_add_format(supported_formats,
371 + weston_drm_format_array_init(&renderer->supported_formats);
373 + ret = populate_supported_formats(ec, &renderer->supported_formats);
375 + weston_drm_format_array_fini(&renderer->supported_formats);
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch64 struct weston_drm_format_array supported_formats;
/OK3568_Linux_fs/buildroot/package/weston/
H A D0021-pixman-renderer-Support-linux-dmabuf.patch39 + struct weston_drm_format_array supported_formats;
219 + weston_drm_format_array_fini(&pr->supported_formats);
309 + return &pr->supported_formats;
314 + struct weston_drm_format_array *supported_formats)
339 + fmt = weston_drm_format_array_add_format(supported_formats,
371 + weston_drm_format_array_init(&renderer->supported_formats);
373 + ret = populate_supported_formats(ec, &renderer->supported_formats);
375 + weston_drm_format_array_fini(&renderer->supported_formats);
H A D0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch64 struct weston_drm_format_array supported_formats;
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css.c5353 const enum ia_css_frame_format *supported_formats; in ia_css_pipe_check_format() local
5367 supported_formats = pipe->pipe_settings.video.video_binary.info->output_formats; in ia_css_pipe_check_format()
5372 if (supported_formats[i] == format) { in ia_css_pipe_check_format()