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

  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 43 unsigned int *p_buffer; local
142 va_status = vaMapBuffer(va_dpy, image_id.buf, (void**)&p_buffer);
145 memset(p_buffer, 0x80, image_id.width * image_id.height);