xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 22KB
    文件類型: .zip
    金幣: 2
    下載: 2 次
    發布日期: 2021-01-09
  • 語言: 其他
  • 標簽: MPP??RK3399??RTSP??解碼??

資源簡介

基于RK3399平臺,利用MPP實現RTSP視頻流的硬件解碼,輸入視頻流格式為H.264

資源截圖

代碼片段和文件信息

#include?
#include?
#include?
#include?
#include?“tools.h“
#include?“rtspprotocolutil.h“
#include?“mppdecoder.h“
#include?“rkdrm.h“

#if?0
//?將一個YUV幀存入文件,便于使用外部解碼器來檢驗解碼的正確性
static?void?save_frame(frame_st*?frame)?
{
????static?d?=?0;
????if?(d++?>?10)?return;
????char?fn[256];
????sprintf(fn?“frame-%04d.yuv“?d);
????FILE*?fp?=?fopen(fn?“wb“);
????uint32_t?i;
????uint8_t?*base_y?=?frame->data;
????uint8_t?*base_c?=?frame->data?+?frame->h_stride?*?frame->v_stride;

????for?(i?=?0;?i?ame->height;?i++?base_y?+=?frame->h_stride)?{
????????fwrite(base_y?1?frame->width?fp);
????}
????for?(i?=?0;?i?ame->height?/?2;?i++?base_c?+=?frame->h_stride)?{
????????fwrite(base_c?1?frame->width?fp);
????}
????fclose(fp);
}

static?void?_copy_frame(fr

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-07?09:44??mpp_rtsp_player-master\
?????文件??????????27??2018-05-07?09:44??mpp_rtsp_player-master\.gitignore
?????文件?????????481??2018-05-07?09:44??mpp_rtsp_player-master\CMakeLists.txt
?????文件?????????181??2018-05-07?09:44??mpp_rtsp_player-master\README.md
?????文件????????3742??2018-05-07?09:44??mpp_rtsp_player-master\main.c
?????文件???????12529??2018-05-07?09:44??mpp_rtsp_player-master\mppdecoder.c
?????文件?????????789??2018-05-07?09:44??mpp_rtsp_player-master\mppdecoder.h
?????目錄???????????0??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\
?????文件????????4655??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\bo.c
?????文件????????1719??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\bo.h
?????文件????????6733??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\dev.c
?????文件????????1337??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\dev.h
?????文件????????6900??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\modeset.c
?????文件?????????776??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\modeset.h
?????文件????????3781??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\rkdrm.c
?????文件?????????151??2018-05-07?09:44??mpp_rtsp_player-master\rkdrm\rkdrm.h
?????文件???????18138??2018-05-07?09:44??mpp_rtsp_player-master\rtspprotocolutil.c
?????文件?????????421??2018-05-07?09:44??mpp_rtsp_player-master\rtspprotocolutil.h
?????文件?????????403??2018-05-07?09:44??mpp_rtsp_player-master\tools.h

評論

共有 條評論