Searched refs:video (Results 1 - 25 of 251) sorted by relevance

1234567891011

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dinport.c71 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = &(p_prc->out_port_def_.format.video);
75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) &&
76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) &&
77 (p_def->eCompressionFormat == i_def->format.video.eCompressionFormat))
81 if (i_def->format.video.nStride == 0)
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth;
83 if (i_def->format.video.nSliceHeight == 0)
84 i_def->format.video.nSliceHeight = i_def->format.video
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264dinport.c71 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = &(p_prc->out_port_def_.format.video);
75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) &&
76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) &&
77 (p_def->eCompressionFormat == i_def->format.video.eCompressionFormat))
81 if (i_def->format.video.nStride == 0)
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth;
83 if (i_def->format.video.nSliceHeight == 0)
84 i_def->format.video.nSliceHeight = i_def->format.video
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_overlay.c49 /* Limits for the overlay/textured video source sizes. The documented hardware
50 * limits are 2048x2048 or better for overlay and both of our textured video
101 static bool sna_video_overlay_update_attrs(struct sna_video *video) argument
108 attrs.brightness = video->brightness;
109 attrs.contrast = video->contrast;
110 attrs.saturation = video->saturation;
111 attrs.color_key = video->color_key;
112 attrs.gamma0 = video->gamma0;
113 attrs.gamma1 = video->gamma1;
114 attrs.gamma2 = video
127 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_stop
152 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_set_attribute
223 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_get_attribute
266 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_best_size
346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
455 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_put_image
592 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_query
702 struct sna_video *video; local in function:sna_video_overlay_setup
[all...]
H A Dsna_video_sprite.c79 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_stop
81 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(video->sna->scrn);
92 if (video->bo[pipe] == NULL)
97 if (drmIoctl(video->sna->kgem.fd, LOCAL_IOCTL_MODE_SETPLANE, &s))
98 xf86DrvMsg(video->sna->scrn->scrnIndex, X_ERROR,
101 if (video->bo[pipe])
102 kgem_bo_destroy(&video->sna->kgem, video->bo[pipe]);
103 video->bo[pipe] = NULL;
113 struct sna_video *video local in function:sna_video_sprite_set_attr
137 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_get_attr
153 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_best_size
217 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument
373 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_put_image
553 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_query
633 struct sna_video *video; local in function:sna_video_sprite_setup
[all...]
H A Dsna_video.c73 void sna_video_free_buffers(struct sna_video *video) argument
77 for (i = 0; i < ARRAY_SIZE(video->old_buf); i++) {
78 if (video->old_buf[i]) {
79 kgem_bo_destroy(&video->sna->kgem, video->old_buf[i]);
80 video->old_buf[i] = NULL;
84 if (video->buf) {
85 kgem_bo_destroy(&video->sna->kgem, video->buf);
86 video
91 sna_video_buffer(struct sna_video * video,struct sna_video_frame * frame) argument
123 sna_video_buffer_fini(struct sna_video * video) argument
134 sna_video_clip_helper(struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr reg) argument
199 sna_video_frame_init(struct sna_video * video,int id,short width,short height,struct sna_video_frame * frame) argument
215 sna_video_frame_set_rotation(struct sna_video * video,struct sna_video_frame * frame,Rotation rotation) argument
300 sna_memcpy_plane(struct sna_video * video,uint8_t * dst,const uint8_t * src,const struct sna_video_frame * frame,int sub) argument
366 sna_copy_planar_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument
390 sna_copy_packed_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument
487 sna_video_copy_data(struct sna_video * video,struct sna_video_frame * frame,const uint8_t * buf) argument
[all...]
H A Dsna_video_textured.c61 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_stop
65 RegionUninit(&video->clip);
66 sna_video_free_buffers(video);
74 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_set_attribute
80 video->brightness = value;
85 video->contrast = value;
90 video->SyncToVblank = value;
100 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_get_attribute
103 *value = video->brightness;
105 *value = video
144 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_put_image
314 struct sna_video *video; local in function:sna_video_textured_setup
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_overlay.c49 /* Limits for the overlay/textured video source sizes. The documented hardware
50 * limits are 2048x2048 or better for overlay and both of our textured video
101 static bool sna_video_overlay_update_attrs(struct sna_video *video) argument
108 attrs.brightness = video->brightness;
109 attrs.contrast = video->contrast;
110 attrs.saturation = video->saturation;
111 attrs.color_key = video->color_key;
112 attrs.gamma0 = video->gamma0;
113 attrs.gamma1 = video->gamma1;
114 attrs.gamma2 = video
127 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_stop
152 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_set_attribute
223 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_get_attribute
266 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_best_size
346 sna_video_overlay_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox,short src_w,short src_h,short drw_w,short drw_h) argument
455 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_put_image
582 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_overlay_query
692 struct sna_video *video; local in function:sna_video_overlay_setup
[all...]
H A Dsna_video_sprite.c52 #define has_hw_scaling(sna, video) ((sna)->kgem.gen < 071 || \
92 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_stop
94 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(video->sna->scrn);
97 for (i = 0; i < video->sna->mode.num_real_crtc; i++) {
102 assert(pipe < ARRAY_SIZE(video->bo));
103 if (video->bo[pipe] == NULL)
107 s.plane_id = sna_crtc_to_sprite(crtc, video->idx);
108 if (drmIoctl(video->sna->kgem.fd, LOCAL_IOCTL_MODE_SETPLANE, &s))
109 xf86DrvMsg(video->sna->scrn->scrnIndex, X_ERROR,
112 if (video
124 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_set_attr
152 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_get_attr
170 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_best_size
244 ckey_value(struct sna * sna,struct sna_video * video) argument
280 sna_video_sprite_show(struct sna * sna,struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr crtc,BoxPtr dstBox) argument
491 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_put_image
723 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_sprite_query
826 struct sna_video *video; local in function:sna_video_sprite_setup
[all...]
H A Dsna_video.c84 void sna_video_free_buffers(struct sna_video *video) argument
88 for (i = 0; i < ARRAY_SIZE(video->old_buf); i++) {
89 if (video->old_buf[i]) {
90 kgem_bo_destroy(&video->sna->kgem, video->old_buf[i]);
91 video->old_buf[i] = NULL;
95 if (video->buf) {
96 kgem_bo_destroy(&video->sna->kgem, video->buf);
97 video
102 sna_video_buffer(struct sna_video * video,struct sna_video_frame * frame) argument
134 sna_video_buffer_fini(struct sna_video * video) argument
145 sna_video_clip_helper(struct sna_video * video,struct sna_video_frame * frame,xf86CrtcPtr * crtc_ret,BoxPtr dst,short src_x,short src_y,short drw_x,short drw_y,short src_w,short src_h,short drw_w,short drw_h,RegionPtr reg) argument
210 sna_video_frame_init(struct sna_video * video,int id,short width,short height,struct sna_video_frame * frame) argument
226 sna_video_frame_set_rotation(struct sna_video * video,struct sna_video_frame * frame,Rotation rotation) argument
348 sna_memcpy_cbcr_plane(struct sna_video * video,uint16_t * dst,const uint16_t * src,const struct sna_video_frame * frame) argument
406 sna_memcpy_plane(struct sna_video * video,uint8_t * dst,const uint8_t * src,const struct sna_video_frame * frame,int sub) argument
468 sna_copy_nv12_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument
479 sna_copy_planar_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * src,uint8_t * dst) argument
503 sna_copy_packed_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument
600 sna_copy_ayuv_data(struct sna_video * video,const struct sna_video_frame * frame,const uint8_t * buf,uint8_t * dst) argument
666 sna_video_copy_data(struct sna_video * video,struct sna_video_frame * frame,const uint8_t * buf) argument
798 sna_video_fill_colorkey(struct sna_video * video,const RegionRec * clip) argument
[all...]
H A Dsna_video_textured.c86 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_stop
90 RegionUninit(&video->clip);
91 sna_video_free_buffers(video);
99 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_set_attribute
105 video->brightness = value;
110 video->contrast = value;
115 video->SyncToVblank = value;
120 video->colorspace = value;
130 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_get_attribute
133 *value = video
176 struct sna_video *video = port->devPriv.ptr; local in function:sna_video_textured_put_image
370 struct sna_video *video; local in function:sna_video_textured_setup
[all...]
/xsrc/external/mit/xf86-video-ark/dist/
H A DREADME.md1 xf86-video-ark - ARK Logic video driver for the Xorg X server
4 ARK Logic was a PCI video card maker in business from 1993-1999.
13 https://gitlab.freedesktop.org/xorg/driver/xf86-video-ark
/xsrc/external/mit/xf86-video-nv/dist/
H A DREADME.md1 xf86-video-nv - NVIDIA video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-nv
/xsrc/external/mit/xf86-video-savage/dist/
H A DREADME.md1 xf86-video-savage - S3 Savage video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-savage
/xsrc/external/mit/xf86-video-siliconmotion/dist/
H A DREADME.md1 xf86-video-siliconmotion - Silicon Motion video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-siliconmotion
/xsrc/external/mit/xf86-video-suncg6/dist/
H A DREADME.md1 xf86-video-suncg6 - GX/Turbo GX video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-suncg6
/xsrc/external/mit/xf86-video-tdfx/dist/
H A DREADME.md1 xf86-video-tdfx - 3Dfx video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-tdfx
/xsrc/external/mit/xf86-video-trident/dist/
H A DREADME.md1 xf86-video-trident - Trident video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-trident
/xsrc/external/mit/xf86-video-vesa/dist/
H A DREADME.md1 xf86-video-vesa - Generic VESA video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa
/xsrc/external/mit/xf86-video-cirrus/dist/
H A DREADME.md1 xf86-video-cirrus - Cirrus Logic video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-cirrus
/xsrc/external/mit/xf86-video-mga/dist/
H A DREADME.md1 xf86-video-mga - Matrox video driver for the Xorg X server
11 https://gitlab.freedesktop.org/xorg/driver/xf86-video-mga
/xsrc/external/mit/xf86-video-suntcx/dist/
H A DREADME.md1 xf86-video-suntcx - TCX video driver for the Xorg X server
4 This is an Xorg driver for Sun S24 frame buffers. These video cards
14 https://gitlab.freedesktop.org/xorg/driver/xf86-video-suntcx
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A DMakefile.am52 libexec_PROGRAMS += xf86-video-intel-backlight-helper
53 nodist_policy_DATA = org.x.xf86-video-intel.backlight-helper.policy
55 backlight_helper = $(libexecdir)/xf86-video-intel-backlight-helper
76 EXTRA_DIST = intel-virtual-output.man org.x.xf86-video-intel.backlight-helper.policy.in
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A DMakefile.am35 libexec_PROGRAMS = xf86-video-intel-backlight-helper
36 nodist_policy_DATA = org.x.xf86-video-intel.backlight-helper.policy
38 backlight_helper = $(libexecdir)/xf86-video-intel-backlight-helper
59 EXTRA_DIST = intel-virtual-output.man org.x.xf86-video-intel.backlight-helper.policy.in
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Di965_video.c600 "textured video sampler state");
617 "textured video sampler state");
637 "textured video vs state");
647 "textured video program");
668 "textured video sf state", 4096,
756 "textured video wm state",
822 "textured video cc viewport");
836 "textured video cc state",
939 OUT_RELOC(intel->video.gen4_sip_kernel_bo,
986 OUT_RELOC(intel->video
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Di965_video.c601 "textured video sampler state");
618 "textured video sampler state");
638 "textured video vs state");
648 "textured video program");
669 "textured video sf state", 4096,
757 "textured video wm state",
823 "textured video cc viewport");
837 "textured video cc state",
940 OUT_RELOC(intel->video.gen4_sip_kernel_bo,
987 OUT_RELOC(intel->video
[all...]

Completed in 15 milliseconds

1234567891011