FFmpeg
3.3.8
|
#include <libavcodec/nvenc.h>
Data Fields | |
NV_ENC_INPUT_PTR | input_surface |
AVFrame * | in_ref |
int | reg_idx |
int | width |
int | height |
int | pitch |
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 36 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 37 of file nvenc.h.
Referenced by ff_nvenc_encode_close(), nvenc_alloc_surface(), nvenc_upload_frame(), and process_output_surface().
int NvencSurface::reg_idx |
Definition at line 38 of file nvenc.h.
Referenced by nvenc_upload_frame(), and process_output_surface().
int NvencSurface::width |
Definition at line 39 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), and nvenc_alloc_surface().
int NvencSurface::height |
Definition at line 40 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), nvenc_alloc_surface(), and nvenc_copy_frame().
int NvencSurface::pitch |
Definition at line 41 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), and nvenc_upload_frame().
NV_ENC_OUTPUT_PTR NvencSurface::output_surface |
Definition at line 43 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 44 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), nvenc_alloc_surface(), and nvenc_upload_frame().
int NvencSurface::size |
Definition at line 45 of file nvenc.h.
Referenced by nvenc_alloc_surface().
int NvencSurface::lockCount |
Definition at line 46 of file nvenc.h.
Referenced by ff_nvenc_encode_frame(), get_free_frame(), and nvenc_alloc_surface().