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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, argument
92 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
158 VdpChromaType *chroma_type,
161 if (!(width && height && chroma_type))
171 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format);
175 *chroma_type = PipeToChroma(p_surf->templat.chroma_format);
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,VdpChromaType * chroma_type,uint32_t * width,uint32_t * height) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dsurface.c55 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, argument
85 /* TODO: buffer_format should be selected to match chroma_type */
158 VdpChromaType *chroma_type,
161 if (!(width && height && chroma_type))
171 *chroma_type = PipeToChroma(pipe_format_to_chroma_format(p_surf->video_buffer->buffer_format));
175 *chroma_type = PipeToChroma(pipe_format_to_chroma_format(p_surf->templat.buffer_format));
157 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface,VdpChromaType * chroma_type,uint32_t * width,uint32_t * height) argument
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp1100 VdpChromaType chroma_type; local in function:_vdp_cap_init_planes_adapt_surface_video
1103 &chroma_type,
1111 *surface_format = chroma_type;
1843 VdpChromaType chroma_type,
1858 chroma_type,
1868 chroma_type,
1920 VdpChromaType * chroma_type,
1933 chroma_type ? "-" : "NULL",
1942 chroma_type,
1950 if (chroma_type) {
1841 _vdp_cap_video_surface_create(VdpDevice device,VdpChromaType chroma_type,uint32_t width,uint32_t height,VdpVideoSurface * surface) argument
1917 _vdp_cap_video_surface_get_parameters(VdpVideoSurface surface,VdpChromaType * chroma_type,uint32_t * width,uint32_t * height) argument
[all...]
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h1634 * \param[in] chroma_type The chroma type of the new surface.
1646 * chroma_type. For example, the definition of VDP_CHROMA_TYPE_420 implies
1653 * Similar rules apply to other chroma_type values.
1678 VdpChromaType chroma_type,
1698 * \param[out] chroma_type The chroma type of the surface.
1706 VdpChromaType * chroma_type,

Completed in 53 milliseconds