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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c426 struct pipe_video_buffer vtmpl, *vbuffer; local
450 memset(&vtmpl, 0, sizeof(vtmpl));
451 vtmpl.buffer_format = format;
452 vtmpl.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420;
455 vtmpl.width = abs(destination_rect->x0-destination_rect->x1);
456 vtmpl.height = abs(destination_rect->y0-destination_rect->y1);
458 vtmpl.width = vlsurface->surface->texture->width0;
459 vtmpl.height = vlsurface->surface->texture->height0;
462 vbuffer = pipe->create_video_buffer(pipe, &vtmpl);
[all...]
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c426 struct pipe_video_buffer vtmpl, *vbuffer; local
450 memset(&vtmpl, 0, sizeof(vtmpl));
451 vtmpl.buffer_format = format;
452 vtmpl.chroma_format = PIPE_VIDEO_CHROMA_FORMAT_420;
455 vtmpl.width = abs(destination_rect->x0-destination_rect->x1);
456 vtmpl.height = abs(destination_rect->y0-destination_rect->y1);
458 vtmpl.width = vlsurface->surface->texture->width0;
459 vtmpl.height = vlsurface->surface->texture->height0;
462 vbuffer = pipe->create_video_buffer(pipe, &vtmpl);
[all...]

Completed in 133 milliseconds