ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
Define video encode channel framerate structure frmRateNum and frmRateDen is LCM must be 1 and GCD must be not greater than 64 The least common multiple of the greatest common divisor divisibility between frmRateNum and frmRateDen can not be more than 64, it is better to get the greatest common divisor number before the settings. More...
#include <imp_encoder.h>
Data Fields | |
uint32_t | frmRateNum |
the tick num in one second, the numerator of framerate | |
uint32_t | frmRateDen |
the tick num in one frame, the denominator of framerate | |
Define video encode channel framerate structure frmRateNum and frmRateDen is LCM must be 1 and GCD must be not greater than 64 The least common multiple of the greatest common divisor divisibility between frmRateNum and frmRateDen can not be more than 64, it is better to get the greatest common divisor number before the settings.