Searched refs:ALLOCATE_PIPELINE_MAX (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3StreamInterface.h54 ALLOCATE_PIPELINE_MAX = 0, // Allocate max buffers used by a given surface enumerator in enum:android::camera3::Camera3StreamInterface::__anon1007
133 * pipeline if maxCount is ALLOCATE_PIPELINE_MAX.
H A DCamera3Stream.cpp63 mLastMaxCount(Camera3StreamInterface::ALLOCATE_PIPELINE_MAX),
297 size_t bufferCount = (maxCount == Camera3StreamInterface::ALLOCATE_PIPELINE_MAX) ?
H A DCamera3Device.cpp1753 return prepare(camera3::Camera3StreamInterface::ALLOCATE_PIPELINE_MAX, streamId);
3971 res = outputStream->startPrepare(Camera3StreamInterface::ALLOCATE_PIPELINE_MAX);

Completed in 73 milliseconds