Home
last modified time | relevance | path

Searched refs:pixel_format (Results 1 – 15 of 15) sorted by relevance

/netbsd/src/sys/dev/usb/
Duvideo.c171 enum video_pixel_format pixel_format; member
759 enum video_pixel_format pixel_format, in uvideo_stream_guess_format() argument
765 if (format->format.pixel_format != pixel_format) in uvideo_stream_guess_format()
1285 struct uvideo_pixel_format *pixel_format; in uvideo_stream_free() local
1303 while ((pixel_format = SIMPLEQ_FIRST(&vs->vs_pixel_formats)) != NULL) { in uvideo_stream_free()
1305 kmem_free(pixel_format, sizeof(*pixel_format)); in uvideo_stream_free()
1325 enum video_pixel_format pixel_format; in uvideo_stream_init_frame_based_format() local
1336 pixel_format = VIDEO_FORMAT_UNDEFINED; in uvideo_stream_init_frame_based_format()
1355 pixel_format = VIDEO_FORMAT_YUY2; in uvideo_stream_init_frame_based_format()
1357 pixel_format = VIDEO_FORMAT_NV12; in uvideo_stream_init_frame_based_format()
[all …]
Dauvitek_video.c207 format->pixel_format = VIDEO_FORMAT_UYVY; in auvitek_enum_format()
216 format->pixel_format = VIDEO_FORMAT_UYVY; in auvitek_get_format()
235 if (format->pixel_format != VIDEO_FORMAT_UYVY) in auvitek_set_format()
Dpseye.c774 format->pixel_format = VIDEO_FORMAT_YUY2; /* XXX actually YUYV */ in pseye_get_format()
794 if (format->pixel_format != VIDEO_FORMAT_YUYV) in pseye_set_format()
/netbsd/src/sys/dev/
Dvideo.c659 switch (src->pixel_format) { in video_format_to_v4l2_format()
696 src->pixel_format)); in video_format_to_v4l2_format()
736 dest->pixel_format = VIDEO_FORMAT_UYVY; in v4l2_format_to_video_format()
739 dest->pixel_format = VIDEO_FORMAT_YUV420; in v4l2_format_to_video_format()
742 dest->pixel_format = VIDEO_FORMAT_YUY2; in v4l2_format_to_video_format()
745 dest->pixel_format = VIDEO_FORMAT_NV12; in v4l2_format_to_video_format()
748 dest->pixel_format = VIDEO_FORMAT_RGB24; in v4l2_format_to_video_format()
751 dest->pixel_format = VIDEO_FORMAT_RGB555; in v4l2_format_to_video_format()
754 dest->pixel_format = VIDEO_FORMAT_RGB565; in v4l2_format_to_video_format()
757 dest->pixel_format = VIDEO_FORMAT_SBGGR8; in v4l2_format_to_video_format()
[all …]
Dvideo_if.h366 enum video_pixel_format pixel_format; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/
Ddrm_framebuffer.c131 r.pixel_format = drm_driver_legacy_fb_format(dev, or->bpp, or->depth); in drm_mode_addfb()
132 if (r.pixel_format == DRM_FORMAT_INVALID) { in drm_mode_addfb()
184 info = __drm_format_info(r->pixel_format); in framebuffer_check()
189 drm_get_format_name(r->pixel_format, in framebuffer_check()
253 if (r->pixel_format != DRM_FORMAT_NV12 || in framebuffer_check()
Ddrm_fourcc.c334 info = drm_format_info(mode_cmd->pixel_format); in drm_get_format_info()
Ddrm_ioc32.c880 u32 pixel_format; member
Ddrm_plane.c858 .pixel_format = DRM_FORMAT_ARGB8888, in drm_mode_cursor_universal()
/netbsd/src/sys/compat/netbsd32/
Dnetbsd32_drm.c873 uint32_t pixel_format; member
886 req64->pixel_format = req32->pixel_format; in map_req32to64()
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_kms.c926 switch (mode_cmd->pixel_format) { in vmw_kms_new_framebuffer_surface()
941 drm_get_format_name(mode_cmd->pixel_format, &format_name)); in vmw_kms_new_framebuffer_surface()
1159 switch (mode_cmd->pixel_format) { in vmw_create_bo_proxy()
1179 drm_get_format_name(mode_cmd->pixel_format, &format_name)); in vmw_create_bo_proxy()
1242 switch (mode_cmd->pixel_format) { in vmw_kms_new_framebuffer_bo()
1251 … drm_get_format_name(mode_cmd->pixel_format, &format_name)); in vmw_kms_new_framebuffer_bo()
Dvmwgfx_fb.c521 mode_cmd.pixel_format = in vmw_fb_kms_framebuffer()
527 cur_fb->format->format == mode_cmd.pixel_format && in vmw_fb_kms_framebuffer()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Dgui.c54 SDL_PixelFormat *(*AllocFormat) (Uint32 pixel_format);
/netbsd/src/usr.bin/videoctl/
Dvideoctl.c265 framesize.pixel_format = fmtdesc.pixelformat; in video_print_one_format()
/netbsd/src/sys/sys/
Dvideoio.h1735 u_int32_t pixel_format; /* Pixel format */ member
1763 u_int32_t pixel_format; /* Pixel format */ member