Searched refs:dst_info (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp1148 bufferInfo dst_info; local
1149 populate_buffer_info(dst, dst_info);
1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1151 dst_info.width, dst_info.height);
1157 if (get_size(dst_info) != ctx->temp_dst_buffer.size) {
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp1167 bufferInfo dst_info; local
1168 populate_buffer_info(dst, dst_info);
1169 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1170 dst_info.width, dst_info.height);
1176 if (get_size(dst_info) != ctx->temp_dst_buffer.size) {
1179 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp1148 bufferInfo dst_info; local
1149 populate_buffer_info(dst, dst_info);
1150 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1151 dst_info.width, dst_info.height);
1157 if (get_size(dst_info) != ctx->temp_dst_buffer.size) {
1160 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {

Completed in 119 milliseconds