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]
Tá an tiomantas seo le fáil i:
Rajy Rawther
2023-09-27 12:14:28 -07:00
tiomanta ag GitHub
tuismitheoir 9a354e5d6a
tiomantas dcc6ee9f2a
D'athraigh 11 comhad le 316 breiseanna agus 44 scriosta
+2 -1
Féach ar an gComhad
@@ -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;