![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.9.0 Release |
Holds OFST estimation parameters.
This structure is used on a per-frame basis.
Definition at line 100 of file nvmedia_iofst.h.
Data Fields | |
void * | meExternalHints |
Specifies a pointer to ME external hints for the current frame. More... | |
NvMediaBool | enableSegmentMap |
Enables the external segment ID map, as follows: A value of NVMEDIA_TRUE enables it. More... | |
NvMediaBool NvMediaOFSTExternalHintParams::enableSegmentMap |
Enables
the external segment ID map, as follows:
A value of NVMEDIA_TRUE
enables it.
A value of NVMEDIA_FALSE
disables it.
This field should be enabled only when meExternalHints has segment map information also.
Definition at line 108 of file nvmedia_iofst.h.
void* NvMediaOFSTExternalHintParams::meExternalHints |
Specifies a pointer to ME external hints for the current frame.
Definition at line 102 of file nvmedia_iofst.h.