|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
28 #ifndef DW_IMAGEPROCESSING_PYRAMID_PVA_PROCESS_PIPELINE_H_
29 #define DW_IMAGEPROCESSING_PYRAMID_PVA_PROCESS_PIPELINE_H_
31 #include <dw/imageprocessing/pyramid/PyramidPVA.h>
107 #endif // DW_IMAGEPROCESSING_PYRAMID_PVA_PROCESS_PIPELINE_H_
@ DW_PYRAMID_PVA_STAGE_GPU_ASYNC_DATA_POSTPROCESS
Process the postprocess part of pyramid creation on GPU.
struct dwPyramidPVAObject * dwPyramidPVAHandle_t
Defines the image pyramid structure.
DW_API_PUBLIC dwStatus dwPyramidPVA_process(dwPyramidPVAState stage, dwPyramidPVAHandle_t obj)
Calls process functions based on the current state of execution.
@ DW_PYRAMID_PVA_STAGE_GPU_ASYNC_DATA_PREPARE
Process the preprocessing part of pyramid creation on GPU.
dwPyramidPVAState
Defines the Pyramid module.
struct dwImageObject * dwImageHandle_t
DW_API_PUBLIC dwStatus dwPyramidPVA_bindInput(const dwImageHandle_t image, dwPyramidPVAHandle_t obj)
Binds the input image to class member.
dwStatus
Status definition.
DW_API_PUBLIC dwStatus dwPyramidPVA_bindOutput(dwPyramidImage *pyramid, dwPyramidPVAHandle_t obj)
Binds the initialized output pyramid to class.
const NvSciSyncObj *const obj
@ DW_PYRAMID_PVA_STAGE_PVA_ASYNC_TRACK_PYRAMID
Process the tracking part of pyramid creation on PVA.