HomeSort by relevance Sort by last modified time
    Searched defs:dst_surface (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/omx/
vid_dec.c 587 struct pipe_surface **dst_surface; local
590 dst_surface = dst_buf->get_surfaces(dst_buf);
600 vl_compositor_render(s, compositor, dst_surface[0], NULL, false);
607 vl_compositor_render(s, compositor, dst_surface[1], NULL, false);
vid_enc.c 978 struct pipe_surface **dst_surface; local
985 dst_surface = priv->scale_buffer[priv->current_scale_buffer]->get_surfaces
991 if (!views[i] || !dst_surface[i])
1002 vl_compositor_render(s, compositor, dst_surface[i], NULL, false);
    [all...]

Completed in 68 milliseconds