HomeSort by relevance Sort by last modified time
    Searched defs:y_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
284 y_src = newImageBuffer;
303 memcpy(y_dst, y_src, surface_image.width);
305 y_src += surface_image.width;
364 unsigned char *y_src, *u_src, *v_src; local
391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]);
405 memcpy(y_dst, y_src, surface_image.width);
406 y_src += surface_image.pitches[0];
    [all...]
  /hardware/intel/common/libva/test/encode/
avcenc.c 359 unsigned char *y_src, *u_src, *v_src; local
376 y_src = newImageBuffer;
386 memcpy(y_dst, y_src, surface_image.width);
388 y_src += picture_width;
    [all...]
mpeg2enc.c 438 unsigned char *y_src, *u_src, *v_src; local
455 y_src = ctx->frame_data_buffer;
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
    [all...]
mpeg2vaenc.c 438 unsigned char *y_src, *u_src, *v_src; local
455 y_src = ctx->frame_data_buffer;
465 memcpy(y_dst, y_src, surface_image.width);
467 y_src += ctx->width;
    [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 2162 unsigned char *y_src, *u_src, *v_src; local
    [all...]

Completed in 465 milliseconds