FFmpeg
|
#include <nvEncodeAPI.h>
Data Fields | |
NV_ENC_CONFIG_H264 | h264Config |
[in]: Specifies the H.264-specific encoder configuration. More... | |
NV_ENC_CONFIG_HEVC | hevcConfig |
[in]: Specifies the HEVC-specific encoder configuration. More... | |
NV_ENC_CONFIG_H264_MEONLY | h264MeOnlyConfig |
[in]: Specifies the H.264-specific ME only encoder configuration. More... | |
NV_ENC_CONFIG_HEVC_MEONLY | hevcMeOnlyConfig |
[in]: Specifies the HEVC-specific ME only encoder configuration. More... | |
uint32_t | reserved [320] |
[in]: Reserved and must be set to 0 More... | |
Definition at line 1353 of file nvEncodeAPI.h.
NV_ENC_CONFIG_H264 NV_ENC_CODEC_CONFIG::h264Config |
[in]: Specifies the H.264-specific encoder configuration.
Definition at line 1355 of file nvEncodeAPI.h.
Referenced by nvenc_codec_specific_pic_params(), nvenc_setup_h264_config(), and process_output_surface().
NV_ENC_CONFIG_HEVC NV_ENC_CODEC_CONFIG::hevcConfig |
[in]: Specifies the HEVC-specific encoder configuration.
Definition at line 1356 of file nvEncodeAPI.h.
Referenced by nvenc_codec_specific_pic_params(), nvenc_setup_hevc_config(), and process_output_surface().
NV_ENC_CONFIG_H264_MEONLY NV_ENC_CODEC_CONFIG::h264MeOnlyConfig |
[in]: Specifies the H.264-specific ME only encoder configuration.
Definition at line 1357 of file nvEncodeAPI.h.
NV_ENC_CONFIG_HEVC_MEONLY NV_ENC_CODEC_CONFIG::hevcMeOnlyConfig |
[in]: Specifies the HEVC-specific ME only encoder configuration.
Definition at line 1358 of file nvEncodeAPI.h.
uint32_t NV_ENC_CODEC_CONFIG::reserved[320] |
[in]: Reserved and must be set to 0
Definition at line 1359 of file nvEncodeAPI.h.