parser high level class implementation (#10)

* rocDecode api defintions added for decoder and parser

* addressed review comments and changed struct names to CamelCase

* minot reformatting

* parser high level class implementation

[ROCm/rocdecode commit: 0a991c1776]
This commit is contained in:
Rajy Rawther
2023-09-27 12:14:28 -07:00
zatwierdzone przez GitHub
rodzic 9a354e5d6a
commit dcc6ee9f2a
11 zmienionych plików z 316 dodań i 44 usunięć
+2 -1
Wyświetl plik
@@ -62,7 +62,8 @@ typedef enum rocDecStatus_enum{
ROCDEC_OUTOF_MEMORY = -4,
ROCDEC_INVALID_PARAMETER = -5,
ROCDEC_NOT_IMPLEMENTED = -6,
ROCDEC_NOT_SUPPORTED = -7,
ROCDEC_NOT_INITIALIZED = -7,
ROCDEC_NOT_SUPPORTED = -8,
ROCDEC_SUCCESS = 0,
}rocDecStatus;