Searched refs:stream_ops (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.h68 const camera2_stream_ops_t *stream_ops,
95 const camera2_stream_in_ops_t *stream_ops,
H A DQualcommCamera.cpp279 const camera2_stream_ops_t *stream_ops,
289 rc = hardware->allocate_stream(width, height, format, stream_ops,
275 allocate_stream(const struct camera2_device *device, uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
/hardware/libhardware/include/hardware/
H A Dcamera2.h598 * - stream_ops: A structure of function pointers for obtaining and queuing
624 const camera2_stream_ops_t *stream_ops,
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraHWI.cpp389 const camera2_stream_ops_t *stream_ops,
415 stream->setPreviewWindow(stream_ops);
386 allocate_stream( uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCameraHWI.h208 const camera2_stream_ops_t *stream_ops,
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h459 int format, const camera2_stream_ops_t *stream_ops,
H A DExynosCameraHWInterface2.cpp1653 int ExynosCameraHWInterface2::allocateStream(uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, argument
1708 newParameters.streamOps = stream_ops;
1755 subParameters->streamOps = stream_ops;
1801 newParameters.streamOps = stream_ops;
1854 newParameters.streamOps = stream_ops;
1908 subParameters->streamOps = stream_ops;
1944 subParameters->streamOps = stream_ops;
6184 const camera2_stream_ops_t *stream_ops,
6192 return obj(dev)->allocateStream(width, height, format, stream_ops,
6178 HAL2_device_allocate_stream( const struct camera2_device *dev, uint32_t width, uint32_t height, int format, const camera2_stream_ops_t *stream_ops, uint32_t *stream_id, uint32_t *format_actual, uint32_t *usage, uint32_t *max_buffers) argument

Completed in 78 milliseconds