資源簡介
FFMPEG實現RTSP中H264數據流解碼 并且實時播放
具體解釋參考https://blog.csdn.net/yunge812/article/details/79709307
代碼片段和文件信息
/****************************************************************************
**?meta?object?code?from?reading?C++?file?‘mainwindow.h‘
**
**?Created?by:?The?Qt?meta?object?Compiler?version?67?(Qt?5.0.2)
**
**?WARNING!?All?changes?made?in?this?file?will?be?lost!
*****************************************************************************/
#include?“../../test_ffmpegDecodeRTSP/mainwindow.h“
#include?
#include?tatype.h>
#if?!defined(Q_MOC_OUTPUT_REVISION)
#error?“The?header?file?‘mainwindow.h‘?doesn‘t?include?ject>.“
#elif?Q_MOC_OUTPUT_REVISION?!=?67
#error?“This?file?was?generated?using?the?moc?from?5.0.2.?It“
#error?“cannot?be?used?with?the?include?files?from?this?version?of?Qt.“
#error?“(The?moc?has?changed?too?much.)“
#endif
QT_BEGIN_MOC_NAMESPACE
struct?qt_meta_stringdata_MainWindow_t?{
????QByteArrayData?data[5];
????char?stringdata[43];
};
#define?QT_MOC_LITERAL(idx?ofs?len)?\
????Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len?\
????offsetof(qt_meta_stringdata_MainWindow_t?stringdata)?+?ofs?\
????????-?idx?*?sizeof(QByteArrayData)?\
????)
static?const?qt_meta_stringdata_MainWindow_t?qt_meta_stringdata_MainWindow?=?{
????{
QT_MOC_LITERAL(0?0?10)
QT_MOC_LITERAL(1?11?15)
QT_MOC_LITERAL(2?27?0)
QT_MOC_LITERAL(3?28?3)
QT_MOC_LITERAL(4?32?9)
????}
????“MainWindow\0slotGetOneframe\0\0img\0“
????“timerDone\0“
};
#undef?QT_MOC_LITERAL
static?const?uint?qt_meta_data_MainWindow[]?=?{
?//?content:
???????7???????//?revision
???????0???????//?classname
???????0????0?//?classinfo
???????2???14?//?methods
???????0????0?//?properties
???????0????0?//?enums/sets
???????0????0?//?constructors
???????0???????//?flags
???????0???????//?signalCount
?//?slots:?name?argc?parameters?tag?flags
???????1????1???24????2?0x08
???????4????0???27????2?0x08
?//?slots:?parameters
????QmetaType::Void?QmetaType::QImage????3
????QmetaType::Void
???????0????????//?eod
};
void?MainWindow::qt_static_metacall(Qobject?*_o?Qmetaobject::Call?_c?int?_id?void?**_a)
{
????if?(_c?==?Qmetaobject::InvokemetaMethod)?{
????????MainWindow?*_t?=?static_cast(_o);
????????switch?(_id)?{
????????case?0:?_t->slotGetOneframe((*reinterpret_cast(_a[1])));?break;
????????case?1:?_t->timerDone();?break;
????????default:?;
????????}
????}
}
const?Qmetaobject?MainWindow::staticmetaobject?=?{
????{?&QMainWindow::staticmetaobject?qt_meta_stringdata_MainWindow.data
??????qt_meta_data_MainWindow??qt_static_metacall?0?0}
};
const?Qmetaobject?*MainWindow::metaobject()?const
{
????return?Qobject::d_ptr->metaobject???Qobject::d_ptr->dynamicmetaobject()?:?&staticmetaobject;
}
void?*MainWindow::qt_metacast(const?char?*_clname)
{
????if?(!_clname)?return?0;
????if?(!strcmp(_clname?qt_meta_stringdata_MainWindow.stringdata))
????????return?static_cast(const_cast
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-03-26?09:04??test_ffmpegDecodeRTSP\
?????目錄???????????0??2018-03-26?09:04??test_ffmpegDecodeRTSP\build\
?????文件???????12420??2018-03-26?09:04??test_ffmpegDecodeRTSP\build\Makefile
?????文件???????46787??2018-03-26?09:04??test_ffmpegDecodeRTSP\build\Makefile.Debug
?????文件???????46883??2018-03-26?09:04??test_ffmpegDecodeRTSP\build\Makefile.Release
?????文件????24510976??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\avcodec-57.dll
?????文件?????2011648??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\avdevice-57.dll
?????文件?????4290048??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\avfilter-6.dll
?????文件?????5145088??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\avformat-57.dll
?????文件??????669184??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\avutil-55.dll
?????目錄???????????0??2018-03-27?10:32??test_ffmpegDecodeRTSP\build\debug\
?????文件??????127085??2018-03-26?09:52??test_ffmpegDecodeRTSP\build\debug\main.o
?????文件??????380073??2018-03-26?09:52??test_ffmpegDecodeRTSP\build\debug\mainwindow.o
?????文件????????3576??2018-03-26?09:54??test_ffmpegDecodeRTSP\build\debug\moc_mainwindow.cpp
?????文件??????157260??2018-03-26?09:54??test_ffmpegDecodeRTSP\build\debug\moc_mainwindow.o
?????文件????????4016??2018-03-26?09:54??test_ffmpegDecodeRTSP\build\debug\moc_readFileThread.cpp
?????文件??????141229??2018-03-26?09:54??test_ffmpegDecodeRTSP\build\debug\moc_readFileThread.o
?????文件??????207771??2018-03-27?10:32??test_ffmpegDecodeRTSP\build\debug\readFileThread.o
?????文件?????1127273??2018-03-27?10:32??test_ffmpegDecodeRTSP\build\debug\test_ffmpegPla
?????文件??????116736??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\postproc-54.dll
?????目錄???????????0??2018-03-27?10:34??test_ffmpegDecodeRTSP\build\release\
?????文件??????293888??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\swresample-2.dll
?????文件??????509440??2017-08-07?14:13??test_ffmpegDecodeRTSP\build\swscale-4.dll
?????文件????????2265??2018-03-26?09:04??test_ffmpegDecodeRTSP\build\ui_mainwindow.h
?????目錄???????????0??2018-03-27?10:34??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\
?????目錄???????????0??2018-03-26?09:01??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\
?????目錄???????????0??2018-03-26?09:01??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\include\
?????目錄???????????0??2018-03-26?09:01??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\include\libavcodec\
?????文件??????214716??2017-08-07?14:13??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\include\libavcodec\avcodec.h
?????文件????????2570??2017-08-07?14:13??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\include\libavcodec\avdct.h
?????文件????????3111??2017-08-07?14:13??test_ffmpegDecodeRTSP\test_ffmpegDecodeRTSP\ffmpeg\include\libavcodec\avfft.h
............此處省略147個文件信息
- 上一篇:FPGA使用DDR 顯示PAL圖像
- 下一篇:6678多核圖像處理
評論
共有 條評論