NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwCodecConfigVideo Struct Reference

Detailed Description

The base configuration for all video encoders and decoders.

Definition at line 131 of file CodecHeaderVideo.h.

Collaboration diagram for dwCodecConfigVideo:

Data Fields

dwCodecType codec
 Codec type. More...
 
uint32_t width
 Video width. More...
 
uint32_t height
 Video height. More...
 
uint32_t bitDepth
 Frame bit depth. More...
 
uint32_t frameRate
 Frame rate. More...
 
dwCodecVideoFormat format
 Video format. More...
 
dwCodecCameraMetadata cameraMetadata
 Required camera metadata for encoding and decoding video. More...
 
dwEncoderConfigRateControl rateControl
 Encoder rate control parameters. More...
 
char8_t codecMimeType [DW_MAX_CODEC_MIME_TYPE_LENGTH]
 Codec mime type. More...
 
char8_t rawHeader [DW_MAX_RAW_SIPL_HEADER_LENGTH]
 Raw sipl data from the camera. More...
 

Field Documentation

◆ bitDepth

uint32_t dwCodecConfigVideo::bitDepth

Frame bit depth.

Definition at line 140 of file CodecHeaderVideo.h.

◆ cameraMetadata

dwCodecCameraMetadata dwCodecConfigVideo::cameraMetadata

Required camera metadata for encoding and decoding video.

Definition at line 146 of file CodecHeaderVideo.h.

◆ codec

dwCodecType dwCodecConfigVideo::codec

Codec type.

Definition at line 134 of file CodecHeaderVideo.h.

◆ codecMimeType

char8_t dwCodecConfigVideo::codecMimeType[DW_MAX_CODEC_MIME_TYPE_LENGTH]

Codec mime type.

Definition at line 150 of file CodecHeaderVideo.h.

◆ format

dwCodecVideoFormat dwCodecConfigVideo::format

Video format.

Definition at line 144 of file CodecHeaderVideo.h.

◆ frameRate

uint32_t dwCodecConfigVideo::frameRate

Frame rate.

Definition at line 142 of file CodecHeaderVideo.h.

◆ height

uint32_t dwCodecConfigVideo::height

Video height.

Definition at line 138 of file CodecHeaderVideo.h.

◆ rateControl

dwEncoderConfigRateControl dwCodecConfigVideo::rateControl

Encoder rate control parameters.

Definition at line 148 of file CodecHeaderVideo.h.

◆ rawHeader

char8_t dwCodecConfigVideo::rawHeader[DW_MAX_RAW_SIPL_HEADER_LENGTH]

Raw sipl data from the camera.

Definition at line 152 of file CodecHeaderVideo.h.

◆ width

uint32_t dwCodecConfigVideo::width

Video width.

Definition at line 136 of file CodecHeaderVideo.h.


The documentation for this struct was generated from the following file: