FFmpeg
|
Data Fields | |
NV_ENC_INPUT_PTR | input_surface |
int | width |
int | height |
int | lockCount |
NV_ENC_BUFFER_FORMAT | format |
NV_ENC_INPUT_PTR NvencInputSurface::input_surface |
Definition at line 72 of file nvenc.c.
Referenced by nvenc_encode_close(), nvenc_encode_frame(), and nvenc_encode_init().
int NvencInputSurface::width |
Definition at line 73 of file nvenc.c.
Referenced by nvenc_encode_init().
int NvencInputSurface::height |
Definition at line 74 of file nvenc.c.
Referenced by nvenc_encode_frame(), and nvenc_encode_init().
int NvencInputSurface::lockCount |
Definition at line 76 of file nvenc.c.
Referenced by nvenc_encode_frame(), and nvenc_encode_init().
NV_ENC_BUFFER_FORMAT NvencInputSurface::format |
Definition at line 78 of file nvenc.c.
Referenced by nvenc_encode_frame(), and nvenc_encode_init().