FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
NV_ENC_CREATE_MV_BUFFER Struct Reference

Creation parameters for output motion vector buffer for ME only mode. More...

#include <nvEncodeAPI.h>

Data Fields

uint32_t version
 [in]: Struct version. More...
 
NV_ENC_OUTPUT_PTR mvBuffer
 [out]: Pointer to the output motion vector buffer More...
 
uint32_t reserved1 [255]
 [in]: Reserved and should be set to 0 More...
 
voidreserved2 [63]
 [in]: Reserved and should be set to NULL More...
 

Detailed Description

Creation parameters for output motion vector buffer for ME only mode.

Definition at line 1031 of file nvEncodeAPI.h.

Field Documentation

uint32_t NV_ENC_CREATE_MV_BUFFER::version

[in]: Struct version.

Must be set to NV_ENC_CREATE_MV_BUFFER_VER

Definition at line 1033 of file nvEncodeAPI.h.

NV_ENC_OUTPUT_PTR NV_ENC_CREATE_MV_BUFFER::mvBuffer

[out]: Pointer to the output motion vector buffer

Definition at line 1034 of file nvEncodeAPI.h.

uint32_t NV_ENC_CREATE_MV_BUFFER::reserved1[255]

[in]: Reserved and should be set to 0

Definition at line 1035 of file nvEncodeAPI.h.

void* NV_ENC_CREATE_MV_BUFFER::reserved2[63]

[in]: Reserved and should be set to NULL

Definition at line 1036 of file nvEncodeAPI.h.


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