dev_err(&dp->dev,"Cannot map framebuffer\n"); rc = -ENOMEM;gotoerr_release_pci; } pci_set_drvdata(dp, p); init_chips(p, addr);if(register_framebuffer(p) <0) { dev_err(&dp->dev,"C&T 65550 framebuffer failed to register\n");gotoerr_unmap; } dev_info(&dp->dev,"fb%d: ...
[Wed May 24 23:59:14 2023] WARNING: kernel stack frame pointer at 00000000cdf85af7 in a.out:19506 has bad value 000000003677a0b0 I found it is a amd linux iommu driver bug, as the follow patch shows, npages type is int which will overflow whennpages <<...
ALOGE("MemoryHeapIon : ION Reserve memory allocation failed(size[%u]) : %s", size, strerror(errno));if(errno == ENOMEM) {// Out of reserve memory. So re-try allocating in system heapALOGD("MemoryHeapIon : Re-try Allocating in default heap - SYSTEM heap"); fd =ion_alloc(mIonClient...
错误信息为:createWindowSurface failed EGL_BAD_ALLOC 解释下EGL:EGL 视窗设计是基于人们熟悉的用于 Microsoft Windows ( WGL )和 UNIX ( GLX )上的 OpenGL 的 Native 接口,与后者比较接近。OpenGL ES 图形管线的状态被存储于 EGL 管理的一个 Context 中。 Frame Buffers 和其他绘制 Surfaces 通过 EGL API 创建...
gst-launch-1.0 imxv4l2videosrc num-buffers=1 ! filesink location=test.rawSetting pipeline to PAUSED ...Pipeline is live and does not need PREROLL ...Setting pipeline to PLAYING ...New clock: GstSystemClock [ 381.520560] ERROR: v4l2 capture : Allocate dummy frame failed.ERROR: from element ...
/* Tiler Buffers in the bottom 512MB */ TILER_SIZE = 128*MB + 128*MB; /* (128+128) - MUST be aligned on 128MB boundary */ SR2_FRAME_BUFFER_SIZE = 234*MB - 256*KB-1*MB; SR0_SIZE = 15*MB; VIDEO_M3_EXCEPTION_CTX_SIZE = 128*KB; ...
hr = pVideoGroup->SetMediaType(&VideoGroupType);if(FAILED( hr )) {returnhr; }// double dRequiredInputFramerate = 0;// m_pMPEGWriterProps->SetSourceFramerate(dSourceFramerate, &dRequiredInputFramerate);// hr = pVideoGroup->SetOutputFPS(15);/* ...
stackbuf= dupalloc_compbuf(cbuf);printf("Scaling to %dx%d failed\n", newx, newy); } out[0]->data= stackbuf;if(cbuf!=in[0]->data) free_compbuf(cbuf); } }; 开发者ID:jinjoh,项目名称:NOOR,代码行数:59,代码来源:CMP_scale.c ...
avFrame = avcodec_alloc_frame();if(!avFrame){//failed to allocate frameCleanup();returnfalse; }returntrue; } 开发者ID:wasphin,项目名称:onvifdm,代码行数:50,代码来源:VideoDecoder.hpp 示例4: tsmf_ffmpeg_init_context ▲点赞 1▼
* Allocate DP-Ram and memory buffers. We need to allocate a transmit and * receive buffer descriptors from dual port ram, and a character * buffer area from host mem. If we are allocating for the console we need * to do it from bootmem ...