Home | History | Annotate | Download | only in libcopybit

Lines Matching defs:copy_image

1012 static int copy_image(private_handle_t *src_handle,
1251 status = copy_image((private_handle_t *)src->handle, &src_image,
1254 ALOGE("%s:copy_image failed in temp source",__FUNCTION__);
1337 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT);
1339 ALOGE("%s:copy_image failed in temp Dest",__FUNCTION__);