Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp1148 bufferInfo dst_info; in stretch_copybit_internal() local
1149 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1151 dst_info.width, dst_info.height); in stretch_copybit_internal()
1157 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp1167 bufferInfo dst_info; in stretch_copybit_internal() local
1168 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1169 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1170 dst_info.width, dst_info.height); in stretch_copybit_internal()
1176 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1179 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/sdm845/display/libcopybit/
Dcopybit_c2d.cpp1174 bufferInfo dst_info; in stretch_copybit_internal() local
1175 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1177 dst_info.width, dst_info.height); in stretch_copybit_internal()
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp1172 bufferInfo dst_info; in stretch_copybit_internal() local
1173 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1174 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1175 dst_info.width, dst_info.height); in stretch_copybit_internal()
1181 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1184 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp1174 bufferInfo dst_info; in stretch_copybit_internal() local
1175 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1177 dst_info.width, dst_info.height); in stretch_copybit_internal()
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp1174 bufferInfo dst_info; in stretch_copybit_internal() local
1175 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1177 dst_info.width, dst_info.height); in stretch_copybit_internal()
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_c2d.cpp1174 bufferInfo dst_info; in stretch_copybit_internal() local
1175 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1177 dst_info.width, dst_info.height); in stretch_copybit_internal()
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp1174 bufferInfo dst_info; in stretch_copybit_internal() local
1175 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1177 dst_info.width, dst_info.height); in stretch_copybit_internal()
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp1173 bufferInfo dst_info; in stretch_copybit_internal() local
1174 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1175 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1176 dst_info.width, dst_info.height); in stretch_copybit_internal()
1182 if (get_size(dst_info) != ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1185 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp1176 bufferInfo dst_info; in stretch_copybit_internal() local
1177 populate_buffer_info(dst, dst_info); in stretch_copybit_internal()
1178 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format, in stretch_copybit_internal()
1179 dst_info.width, dst_info.height); in stretch_copybit_internal()
1185 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) { in stretch_copybit_internal()
1188 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) { in stretch_copybit_internal()