HomeSort by: relevance | last modified time | path
    Searched refs:video (Results 1 - 25 of 133) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
h264dinport.c 71 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.nFrameHeight
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
h264dinport.c 71 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.nFrameHeight
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video_overlay.c 49 /* 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)
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->gamma2
127 struct sna_video *video = port->devPriv.ptr; local
152 struct sna_video *video = port->devPriv.ptr; local
223 struct sna_video *video = port->devPriv.ptr; local
266 struct sna_video *video = port->devPriv.ptr; local
455 struct sna_video *video = port->devPriv.ptr; local
592 struct sna_video *video = port->devPriv.ptr; local
702 struct sna_video *video; local
    [all...]
sna_video_sprite.c 79 struct sna_video *video = port->devPriv.ptr; local
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 = port->devPriv.ptr local
137 struct sna_video *video = port->devPriv.ptr; local
153 struct sna_video *video = port->devPriv.ptr; local
373 struct sna_video *video = port->devPriv.ptr; local
553 struct sna_video *video = port->devPriv.ptr; local
633 struct sna_video *video; local
    [all...]
sna_video.c 73 void sna_video_free_buffers(struct sna_video *video)
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->buf = NULL
    [all...]
sna_video_textured.c 61 struct sna_video *video = port->devPriv.ptr; local
65 RegionUninit(&video->clip);
66 sna_video_free_buffers(video);
74 struct sna_video *video = port->devPriv.ptr; local
80 video->brightness = value;
85 video->contrast = value;
90 video->SyncToVblank = value;
100 struct sna_video *video = port->devPriv.ptr; local
103 *value = video->brightness;
105 *value = video->contrast
144 struct sna_video *video = port->devPriv.ptr; local
314 struct sna_video *video; local
    [all...]
sna_video.h 170 sna_video_clip_helper(struct sna_video *video,
181 sna_video_frame_init(struct sna_video *video,
186 sna_video_frame_set_rotation(struct sna_video *video,
191 sna_video_buffer(struct sna_video *video,
195 sna_video_copy_data(struct sna_video *video,
199 void sna_video_buffer_fini(struct sna_video *video);
201 void sna_video_free_buffers(struct sna_video *video);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_overlay.c 49 /* 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)
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->gamma2
127 struct sna_video *video = port->devPriv.ptr; local
152 struct sna_video *video = port->devPriv.ptr; local
223 struct sna_video *video = port->devPriv.ptr; local
266 struct sna_video *video = port->devPriv.ptr; local
455 struct sna_video *video = port->devPriv.ptr; local
582 struct sna_video *video = port->devPriv.ptr; local
692 struct sna_video *video; local
    [all...]
sna_video_sprite.c 52 #define has_hw_scaling(sna, video) ((sna)->kgem.gen < 071 || \
92 struct sna_video *video = port->devPriv.ptr; local
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->bo[pipe]
124 struct sna_video *video = port->devPriv.ptr; local
152 struct sna_video *video = port->devPriv.ptr; local
170 struct sna_video *video = port->devPriv.ptr; local
491 struct sna_video *video = port->devPriv.ptr; local
723 struct sna_video *video = port->devPriv.ptr; local
826 struct sna_video *video; local
    [all...]
sna_video.c 84 void sna_video_free_buffers(struct sna_video *video)
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->buf = NULL
    [all...]
sna_video_textured.c 86 struct sna_video *video = port->devPriv.ptr; local
90 RegionUninit(&video->clip);
91 sna_video_free_buffers(video);
99 struct sna_video *video = port->devPriv.ptr; local
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
133 *value = video->brightness
176 struct sna_video *video = port->devPriv.ptr; local
370 struct sna_video *video; local
    [all...]
sna_video.h 218 sna_video_clip_helper(struct sna_video *video,
229 sna_video_frame_init(struct sna_video *video,
234 sna_video_frame_set_rotation(struct sna_video *video,
239 sna_video_buffer(struct sna_video *video,
243 sna_video_copy_data(struct sna_video *video,
247 sna_video_fill_colorkey(struct sna_video *video,
250 void sna_video_buffer_fini(struct sna_video *video);
252 void sna_video_free_buffers(struct sna_video *video);
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
i965_video.c 600 "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.gen4_vs_bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 0)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
i965_video.c 601 "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.gen4_vs_bo, I915_GEM_DOMAIN_INSTRUCTION, 0, 0)
    [all...]
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i965_video.c 375 if (intel_alloc_and_map(pI830, "textured video surface state", 4096,
426 if (intel_alloc_and_map(pI830, "textured video surface state", 4096,
473 if (intel_alloc_and_map(pI830, "textured video binding table", 4096,
493 if (intel_alloc_and_map(pI830, "textured video sampler state", 4096,
514 if (intel_alloc_and_map(pI830, "textured video vs state", 4096,
538 prog_bo = drm_intel_bo_alloc(pI830->bufmgr, "textured video program",
565 if (intel_alloc_and_map(pI830, "textured video sf state", 4096,
636 if (intel_alloc_and_map(pI830, "textured video wm state", sizeof (*wm_state),
697 if (intel_alloc_and_map(pI830, "textured video cc viewport", 4096,
719 if (intel_alloc_and_map(pI830, "textured video cc state", sizeof(*cc_state)
    [all...]
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_bios.c 236 bios->video.max_freq = maxdac;
243 bios->video.max_freq = maxdac;
249 bios->video.max_freq = maxdac;
258 bios->video.min_freq = mindac;
265 bios->video.min_freq = mindac;
271 bios->video.min_freq = mindac;
358 "Could not retrieve video BIOS!\n");
365 /* Get the video BIOS info block */
368 "Video BIOS info block not detected!\n");
390 "Video BIOS PInS data not found!\n")
    [all...]
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_swap_control.spec 35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
81 will be swapped at most every other video frame.) A return value
86 A video frame period is the time required by the monitor to display a
87 full frame of video data. In the case of an interlaced monitor,
89 fields of a frame of video data.
92 nized to a video frame. The <interval> value is silently clamped to
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_swap_control.spec 35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
81 will be swapped at most every other video frame.) A return value
86 A video frame period is the time required by the monitor to display a
87 full frame of video data. In the case of an interlaced monitor,
89 fields of a frame of video data.
92 nized to a video frame. The <interval> value is silently clamped to
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
vid_dec.c 233 strcpy(port->sPortParam.format.video.cMIMEType,"video/MPEG2");
237 port->sPortParam.format.video.nFrameWidth = 176;
238 port->sPortParam.format.video.nFrameHeight = 144;
239 port->sPortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG2;
251 port->sPortParam.format.video.nFrameWidth = 176;
252 port->sPortParam.format.video.nFrameHeight = 144;
253 port->sPortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
307 unsigned framesize = def->format.video.nFrameWidth * def->format.video.nFrameHeight
    [all...]
