Searched refs:dst_hnd (Results 1 - 6 of 6) sorted by relevance
/hardware/qcom/display/msm8960/libcopybit/ |
H A D | software_converter.cpp | 191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 215 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); 236 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 260 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info);
|
H A D | copybit_c2d.cpp | 1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, local 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 [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
H A D | software_converter.cpp | 191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 215 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); 236 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 260 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info);
|
H A D | copybit_c2d.cpp | 1169 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, local 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 [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
H A D | software_converter.cpp | 191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 215 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); 236 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; local 260 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info);
|
H A D | copybit_c2d.cpp | 1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, local 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 [all...] |
Completed in 740 milliseconds