HomeSort by relevance Sort by last modified time
    Searched defs:allocate_stream (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish/camera/
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...]

Completed in 24 milliseconds