vid_enc.c 198 port->sPortParam.format.video.nFrameWidth = 176;
199 port->sPortParam.format.video.nFrameHeight = 144;
200 port->sPortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
211 strcpy(port->sPortParam.format.video.cMIMEType,"video/H264");
212 port->sPortParam.format.video.nFrameWidth = 176;
213 port->sPortParam.format.video.nFrameHeight = 144;
214 port->sPortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
302 buf_templ.width0 = port->sPortParam.format.video.nFrameWidth;
303 buf_templ.height0 = port->sPortParam.format.video.nFrameHeight * 3 / 2
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
vid_dec.c 215 strcpy(port->sPortParam.format.video.cMIMEType,"video/MPEG2");
219 port->sPortParam.format.video.nFrameWidth = 176;
220 port->sPortParam.format.video.nFrameHeight = 144;
221 port->sPortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingMPEG2;
229 port->sPortParam.format.video.nFrameWidth = 176;
230 port->sPortParam.format.video.nFrameHeight = 144;
231 port->sPortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
282 unsigned framesize = def->format.video.nFrameWidth * def->format.video.nFrameHeight
    [all...]
vid_enc.c 198 port->sPortParam.format.video.nFrameWidth = 176;
199 port->sPortParam.format.video.nFrameHeight = 144;
200 port->sPortParam.format.video.eColorFormat = OMX_COLOR_FormatYUV420SemiPlanar;
211 strcpy(port->sPortParam.format.video.cMIMEType,"video/H264");
212 port->sPortParam.format.video.nFrameWidth = 176;
213 port->sPortParam.format.video.nFrameHeight = 144;
214 port->sPortParam.format.video.eCompressionFormat = OMX_VIDEO_CodingAVC;
302 buf_templ.width0 = port->sPortParam.format.video.nFrameWidth;
303 buf_templ.height0 = port->sPortParam.format.video.nFrameHeight * 3 / 2
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
README 32 composite / video work for the Xorg gallium frontend.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
README 32 composite / video work for the Xorg state tracker.
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/debian/
x86_test-vk.sh 49 xserver-xorg-video-amdgpu \
50 xserver-xorg-video-ati

Completed in 30 milliseconds

1 2 3 4 5 6