FFmpeg
|
#include <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 |
NV_ENC_INPUT_PTR NvencSurface::input_surface |
Definition at line 82 of file nvenc.h.
Referenced by nvenc_send_frame(), nvenc_upload_frame(), and process_output_surface().
AVFrame* NvencSurface::in_ref |
Definition at line 83 of file nvenc.h.
Referenced by nvenc_upload_frame(), and process_output_surface().
int NvencSurface::reg_idx |
Definition at line 84 of file nvenc.h.
Referenced by nvenc_upload_frame(), and process_output_surface().
int NvencSurface::width |
Definition at line 85 of file nvenc.h.
Referenced by nvenc_send_frame().
int NvencSurface::height |
Definition at line 86 of file nvenc.h.
Referenced by nvenc_copy_frame(), and nvenc_send_frame().
int NvencSurface::pitch |
Definition at line 87 of file nvenc.h.
Referenced by nvenc_send_frame(), and nvenc_upload_frame().
NV_ENC_OUTPUT_PTR NvencSurface::output_surface |
Definition at line 89 of file nvenc.h.
Referenced by nvenc_send_frame(), and process_output_surface().
NV_ENC_BUFFER_FORMAT NvencSurface::format |
Definition at line 90 of file nvenc.h.
Referenced by nvenc_send_frame(), and nvenc_upload_frame().