Home
last modified time | relevance | path

Searched defs:StreamOps (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h152 struct StreamOps { struct
153 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 …]