Searched refs:psb_surface_s (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | psb_surface.h | 56 typedef struct psb_surface_s *psb_surface_p; 58 struct psb_surface_s { struct
|
D | psb_surface_attrib.c | 189 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 353 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesForUserPtr() 492 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaceFromKBuf() 593 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaceFromUserspace() 716 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaceFromION()
|
D | psb_drv_video.h | 552 struct psb_surface_s *psb_surface; 553 struct psb_surface_s *out_loop_surface; /* Alternative output surface for rotation */ 554 struct psb_surface_s *scaling_surface; /* Alternative output surface for scaling */
|
D | pnw_rotate.c | 515 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateScalingSurface() 617 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateRotateSurface()
|
D | vsp_VPP.c | 410 struct psb_surface_s *output_surface; in vsp__VPP_process_pipeline_param()
|
D | psb_drv_video.c | 902 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaces2()
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 172 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesFromGralloc() 331 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesFromGralloc()
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 630 output->rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_check_rotatesurface()
|