Holds VP8-specific encode initialization parameters.
Definition at line 1825 of file tvmr/include/nvmedia_common_encode.h.
Data Fields | |
| uint32_t | encodeWidth |
| Holds the encode width. More... | |
| uint32_t | encodeHeight |
| Holds the encode height. More... | |
| uint32_t | frameRateNum |
| Holds the numerator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ). More... | |
| uint32_t | frameRateDen |
| Holds the denominator for frame rate used for encoding in frames per second ( Frame rate = frameRateNum / frameRateDen ). More... | |
| uint8_t | maxNumRefFrames |
| Holds the max reference numbers used for encoding. More... | |