NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
CodecHeaderVideo.h File Reference

Go to the source code of this file.

Data Structures

struct  dwCodecCameraSIPLBlobEEPROM
 SIPL EEPROM information. More...
 
struct  dwCodecCameraSIPLInfo
 SIPL information. More...
 
struct  dwCodecCameraMetadata
 Required camera metadata for encoding and decoding video. More...
 
struct  dwCodecConfigVideo
 The base configuration for all video encoders and decoders. More...
 

Typedefs

typedef struct dwCodecCameraSIPLBlobEEPROM dwCodecCameraSIPLBlobEEPROM
 SIPL EEPROM information. More...
 
typedef struct dwCodecCameraSIPLInfo dwCodecCameraSIPLInfo
 SIPL information. More...
 
typedef struct dwCodecCameraMetadata dwCodecCameraMetadata
 Required camera metadata for encoding and decoding video. More...
 
typedef struct dwCodecConfigVideo dwCodecConfigVideo
 The base configuration for all video encoders and decoders. More...
 

Enumerations

enum  dwCodecVideoFormat {
  DW_CODEC_VIDEO_FORMAT_YUV420,
  DW_CODEC_VIDEO_FORMAT_YUV444,
  DW_CODEC_VIDEO_FORMAT_RGB,
  DW_CODEC_VIDEO_FORMAT_RAW,
  DW_CODEC_VIDEO_FORMAT_YUV400,
  DW_CODEC_VIDEO_FORMAT_YUV422
}
 

Typedef Documentation

◆ dwCodecCameraMetadata

Required camera metadata for encoding and decoding video.

◆ dwCodecCameraSIPLBlobEEPROM

SIPL EEPROM information.

◆ dwCodecCameraSIPLInfo

SIPL information.

◆ dwCodecConfigVideo

The base configuration for all video encoders and decoders.

Enumeration Type Documentation

◆ dwCodecVideoFormat

Enumerator
DW_CODEC_VIDEO_FORMAT_YUV420 
DW_CODEC_VIDEO_FORMAT_YUV444 
DW_CODEC_VIDEO_FORMAT_RGB 
DW_CODEC_VIDEO_FORMAT_RAW 
DW_CODEC_VIDEO_FORMAT_YUV400 
DW_CODEC_VIDEO_FORMAT_YUV422 

Definition at line 26 of file CodecHeaderVideo.h.