Add support for rocDecReconfigureDecoder API (#116)
* Add support for rocDecReconfigureDecoder API * adrress reviewer's comemnts * Add doxygen comment for ReconfigureDecoder function
This commit is contained in:
@@ -52,7 +52,7 @@ public:
|
||||
rocDecStatus SubmitDecode(RocdecPicParams *pPicParams);
|
||||
rocDecStatus GetDecodeStatus(int pic_idx, RocdecDecodeStatus* decode_status);
|
||||
rocDecStatus ExportSurface(int pic_idx, VADRMPRIMESurfaceDescriptor &va_drm_prime_surface_desc);
|
||||
|
||||
rocDecStatus ReconfigureDecoder(RocdecReconfigureDecoderInfo *reconfig_params);
|
||||
private:
|
||||
RocDecoderCreateInfo decoder_create_info_;
|
||||
int drm_fd_;
|
||||
|
||||
Reference in New Issue
Block a user