Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:dst_hnd

1169     private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1171 if (dst_hnd == NULL) {
1172 ALOGE("%s: dst_hnd is null", __FUNCTION__);
1181 delete_handle(dst_hnd);
1185 dst_hnd->fd = ctx->temp_dst_buffer.fd;
1186 dst_hnd->size = ctx->temp_dst_buffer.size;
1187 dst_hnd->flags = ctx->temp_dst_buffer.allocType;
1188 dst_hnd->base = (int)(ctx->temp_dst_buffer.base);
1189 dst_hnd->offset = ctx->temp_dst_buffer.offset;
1190 dst_hnd->gpuaddr = 0;
1191 dst_image.handle = dst_hnd;
1199 delete_handle(dst_hnd);
1228 delete_handle(dst_hnd);
1235 delete_handle(dst_hnd);
1253 delete_handle(dst_hnd);
1264 delete_handle(dst_hnd);
1283 delete_handle(dst_hnd);
1295 delete_handle(dst_hnd);
1308 delete_handle(dst_hnd);
1322 delete_handle(dst_hnd);
1365 status = copy_image(dst_hnd, dst, CONVERT_TO_ANDROID_FORMAT);
1368 delete_handle(dst_hnd);
1375 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);
1376 memalloc->clean_buffer((void *)(dst_hnd->base), dst_hnd->size,
1377 dst_hnd->offset, dst_hnd->fd,
1380 delete_handle(dst_hnd);