Searched refs:chroma_type (Results 1 – 4 of 4) sorted by relevance
69 VdpChromaType chroma_type; member99 VdpChromaType chroma_type; member134 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()
55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, in vlVdpVideoSurfaceCreate() argument158 VdpChromaType *chroma_type, in vlVdpVideoSurfaceGetParameters() argument161 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()
669 _default_video_format_from_chroma (guint chroma_type) in _default_video_format_from_chroma() argument671 switch (chroma_type) { in _default_video_format_from_chroma()
194657 Fix a typo in the caps for the VDPAU mpeg decoder (chroma_type->chroma-type)