Decode callback step 1: Added skeleton decode callback to get the flow going. (#39)

* * rocDecode/HEVC: Added skeleton decode callback to get the flow going.

* *rocDecode/HEVC: Added error handling for decode call.
This commit is contained in:
jeffqjiangNew
2023-11-06 22:04:25 -05:00
committed by GitHub
parent b351972fb0
commit f56a64d832
6 changed files with 71 additions and 5 deletions
+1
View File
@@ -48,6 +48,7 @@ public:
VaapiVideoDecoder(RocDecoderCreateInfo &decoder_create_info);
~VaapiVideoDecoder();
rocDecStatus InitializeDecoder(std::string gcn_arch_name);
rocDecStatus SubmitDecode(RocdecPicParams *pPicParams);
private:
RocDecoderCreateInfo decoder_create_info_;
int drm_fd_;