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

/external/mesa3d/src/gallium/state_trackers/va/
H A Dimage.c59 vlVaVideoSurfaceSize(vlVaSurface *p_surf, int component, argument
62 *width = p_surf->templat.width;
63 *height = p_surf->templat.height;
66 p_surf->templat.chroma_format,
67 p_surf->templat.interlaced);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dsurface.c60 vlVdpSurface *p_surf; local
68 p_surf = CALLOC(1, sizeof(vlVdpSurface));
69 if (!p_surf) {
80 DeviceReference(&p_surf->device, dev);
84 memset(&p_surf->templat, 0, sizeof(p_surf->templat));
85 p_surf->templat.buffer_format = pipe->screen->get_video_param
92 p_surf->templat.chroma_format = ChromaToPipe(chroma_type);
93 p_surf->templat.width = width;
94 p_surf
135 vlVdpSurface *p_surf; local
182 vlVdpVideoSurfaceSize(vlVdpSurface *p_surf, int component, unsigned *width, unsigned *height) argument
311 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local
408 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local
428 vlVdpSurface *p_surf = vlGetDataHTAB(surface); local
[all...]

Completed in 160 milliseconds