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

  /hardware/intel/common/libva/test/
loadsurface.h 390 * if dst_fourcc == NV12, assume the buffer pointed by dst_U
395 unsigned char *dst_Y, unsigned char *dst_U, unsigned char *dst_V)
452 memcpy(dst_U + row * dst_width, U_row, dst_width);
455 u_ptr = dst_U + row * (dst_width/2);
458 v_ptr = dst_U + row * (dst_width/2);
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]

Completed in 55 milliseconds