FFmpeg
|
Creation parameters for input buffer. More...
#include <nvEncodeAPI.h>
Data Fields | |
uint32_t | version |
[in]: Struct version. More... | |
uint32_t | width |
[in]: Input buffer width More... | |
uint32_t | height |
[in]: Input buffer width More... | |
NV_ENC_MEMORY_HEAP | memoryHeap |
NV_ENC_BUFFER_FORMAT | bufferFmt |
[in]: Input buffer format More... | |
uint32_t | reserved |
[in]: Reserved and must be set to 0 More... | |
NV_ENC_INPUT_PTR | inputBuffer |
[out]: Pointer to input buffer More... | |
void * | pSysMemBuffer |
[in]: Pointer to existing sysmem buffer More... | |
uint32_t | reserved1 [57] |
[in]: Reserved and must be set to 0 More... | |
void * | reserved2 [63] |
[in]: Reserved and must be set to NULL More... | |
Creation parameters for input buffer.
Definition at line 993 of file nvEncodeAPI.h.
uint32_t NV_ENC_CREATE_INPUT_BUFFER::version |
[in]: Struct version.
Must be set to NV_ENC_CREATE_INPUT_BUFFER_VER
Definition at line 995 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
uint32_t NV_ENC_CREATE_INPUT_BUFFER::width |
[in]: Input buffer width
Definition at line 996 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
uint32_t NV_ENC_CREATE_INPUT_BUFFER::height |
[in]: Input buffer width
Definition at line 997 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
NV_ENC_MEMORY_HEAP NV_ENC_CREATE_INPUT_BUFFER::memoryHeap |
Do not use
Definition at line 998 of file nvEncodeAPI.h.
NV_ENC_BUFFER_FORMAT NV_ENC_CREATE_INPUT_BUFFER::bufferFmt |
[in]: Input buffer format
Definition at line 999 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
uint32_t NV_ENC_CREATE_INPUT_BUFFER::reserved |
[in]: Reserved and must be set to 0
Definition at line 1000 of file nvEncodeAPI.h.
NV_ENC_INPUT_PTR NV_ENC_CREATE_INPUT_BUFFER::inputBuffer |
[out]: Pointer to input buffer
Definition at line 1001 of file nvEncodeAPI.h.
Referenced by nvenc_alloc_surface().
void* NV_ENC_CREATE_INPUT_BUFFER::pSysMemBuffer |
[in]: Pointer to existing sysmem buffer
Definition at line 1002 of file nvEncodeAPI.h.
uint32_t NV_ENC_CREATE_INPUT_BUFFER::reserved1[57] |
[in]: Reserved and must be set to 0
Definition at line 1003 of file nvEncodeAPI.h.
void* NV_ENC_CREATE_INPUT_BUFFER::reserved2[63] |
[in]: Reserved and must be set to NULL
Definition at line 1004 of file nvEncodeAPI.h.