Home
last modified time | relevance | path

Searched refs:temp_src_buffer (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp147 alloc_data temp_src_buffer; member
1230 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal()
1231 free_temp_buffer(ctx->temp_src_buffer); in stretch_copybit_internal()
1234 ctx->temp_src_buffer)) { in stretch_copybit_internal()
1242 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1243 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1244 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1245 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1246 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1450 free_temp_buffer(ctx->temp_src_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp145 alloc_data temp_src_buffer; member
1264 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal()
1265 free_temp_buffer(ctx->temp_src_buffer); in stretch_copybit_internal()
1268 ctx->temp_src_buffer)) { in stretch_copybit_internal()
1276 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1277 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1278 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1279 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1280 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1505 free_temp_buffer(ctx->temp_src_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp145 alloc_data temp_src_buffer; member
1258 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal()
1259 free_temp_buffer(ctx->temp_src_buffer); in stretch_copybit_internal()
1262 ctx->temp_src_buffer)) { in stretch_copybit_internal()
1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1273 src_hnd->base = (uintptr_t)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1499 free_temp_buffer(ctx->temp_src_buffer); in close_copybit()
[all …]
/hardware/qcom/display/msm8974/libcopybit/
Dcopybit_c2d.cpp147 alloc_data temp_src_buffer; member
1258 if (get_size(src_info) != ctx->temp_src_buffer.size) { in stretch_copybit_internal()
1259 free_temp_buffer(ctx->temp_src_buffer); in stretch_copybit_internal()
1262 ctx->temp_src_buffer)) { in stretch_copybit_internal()
1270 src_hnd->fd = ctx->temp_src_buffer.fd; in stretch_copybit_internal()
1271 src_hnd->size = ctx->temp_src_buffer.size; in stretch_copybit_internal()
1272 src_hnd->flags = ctx->temp_src_buffer.allocType; in stretch_copybit_internal()
1273 src_hnd->base = (int)(ctx->temp_src_buffer.base); in stretch_copybit_internal()
1274 src_hnd->offset = ctx->temp_src_buffer.offset; in stretch_copybit_internal()
1483 free_temp_buffer(ctx->temp_src_buffer); in close_copybit()
[all …]