Host decouple - samples and test (#677)

* Host decouple - samples and test

* Host - install utils with dev

* Host - Install host files in core temp
This commit is contained in:
Kiriti Gowda
2025-12-04 16:04:47 -08:00
committed by GitHub
szülő 014e0d3e65
commit 0a4fadb24d
9 fájl változott, egészen pontosan 40 új sor hozzáadva és 26 régi sor törölve
@@ -35,10 +35,9 @@ THE SOFTWARE.
#endif
#include "video_demuxer.h"
#include "roc_video_dec.h"
#include "ffmpeg_video_dec.h"
#include "common.h"
#if ENABLE_HOST_DECODE
#include "rocdecode/rocdecode_host.h"
#include "ffmpeg_video_dec.h"
#endif
void DecProc(RocVideoDecoder *p_dec, VideoDemuxer *demuxer, int *pn_frame, int *pn_pic_dec, double *pn_fps, double *pn_fps_dec, int max_num_frames, OutputSurfaceMemoryType mem_type) {