摘要:
/****************************************************************************** Welcome to GDB Online. GDB online is an online compiler and debugger t 阅读全文
摘要:
NV12属于yuv color space,具有如下的编码格式,基本上yuv420都是这样的编码格式,比如YUV_I420就是上面仍然是Y,下面是先U,然后再V。U占{IMAGE_WIDTH/2,IMAGE_HEIGHT/2}块数据,V同理。具体见:https://wiki.videolan.org 阅读全文
摘要:
3 - getting started 3.1 设置cuda-gdb的调试环境 3.1.1 临时文件存放位置 By default, CUDA-GDB uses /tmp as the directory to store temporary files. To select a different 阅读全文