docs-6.1.2/api/rocparser.h Source File#
rocparser.h
  
Go to the documentation of this file.
   64     } frame_rate;
   91     } display_area;
  101     } display_aspect_ratio;
  113     } video_signal_description;
  127     uint8_t  raw_seqhdr_data[1024];         
  232 //typedef int (ROCDECAPI *PFNVIDOPPOINTCALLBACK)(void *, RocdecOperatingPointInfo*);        // reserved for future (AV1 specific)
  258 /************************************************************************************************/
  262 /************************************************************************************************/
  263 extern rocDecStatus ROCDECAPI rocDecCreateVideoParser(RocdecVideoParser *parser_handle, RocdecParserParams *params);
  265 /************************************************************************************************/
  274 /************************************************************************************************/
  275 extern rocDecStatus ROCDECAPI rocDecParseVideoData(RocdecVideoParser parser_handle, RocdecSourceDataPacket *packet);
  277 /************************************************************************************************/
  281 /************************************************************************************************/
struct _RocdecParserParams RocdecParserParams
The AMD rocDecode library.\Used in rocDecCreateVideoParser API.
struct _RocdecOperatingPointInfo RocdecOperatingPointInfo
RocdecOperatingPointInfo structOperating point information of scalable bitstream.
rocDecStatus ROCDECAPI rocDecCreateVideoParser(RocdecVideoParser *parser_handle, RocdecParserParams *params)
rocDecStatus ROCDECAPI rocDecParseVideoData(RocdecVideoParser parser_handle, RocdecSourceDataPacket *packet)
rocDecStatus ROCDECAPI rocDecDestroyVideoParser(RocdecVideoParser parser_handle)
The AMD rocDecode Library.
int(ROCDECAPI * PFNVIDSEQUENCECALLBACK)(void *, RocdecVideoFormat *)
Parser callbacks \ The parser will call these synchronously from within rocDecParseVideoData(),...
Definition: rocparser.h:229
Timing Info struct\Used in rocdecParseVideoData API with PFNVIDDISPLAYCALLBACK pfn_display_picture.
Definition: rocparser.h:123
uint8_t transfer_characteristics
Definition: rocparser.h:111
RocdecOperatingPointInfo structOperating point information of scalable bitstream.
Definition: rocparser.h:179
Definition: rocparser.h:166
The AMD rocDecode library.\Used in rocDecCreateVideoParser API.
Definition: rocparser.h:240
uint32_t max_num_decode_surfaces
Definition: rocparser.h:242
PFNVIDSEQUENCECALLBACK pfn_sequence_callback
Definition: rocparser.h:250
PFNVIDDECODECALLBACK pfn_decode_picture
Definition: rocparser.h:251
PFNVIDDISPLAYCALLBACK pfn_display_picture
Definition: rocparser.h:252
Definition: rocdecode.h:792
Definition: rocparser.h:207
Definition: rocparser.h:196
Definition: rocparser.h:152