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

  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 261 unsigned char *y_src, *u_src, *v_src; local
286 u_src = newImageBuffer + surface_image.width * surface_image.height * 5 / 4;
314 memcpy(u_dst, u_src, surface_image.width/2);
317 u_src += surface_image.width/2;
330 u_dst[col * 2] = u_src[col];
335 u_src += (surface_image.width / 2);
364 unsigned char *y_src, *u_src, *v_src; local
394 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]);
396 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]);
399 u_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1])
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 359 unsigned char *y_src, *u_src, *v_src; local
377 u_src = newImageBuffer + y_size; /* UV offset for NV12 */
394 u_dst[col * 2] = u_src[col];
399 u_src += (picture_width / 2);
411 memcpy(u_dst, u_src, surface_image.width / 2);
415 u_src += (picture_width / 2);
    [all...]
mpeg2enc.c 438 unsigned char *y_src, *u_src, *v_src; local
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
478 u_src += (ctx->width / 2);
484 u_dst[col] = u_src[col];
490 u_src += (ctx->width / 2);
    [all...]
mpeg2vaenc.c 438 unsigned char *y_src, *u_src, *v_src; local
456 u_src = ctx->frame_data_buffer + y_size; /* UV offset for NV12 */
473 u_dst[col * 2] = u_src[col];
478 u_src += (ctx->width / 2);
484 u_dst[col] = u_src[col];
490 u_src += (ctx->width / 2);
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]

Completed in 105 milliseconds