Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:dst_hnd

1150     private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1152 if (dst_hnd == NULL) {
1153 ALOGE("%s: dst_hnd is null", __FUNCTION__);
1162 delete_handle(dst_hnd);
1166 dst_hnd->fd = ctx->temp_dst_buffer.fd;
1167 dst_hnd->size = ctx->temp_dst_buffer.size;
1168 dst_hnd->flags = ctx->temp_dst_buffer.allocType;
1169 dst_hnd->base = (int)(ctx->temp_dst_buffer.base);
1170 dst_hnd->offset = ctx->temp_dst_buffer.offset;
1171 dst_hnd->gpuaddr = 0;
1172 dst_image.handle = dst_hnd;
1179 delete_handle(dst_hnd);
1200 delete_handle(dst_hnd);
1207 delete_handle(dst_hnd);
1225 delete_handle(dst_hnd);
1236 delete_handle(dst_hnd);
1255 delete_handle(dst_hnd);
1267 delete_handle(dst_hnd);
1280 delete_handle(dst_hnd);
1294 delete_handle(dst_hnd);
1337 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT);
1340 delete_handle(dst_hnd);
1347 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);
1348 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,
1349 dst_hnd->offset, dst_hnd->fd,
1352 delete_handle(dst_hnd);