38#ifndef DW_SENSORS_CODECS_PLUGINS_DECODERPLUGIN_H_
39#define DW_SENSORS_CODECS_PLUGINS_DECODERPLUGIN_H_
NVIDIA DriveWorks API: Codec Methods
dwDecoderPlugin_reset reset
Reset plugin decoder specified by its handle.
dwStatus(* dwDecoderPlugin_drain)(void *data, size_t dataSize, dwDecoderPluginHandle_t handle)
Drains previously queued decode requests.
dwStatus(* dwDecoderPlugin_decode)(dwCodecPacket *packet, dwDecoderPluginHandle_t handle)
Decode encoded packet data into a frame.
dwStatus(* dwDecoderPlugin_reset)(dwDecoderPluginHandle_t handle)
Reset a decoder managed by the plugin module.
dwStatus(* dwDecoderPlugin_release)(dwDecoderPluginHandle_t handle)
Release a decoder managed by the plugin module.
dwDecoderPlugin_decode decode
Decode a packet from input.
void * dwDecoderPluginHandle_t
Decoder plugin handle.
dwDecoderPlugin_release release
Release plugin decoder specified by its handle.
dwDecoderPlugin_drain drain
Return a decoded frame.
Function Table exposing decoder plugin functions.
dwStatus
Status definition.
NVIDIA DriveWorks API: Core Status Methods
NVIDIA DriveWorks API: Core Types
Generic struct storing data output from codec.