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

  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 239 struct g2d_image src_img = {0}, dst_img = {0}; local
248 dst_img.bo[0] = dst->handle;
292 dst_img.width = img_w;
293 dst_img.height = img_h;
294 dst_img.stride = dst_img.width * 4;
295 dst_img.buf_type = G2D_IMGBUF_GEM;
296 dst_img.color_mode = G2D_COLOR_FMT_ARGB8888 | G2D_ORDER_AXRGB;
298 ret = g2d_copy(ctx, &src_img, &dst_img, src_x, src_y, dst_x, dst_y,
446 struct g2d_image src_img = {0}, dst_img = {0} local
532 struct g2d_image src_img = {0}, dst_img = {0}; local
631 struct g2d_image src_img = {0}, dst_img = {0}; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 366 image *dst_img = dynamic_cast<image *>(dst_obj);
370 validate_obj(q, dst_img);
417 image *dst_img = dynamic_cast<image *>(src_obj);
421 validate_obj(q, dst_img);
427 { 1, dst_img->row_pitch(), dst_img->slice_pitch() },
  /hardware/intel/common/libva/test/
loadsurface.h 27 unsigned char *dst_img, int dst_imgw, int dst_imgh)
33 *(dst_img + row * dst_imgw + col) = *(src_img + (row * src_imgh/dst_imgh) * src_imgw + col * src_imgw/dst_imgw);
  /external/opencv3/apps/createsamples/
utility.cpp 235 IplImage* dst_img; local
237 CV_CALL( dst_img = cvGetImage( dst, &dst_stub ) );
238 iplWarpPerspectiveQ( src_img, dst_img, quad, IPL_WARP_R_TO_Q,
    [all...]

Completed in 2330 milliseconds