Searched defs:dst_info (Results 1 - 8 of 8) sorted by relevance

/hardware/qcom/display/msm8084/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/msm8226/libcopybit/
H A Dcopybit_c2d.cpp1173 bufferInfo dst_info; local
1174 populate_buffer_info(dst, dst_info);
1175 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1176 dst_info.width, dst_info.height);
1182 if (get_size(dst_info) != ctx->temp_dst_buffer.size) {
1185 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp1174 bufferInfo dst_info; local
1175 populate_buffer_info(dst, dst_info);
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1177 dst_info.width, dst_info.height);
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8909w_3100/libcopybit/
H A Dcopybit_c2d.cpp1174 bufferInfo dst_info; local
1175 populate_buffer_info(dst, dst_info);
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1177 dst_info.width, dst_info.height);
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/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/msm8994/libcopybit/
H A Dcopybit_c2d.cpp1176 bufferInfo dst_info; local
1177 populate_buffer_info(dst, dst_info);
1178 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1179 dst_info.width, dst_info.height);
1185 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1188 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp1174 bufferInfo dst_info; local
1175 populate_buffer_info(dst, dst_info);
1176 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1177 dst_info.width, dst_info.height);
1183 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1186 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {
/hardware/qcom/display/msm8998/libcopybit/
H A Dcopybit_c2d.cpp1172 bufferInfo dst_info; local
1173 populate_buffer_info(dst, dst_info);
1174 private_handle_t* dst_hnd = new private_handle_t(-1, 0, 0, 0, dst_info.format,
1175 dst_info.width, dst_info.height);
1181 if (get_size(dst_info) != (int) ctx->temp_dst_buffer.size) {
1184 if (COPYBIT_FAILURE == get_temp_buffer(dst_info, ctx->temp_dst_buffer)) {

Completed in 454 milliseconds