IOFA Profile Data structure.
Definition at line 471 of file nvmedia_iofa.h.
Data Fields | |
bool | validProfData |
Indicate if profile data is valid or not. More... | |
uint32_t | swTimeInUS |
ofa sw driver execution time in micro sec More... | |
uint32_t | hwTimeInUS |
ofa hw processing time in micro sec More... | |
uint32_t | syncWaitTimeInUS |
ofa hw processing time with sync mode in micro sec More... | |
uint32_t NvMediaIofaProfileData::hwTimeInUS |
ofa hw processing time in micro sec
Definition at line 478 of file nvmedia_iofa.h.
uint32_t NvMediaIofaProfileData::swTimeInUS |
ofa sw driver execution time in micro sec
Definition at line 476 of file nvmedia_iofa.h.
uint32_t NvMediaIofaProfileData::syncWaitTimeInUS |
ofa hw processing time with sync mode in micro sec
Definition at line 480 of file nvmedia_iofa.h.
bool NvMediaIofaProfileData::validProfData |
Indicate if profile data is valid or not.
Definition at line 474 of file nvmedia_iofa.h.