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

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.h 574 size_t mLastMaxCount;
Camera3Stream.cpp 68 mLastMaxCount(Camera3StreamInterface::ALLOCATE_PIPELINE_MAX),
448 mPrepared = bufferCount <= mLastMaxCount;
453 mLastMaxCount = bufferCount;

Completed in 1203 milliseconds