![]() |
libxcoder
3.5.1
|
#include <ni_device_api_logan.h>
Data Fields | |
int | log |
uint32_t | fps_number |
uint32_t | fps_denominator |
int | source_width |
int | source_height |
int | bitrate |
ni_logan_decoder_input_params_t | dec_input_params |
unsigned int | nb_save_pkt |
uint8_t | hwframes |
Definition at line 1584 of file ni_device_api_logan.h.
int bitrate |
Definition at line 1601 of file ni_device_api_logan.h.
ni_logan_decoder_input_params_t dec_input_params |
Definition at line 1603 of file ni_device_api_logan.h.
uint32_t fps_denominator |
Definition at line 1590 of file ni_device_api_logan.h.
uint32_t fps_number |
Numerator and denominator of frame rate
Definition at line 1589 of file ni_device_api_logan.h.
uint8_t hwframes |
Definition at line 1610 of file ni_device_api_logan.h.
int log |
Definition at line 1586 of file ni_device_api_logan.h.
unsigned int nb_save_pkt |
Definition at line 1608 of file ni_device_api_logan.h.
int source_height |
Height (in pixels) of the source pictures. If this height is not an even multiple of 4, the encoder will pad the pictures internally to meet this minimum requirement. All valid HEVC heights are supported
Definition at line 1600 of file ni_device_api_logan.h.
int source_width |
Width (in pixels) of the source pictures. If this width is not an even multiple of 4, the encoder will pad the pictures internally to meet this minimum requirement. All valid HEVC widths are supported
Definition at line 1595 of file ni_device_api_logan.h.