Home
last modified time | relevance | path

Searched refs:y_src (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libva/test/videoprocess/
Dvideoprocess.cpp261 unsigned char *y_src, *u_src, *v_src; in upload_yv12_frame_to_yuv_surface() local
284 y_src = newImageBuffer; in upload_yv12_frame_to_yuv_surface()
303 memcpy(y_dst, y_src, surface_image.width); in upload_yv12_frame_to_yuv_surface()
305 y_src += surface_image.width; in upload_yv12_frame_to_yuv_surface()
364 unsigned char *y_src, *u_src, *v_src; in store_yuv_surface_to_yv12_frame() local
391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); in store_yuv_surface_to_yv12_frame()
405 memcpy(y_dst, y_src, surface_image.width); in store_yuv_surface_to_yv12_frame()
406 y_src += surface_image.pitches[0]; in store_yuv_surface_to_yv12_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dmfqe.c71 static void apply_ifactor(unsigned char *y_src, in apply_ifactor() argument
86 vp8_filter_by_weight16x16(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor()
92 vp8_filter_by_weight8x8(y_src, y_src_stride, y_dst, y_dst_stride, src_weight); in apply_ifactor()
/hardware/intel/common/libva/test/encode/
Dmpeg2enc.c438 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
455 y_src = ctx->frame_data_buffer; in upload_yuv_to_surface()
465 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
467 y_src += ctx->width; in upload_yuv_to_surface()
Dmpeg2vaenc.c438 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
455 y_src = ctx->frame_data_buffer; in upload_yuv_to_surface()
465 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
467 y_src += ctx->width; in upload_yuv_to_surface()
Davcenc.c359 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
376 y_src = newImageBuffer; in upload_yuv_to_surface()
386 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
388 y_src += picture_width; in upload_yuv_to_surface()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2162 unsigned char *y_src, *u_src, *v_src; in upload_yuv_to_surface() local
2180 y_src = newImageBuffer; in upload_yuv_to_surface()
2190 memcpy(y_dst, y_src, surface_image.width); in upload_yuv_to_surface()
2192 y_src += picture_width; in upload_yuv_to_surface()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c417 unsigned char *y_src, in yv12_extend_frame_left_right_c() argument
439 src_ptr1 = y_src; in yv12_extend_frame_left_right_c()