Home
last modified time | relevance | path

Searched refs:StreamDevice (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/
H A Dcamera_device_manager.h141 struct StreamDevice { struct
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);
164 int32_t (*streamQueueInit)(struct StreamDevice *streamDev);
[all …]
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/include/
H A Dcamera_utils.h32 struct StreamDevice *GetStreamDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev);
/ohos5.0/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H A Dbuffer_queue.c242 struct StreamDevice *streamDev = container_of(queueImp, struct StreamDevice, queueImp); in BufferQueueStart()
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c736 struct StreamDevice *streamDev = NULL; in CameraStreamOn()
766 struct StreamDevice *streamDev = NULL; in CameraStreamOff()
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/
H A Dcamera_utils.c274 struct StreamDevice *GetStreamDevice(const char *kernelDrvName, struct CameraDeviceDriver *regDev) in GetStreamDevice()