return NULL;
}
+ EHWQINF("Backup buffer create w:%d h:%d fmt:%c%c%c%c", NULL, NULL, NULL,
+ src_info.width, src_info.height, EHW_FOURCC_STR(src_info.format));
+
/* get the buffer from e20 module first, if no buffer from e20 module, then create the tbm_surface here. */
new_tsurface = e_comp_wl_tbm_egl_image_buffer_get(src_info.width, src_info.height, src_info.format);
if (!new_tsurface)
}
}
+ EHWQINF("Backup buffer create done tsurface:%p", NULL, NULL, NULL, new_tsurface);
+
ret = tbm_surface_map(new_tsurface, TBM_SURF_OPTION_WRITE, &dst_info);
if (ret != TBM_SURFACE_ERROR_NONE)
{