Home
last modified time | relevance | path

Searched refs:temp_dst_buffer (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp148 alloc_data temp_dst_buffer; member
1157 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1158 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1451 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1176 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1177 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1179 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1500 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1508 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp144 alloc_data temp_dst_buffer; member
1181 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1182 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1184 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1506 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1508 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1508 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1508 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1508 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp146 alloc_data temp_dst_buffer; member
1182 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1183 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1185 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1506 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp145 alloc_data temp_dst_buffer; member
1185 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 free_temp_buffer(ctx->temp_dst_buffer); in stretch_copybit_internal()
1188 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { 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()
1509 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]