| 95 | } |
| 96 | |
| 97 | void NvOFCuda::DoExecute( |
| 98 | const NV_OF_EXECUTE_INPUT_PARAMS& executeInParams, |
| 99 | NV_OF_EXECUTE_OUTPUT_PARAMS& executeOutParams) { |
| 100 | NVOF_API_CALL(m_NvOFAPI->GetAPI()->nvOFExecute( |
| 101 | m_NvOFAPI->GetHandle(), &executeInParams, &executeOutParams)); |
| 102 | } |
| 103 | |
| 104 | void NvOFCuda::DoInit(const NV_OF_INIT_PARAMS& initParams) { |
| 105 | uint32_t minWidth = _QuerySupportCaps(NV_OF_CAPS_WIDTH_MIN); |