FFmpeg
|
#include <nvenc.h>
Data Fields | |
NV_ENC_INPUT_PTR | input_surface |
AVFrame * | in_ref |
NV_ENC_MAP_INPUT_RESOURCE | in_map |
int | reg_idx |
int | width |
int | height |
NV_ENC_OUTPUT_PTR | output_surface |
NV_ENC_BUFFER_FORMAT | format |
int | size |
int | lockCount |
NV_ENC_INPUT_PTR NvencSurface::input_surface |
Definition at line 53 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), ff_nvenc_encode_frame(), nvenc_alloc_surface(), nvenc_upload_frame(), and process_output_surface().
AVFrame* NvencSurface::in_ref |
Definition at line 54 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_alloc_surface(), nvenc_upload_frame(), and process_output_surface().
NV_ENC_MAP_INPUT_RESOURCE NvencSurface::in_map |
Definition at line 55 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_upload_frame(), and process_output_surface().
int NvencSurface::reg_idx |
Definition at line 56 of file nvenc.h.
Referenced by nvenc_upload_frame(), and process_output_surface().
int NvencSurface::width |
Definition at line 57 of file nvenc.h.
Referenced by nvenc_alloc_surface().
int NvencSurface::height |
Definition at line 58 of file nvenc.h.
Referenced by nvenc_alloc_surface(), and nvenc_copy_frame().
NV_ENC_OUTPUT_PTR NvencSurface::output_surface |
Definition at line 60 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), ff_nvenc_encode_frame(), nvenc_alloc_surface(), and process_output_surface().
NV_ENC_BUFFER_FORMAT NvencSurface::format |
Definition at line 61 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), nvenc_alloc_surface(), and nvenc_register_frame().
int NvencSurface::size |
Definition at line 62 of file nvenc.h.
Referenced by nvenc_alloc_surface().
int NvencSurface::lockCount |
Definition at line 63 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), get_free_frame(), and nvenc_alloc_surface().