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

  /hardware/intel/img/psb_video/src/
psb_surface.h 56 typedef struct psb_surface_s *psb_surface_p;
58 struct psb_surface_s { struct
psb_surface_attrib.c 191 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
355 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
493 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
593 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
713 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
psb_drv_video.h 528 struct psb_surface_s *psb_surface;
529 struct psb_surface_s *out_loop_surface; /* Alternative output surface for rotation */
530 struct psb_surface_s *scaling_surface; /* Alternative output surface for scaling */
pnw_rotate.c 501 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
602 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
vsp_VPP.c 404 struct psb_surface_s *output_surface;
    [all...]
psb_drv_video.c 832 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 163 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
320 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 630 output->rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));

Completed in 99 milliseconds