Defines basic types used throughout the NvMedia API.
Data Structures | |
struct | NvMediaRect |
Holds a rectangular region of a surface. More... | |
struct | NvMediaPoint |
Defines the location of a point on a two-dimensional object. More... | |
struct | NvMediaPointFloat |
Defines the float-precision location of a point on a two-dimensional object. More... | |
struct | NvMediaPointDouble |
Defines the double-precision location of a point on a two-dimensional object. More... | |
struct | NvMediaTaskStatus |
Holds status of latest operation for NvMedia managed data structure. More... | |
struct | NvMediaEncodeQP |
Holds quantization parameters(QP) value for frames. More... | |
struct | NvMediaEncodeRCParams |
Holds rate control configuration parameters. More... | |
Modules | |
Basic CDI Types | |
The Camera Device Interface API provides common CDI processing functions. | |
Device | |
Manages NvMediaDevice objects, which are the root of the Nvmedia object system. | |
H.264 Encoder | |
The H.264 Encoder API provides basic encode picture types. | |
H.264 Structures | |
H.265 Encoder: Common Types | |
The H.265 Encoder API provides basic encode parameters. | |
H.265 Structures | |
MPEG-1 and MPEG-2 Structures | |
MPEG4 Part 2 Structures | |
Version Information | |
Provides version information for the NvMedia library. | |
Macros | |
#define | NVMEDIA_RELEASE_VERSION_MAJOR 2 |
Release major version number. More... | |
#define | NVMEDIA_RELEASE_VERSION_MINOR 0 |
Release minor version number. More... | |
#define | NVMEDIA_CORE_VERSION_MAJOR 1 |
Core major version number. More... | |
#define | NVMEDIA_CORE_VERSION_MINOR 16 |
Core minor version number. More... | |
#define | NVMEDIA_TRUE (0 == 0) |
A true NvMediaBool value. More... | |
#define | NVMEDIA_FALSE (0 == 1) |
A false NvMediaBool value. More... | |
Typedefs | |
typedef uint32_t | NvMediaBool |
A boolean value, holding NVMEDIA_TRUE or NVMEDIA_FALSE. More... | |
typedef struct timespec | NvMediaTime |
Holds the media time in timespec format as defined by the POSIX specification. More... | |
typedef uint64_t | NvMediaGlobalTime |
Media global time, measured in microseconds. More... | |
#define NVMEDIA_CORE_VERSION_MAJOR 1 |
Core major version number.
Definition at line 67 of file tvmr/include/nvmedia_core.h.
#define NVMEDIA_CORE_VERSION_MINOR 16 |
Core minor version number.
Definition at line 69 of file tvmr/include/nvmedia_core.h.
#define NVMEDIA_FALSE (0 == 1) |
A false NvMediaBool value.
Definition at line 74 of file tvmr/include/nvmedia_core.h.
#define NVMEDIA_RELEASE_VERSION_MAJOR 2 |
Release major version number.
Definition at line 62 of file tvmr/include/nvmedia_core.h.
#define NVMEDIA_RELEASE_VERSION_MINOR 0 |
Release minor version number.
Definition at line 64 of file tvmr/include/nvmedia_core.h.
#define NVMEDIA_TRUE (0 == 0) |
A true NvMediaBool value.
Definition at line 72 of file tvmr/include/nvmedia_core.h.
typedef uint32_t NvMediaBool |
A boolean value, holding NVMEDIA_TRUE or NVMEDIA_FALSE.
Definition at line 80 of file tvmr/include/nvmedia_core.h.
typedef uint64_t NvMediaGlobalTime |
Media global time, measured in microseconds.
Definition at line 90 of file tvmr/include/nvmedia_core.h.
typedef struct timespec NvMediaTime |
Holds the media time in timespec format as defined by the POSIX specification.
Definition at line 85 of file tvmr/include/nvmedia_core.h.
enum NvMediaColorStandard |
Defines color standards.
Definition at line 108 of file tvmr/include/nvmedia_core.h.
enum NvMediaStatus |
Defines all possible error codes.
Definition at line 180 of file tvmr/include/nvmedia_core.h.
enum NvMediaTimeBase |
Defines clock base for NvMediaTime.
Definition at line 94 of file tvmr/include/nvmedia_core.h.