搜索
typedef struct hbVPFilterKernel { uint8_t dataType; int32_t width; int32_t height; uint64_t dataPhyAddr; void *dataVirAddr; } hbVPFilterKernel;
算子的滤波核结构体。
成员
dataType
width
height
dataPhyAddr
dataVirAddr