Home
last modified time | relevance | path

Searched refs:chroma_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
Dhwcontext_vdpau.c69 VdpChromaType chroma_type; member
99 VdpChromaType chroma_type; member
134 VdpStatus err = priv->get_transfer_caps(hwctx->device, vdpau_pix_fmts[i].chroma_type, in vdpau_init_pixmfts()
239 err = device_priv->surf_create(device_hwctx->device, priv->chroma_type, in vdpau_pool_alloc()
265 priv->chroma_type = vdpau_pix_fmts[i].chroma_type; in vdpau_frames_init()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, in vlVdpVideoSurfaceCreate() argument
158 VdpChromaType *chroma_type, in vlVdpVideoSurfaceGetParameters() argument
161 if (!(width && height && chroma_type)) in vlVdpVideoSurfaceGetParameters()
171 … *chroma_type = PipeToChroma(pipe_format_to_chroma_format(p_surf->video_buffer->buffer_format)); in vlVdpVideoSurfaceGetParameters()
175 *chroma_type = PipeToChroma(pipe_format_to_chroma_format(p_surf->templat.buffer_format)); in vlVdpVideoSurfaceGetParameters()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c669 _default_video_format_from_chroma (guint chroma_type) in _default_video_format_from_chroma() argument
671 switch (chroma_type) { in _default_video_format_from_chroma()
/third_party/gstreamer/gstplugins_bad/
DChangeLog194657 Fix a typo in the caps for the VDPAU mpeg decoder (chroma_type->chroma-type)