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

  /hardware/ti/omap4-aah/kernel-headers-ti/video/
omap_hwc.h 31 struct bvbuffdesc src1desc; member in struct:rgz_blt_entry
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 340 struct bvbuffdesc *srcdesc = is_src2 ? &e->src2desc : &e->src1desc;
504 e->src1desc.structsize = sizeof(struct bvbuffdesc);
505 e->src1desc.length = 4; /* 1 pixel, 32bpp */
508 * OMAPLFB to fixup the src1desc and stride if the auxiliary pointer is -1
510 e->src1desc.auxptr = (void*)-1;
    [all...]

Completed in 99 milliseconds