Holds IOFA Process Frame API parameters.
Definition at line 445 of file nvmedia_iofa.h.
Data Fields | |
bool | rightDispMap |
Enable right view disparity map. More... | |
uint8_t | currentPydLevel |
Current level to process in Pyd SGM LEVEL Mode valid range of values is between 0 to ofaPydLevel-1. More... | |
bool | noopMode |
noop flag true Avoid ofa processing and signal frame done false Normal ofa processing (default) More... | |
NvMediaIofaPydHintParams | pydHintParams |
Pyramid hints parameters. More... | |
uint8_t NvMediaIofaProcessParams::currentPydLevel |
Current level to process in Pyd SGM LEVEL Mode
valid range of values is between 0 to ofaPydLevel-1.
Definition at line 456 of file nvmedia_iofa.h.
bool NvMediaIofaProcessParams::noopMode |
noop flag
true Avoid ofa processing and signal frame done
false Normal ofa processing (default)
Definition at line 461 of file nvmedia_iofa.h.
NvMediaIofaPydHintParams NvMediaIofaProcessParams::pydHintParams |
Pyramid hints parameters.
Definition at line 463 of file nvmedia_iofa.h.
bool NvMediaIofaProcessParams::rightDispMap |
Enable right view disparity map.
Applicable only for Stereo mode
false to disable right view disparity generation
true to enable right view disparity generation
If enabled, stereo disparity is estimated for right view w.r.t. left view
Definition at line 452 of file nvmedia_iofa.h.