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

/external/libvpx/libvpx/
H A Dy4minput.h48 char chroma_type[16]; member in struct:y4m_input
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c44 vlVdpVideoSurfaceCreate(VdpDevice device, VdpChromaType chroma_type, argument
85 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
144 VdpChromaType *chroma_type,
147 if (!(width && height && chroma_type))
157 *chroma_type = PipeToChroma(p_surf->video_buffer->chroma_format);
161 *chroma_type = PipeToChroma(p_surf->templat.chroma_format);
143 vlVdpVideoSurfaceGetParameters(VdpVideoSurface surface, VdpChromaType *chroma_type, uint32_t *width, uint32_t *height) argument

Completed in 178 milliseconds