NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.2 Release
For Test and Development only
Image/Video Encode and OFST

Detailed Description

Defines common types and declarations for image/video encode and OFST operations.

Enumerations

enum  NvMediaEncoderInstanceId {
  NVMEDIA_ENCODER_INSTANCE_0 = 0,
  NVMEDIA_ENCODER_INSTANCE_1,
  NVMEDIA_ENCODER_INSTANCE_AUTO
}
 Specifies the encoder instance ID. More...
 

Enumeration Type Documentation

◆ NvMediaEncoderInstanceId

Specifies the encoder instance ID.

Enumerator
NVMEDIA_ENCODER_INSTANCE_0 

Specifies the encoder instance ID 0.

NVMEDIA_ENCODER_INSTANCE_1 

Specifies the encoder instance ID 1.

NVMEDIA_ENCODER_INSTANCE_AUTO 

Specifies that the encoder instance ID can be set dynamically during encode.

Definition at line 36 of file nvmedia_common_encode_ofst.h.