Home
last modified time | relevance | path

Searched refs:chroma_type (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavutil/
H A 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/
H A Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, in vlVdpVideoSurfaceCreate() argument
85 /* TODO: buffer_format should be selected to match chroma_type */ in vlVdpVideoSurfaceCreate()
158 VdpChromaType *chroma_type, in vlVdpVideoSurfaceGetParameters()
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()
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, VdpChromaType *chroma_type, uint32_t *width, uint32_t *height) vlVdpVideoSurfaceGetParameters() argument

Completed in 2 milliseconds