HomeSort by relevance Sort by last modified time
    Searched refs:dest_surface (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 169 // The dest_surface parameter contains the decoded bits.
172 IDirect3DSurface9* dest_surface);
298 IDirect3DSurface9* dest_surface) {
299 DCHECK(dest_surface);
302 HRESULT hr = dest_surface->GetDesc(&surface_desc);
333 dest_surface, NULL, d3d_surface, NULL, D3DTEXF_NONE);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 931 struct pipe_surface *dest_surface = NULL; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 931 struct pipe_surface *dest_surface = NULL; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 278 rec_surface = ctx->dest_surface;
289 ctx->ref_surface = ctx->dest_surface;
651 ctx->previous_dest_surface = ctx->dest_surface; /* reconstructed surface */
    [all...]
lnc_H263ES.c 268 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture);
lnc_MPEG4ES.c 299 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture);
lnc_hostcode.h 179 object_surface_p dest_surface;/* reconstructed surface */ member in struct:context_ENC_s
lnc_H264ES.c 335 ctx->dest_surface = SURFACE(pBuffer->CurrPic.picture_id);
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 293 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture);
pnw_MPEG4ES.c 337 ctx->dest_surface = SURFACE(pBuffer->reconstructed_picture);
pnw_hostcode.h 234 object_surface_p dest_surface;/* reconstructed surface */ member in struct:context_ENC_s
pnw_hostcode.c 738 rec_surface = ctx->dest_surface;
745 ctx->ref_surface = ctx->dest_surface;
    [all...]
pnw_H264ES.c 610 ctx->dest_surface = SURFACE(pBuffer->CurrPic.picture_id);
    [all...]

Completed in 240 milliseconds