Searched defs:StreamOps (Results 1 – 1 of 1) sorted by relevance
152 struct StreamOps { struct153 int32_t (*streamSetFormat)(struct CameraCtrlConfig *config, struct StreamDevice *streamDev);155 int32_t (*streamSetCrop)(struct CameraCtrlConfig *config, struct StreamDevice *streamDev);156 int32_t (*streamGetCrop)(struct CameraCtrlConfig *config, struct StreamDevice *streamDev);157 int32_t (*streamSetFps)(struct CameraCtrlConfig *config, struct StreamDevice *streamDev);158 int32_t (*streamGetFps)(struct CameraCtrlConfig *config, struct StreamDevice *streamDev);159 int32_t (*streamGetAbility)(struct Capability *capability, struct StreamDevice *streamDev);160 int32_t (*streamEnumFormat)(struct PixelFormat *config, struct StreamDevice *streamDev,162 int32_t (*startStreaming)(struct StreamDevice *dev);163 void (*stopStreaming)(struct StreamDevice *streamDev);[all …]