HomeSort by relevance Sort by last modified time
    Searched refs:prepareNextBuffer (Results 1 - 4 of 4) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 95 * prepareNextBuffer called on it.
109 * NOT_ENOUGH_DATA if calls to prepareNextBuffer are needed to finish
132 * NOT_ENOUGH_DATA if more calls to prepareNextBuffer are needed to finish
138 virtual status_t prepareNextBuffer() = 0;
143 * Buffers that have been allocated with prepareNextBuffer remain that way,
144 * but a later use of prepareNextBuffer will require just as many
Camera3Stream.h 67 * duration. In this state, only prepareNextBuffer() and cancelPrepare()
96 * When sufficient prepareNextBuffer calls have been made to allocate
185 * prepareNextBuffer called on it.
201 * NOT_ENOUGH_DATA if calls to prepareNextBuffer are needed to finish
227 * NOT_ENOUGH_DATA if more calls to prepareNextBuffer are needed to finish
233 status_t prepareNextBuffer();
238 * Buffers that have been allocated with prepareNextBuffer remain that way,
239 * but a later use of prepareNextBuffer will require just as many
418 // prepareNextBuffer called on it.
439 // State of buffer preallocation. Only true if either prepareNextBuffer
    [all...]
Camera3Stream.cpp 299 status_t Camera3Stream::prepareNextBuffer() {
Camera3Device.cpp     [all...]

Completed in 277 milliseconds