/hardware/qcom/display/msm8960/libcopybit/ |
D | copybit_c2d.cpp | 1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1152 if (dst_hnd == NULL) { in stretch_copybit_internal() 1162 delete_handle(dst_hnd); in stretch_copybit_internal() 1166 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1167 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1168 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1169 dst_hnd->base = (int)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1170 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1171 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1172 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 191 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 215 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 236 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 260 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8084/libcopybit/ |
D | copybit_c2d.cpp | 1169 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1171 if (dst_hnd == NULL) { in stretch_copybit_internal() 1181 delete_handle(dst_hnd); in stretch_copybit_internal() 1185 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1186 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1187 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1188 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1189 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1190 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1191 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/sdm845/display/libcopybit/ |
D | copybit_c2d.cpp | 1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1178 if (dst_hnd == NULL) { in stretch_copybit_internal() 1188 delete_handle(dst_hnd); in stretch_copybit_internal() 1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8998/libcopybit/ |
D | copybit_c2d.cpp | 1174 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1176 if (dst_hnd == NULL) { in stretch_copybit_internal() 1186 delete_handle(dst_hnd); in stretch_copybit_internal() 1190 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1191 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1192 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1193 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1194 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1195 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1196 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 194 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 218 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 239 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 263 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8996/libcopybit/ |
D | copybit_c2d.cpp | 1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1178 if (dst_hnd == NULL) { in stretch_copybit_internal() 1188 delete_handle(dst_hnd); in stretch_copybit_internal() 1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8909w_3100/libcopybit/ |
D | copybit_c2d.cpp | 1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1178 if (dst_hnd == NULL) { in stretch_copybit_internal() 1188 delete_handle(dst_hnd); in stretch_copybit_internal() 1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/sm8150/display/libcopybit/ |
D | copybit_c2d.cpp | 1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1178 if (dst_hnd == NULL) { in stretch_copybit_internal() 1188 delete_handle(dst_hnd); in stretch_copybit_internal() 1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8909/libcopybit/ |
D | copybit_c2d.cpp | 1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1178 if (dst_hnd == NULL) { in stretch_copybit_internal() 1188 delete_handle(dst_hnd); in stretch_copybit_internal() 1192 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1193 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1194 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1195 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1196 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1197 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1198 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8226/libcopybit/ |
D | copybit_c2d.cpp | 1175 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1177 if (dst_hnd == NULL) { in stretch_copybit_internal() 1187 delete_handle(dst_hnd); in stretch_copybit_internal() 1191 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1192 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1193 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1194 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1195 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1196 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1197 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 192 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 216 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 237 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 261 ret = copy_source_to_destination(hnd->base, dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8994/libcopybit/ |
D | copybit_c2d.cpp | 1178 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal() local 1180 if (dst_hnd == NULL) { in stretch_copybit_internal() 1190 delete_handle(dst_hnd); in stretch_copybit_internal() 1194 dst_hnd->fd = ctx->temp_dst_buffer.fd; in stretch_copybit_internal() 1195 dst_hnd->size = ctx->temp_dst_buffer.size; in stretch_copybit_internal() 1196 dst_hnd->flags = ctx->temp_dst_buffer.allocType; in stretch_copybit_internal() 1197 dst_hnd->base = (uintptr_t)(ctx->temp_dst_buffer.base); in stretch_copybit_internal() 1198 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal() 1199 dst_hnd->gpuaddr = 0; in stretch_copybit_internal() 1200 dst_image.handle = dst_hnd; in stretch_copybit_internal() [all …]
|
D | software_converter.cpp | 193 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_c2d_to_yuv_android() local 217 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_c2d_to_yuv_android() 238 private_handle_t *dst_hnd = (private_handle_t *)rhs->handle; in convert_yuv_android_to_yuv_c2d() local 262 ret = copy_source_to_destination((uintptr_t) hnd->base, (uintptr_t) dst_hnd->base, info); in convert_yuv_android_to_yuv_c2d()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 179 const private_handle_t *dst_hnd = session->intermediate_buffer_[buffer_index]; in ToneMap() local 194 fence_fd = session->gpu_tone_mapper_->blit(reinterpret_cast<const void *>(dst_hnd), in ToneMap()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/ |
D | hwc_tonemapper.cpp | 179 const private_handle_t *dst_hnd = session->intermediate_buffer_[buffer_index]; in ToneMap() local 194 fence_fd = session->gpu_tone_mapper_->blit(reinterpret_cast<const void *>(dst_hnd), in ToneMap()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 85 const void *dst_hnd = reinterpret_cast<const void *> in OnTask() local 89 ctx->fence_fd = gpu_tone_mapper_->blit(dst_hnd, src_hnd, ctx->merged_fd); in OnTask()
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 85 const void *dst_hnd = reinterpret_cast<const void *> in OnTask() local 89 ctx->fence_fd = gpu_tone_mapper_->blit(dst_hnd, src_hnd, ctx->merged_fd); in OnTask()
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_tonemapper.cpp | 85 const void *dst_hnd = reinterpret_cast<const void *> in OnTask() local 89 ctx->fence_fd = gpu_tone_mapper_->blit(dst_hnd, src_hnd, ctx->merged_fd); in OnTask()
|