Home
last modified time | relevance | path

Searched refs:temp_dst_buffer (Results 1 – 4 of 4) 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/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/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/display/msm8974/libcopybit/
Dcopybit_c2d.cpp148 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 = (int)(ctx->temp_dst_buffer.base); in stretch_copybit_internal()
1189 dst_hnd->offset = ctx->temp_dst_buffer.offset; in stretch_copybit_internal()
1484 free_temp_buffer(ctx->temp_dst_buffer); in close_copybit()
[all …]