/device/generic/goldfish/camera/ |
EmulatedCamera2.h | 178 static int allocate_stream(const camera2_device_t *,
|
EmulatedCamera2.cpp | 258 int EmulatedCamera2::allocate_stream(const camera2_device_t *d, function in class:android::EmulatedCamera2 398 EmulatedCamera2::allocate_stream,
|
/hardware/libhardware/include/hardware/ |
camera2.h | 65 * the HAL device in allocate_stream(), and are used to interact with the 67 * allocate_stream returns. 72 * are fixed for a given stream (defined in allocate_stream), and the stride 75 * allocate_stream, and will be locked for use. 117 * parameter of allocate_stream, allowing the gralloc module to select the 585 * allocate_stream: 611 * structure may not be called until after allocate_stream returns. 628 int (*allocate_stream)( member in struct:camera2_device_ops 643 * allocate_stream call, and before the first request referencing the stream 646 * be at least max_buffers (from allocate_stream), but may be larger. Th [all...] |
/hardware/libhardware/tests/camera2/ |
camera2_utils.cpp | 355 res = d->ops->allocate_stream(d,
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.cpp | 1018 res = mHal2Device->ops->allocate_stream(mHal2Device, [all...] |
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCameraHWInterface2.cpp | [all...] |