Libav
|
#include <nvenc.h>
Data Fields | |
NV_ENC_INPUT_PTR | in |
AVFrame * | in_ref |
NV_ENC_MAP_INPUT_RESOURCE | in_map |
int | reg_idx |
NV_ENC_OUTPUT_PTR | out |
NV_ENC_BUFFER_FORMAT | format |
int | locked |
NV_ENC_INPUT_PTR NVENCFrame::in |
Definition at line 52 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), ff_nvenc_encode_frame(), nvenc_alloc_surface(), nvenc_get_output(), and nvenc_upload_frame().
AVFrame* NVENCFrame::in_ref |
Definition at line 53 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_alloc_surface(), nvenc_get_output(), and nvenc_upload_frame().
NV_ENC_MAP_INPUT_RESOURCE NVENCFrame::in_map |
Definition at line 54 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_get_output(), and nvenc_upload_frame().
int NVENCFrame::reg_idx |
Definition at line 55 of file nvenc.h.
Referenced by nvenc_get_output(), and nvenc_upload_frame().
NV_ENC_OUTPUT_PTR NVENCFrame::out |
Definition at line 57 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), ff_nvenc_encode_frame(), nvenc_alloc_surface(), and nvenc_get_output().
NV_ENC_BUFFER_FORMAT NVENCFrame::format |
Definition at line 58 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), nvenc_alloc_surface(), and nvenc_register_frame().
int NVENCFrame::locked |
Definition at line 59 of file nvenc.h.
Referenced by get_free_frame(), and nvenc_get_output().