Searched refs:maxBufferSlack (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp97 static status_t connectSurface(const sp<Surface>& surface, int32_t maxBufferSlack) { argument
124 maxBufferSlack + 1 + minUndequeuedBuffers);
125 err = native_window_set_buffer_count(surface.get(), maxBufferSlack + 1 + minUndequeuedBuffers);
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp450 int maxBufferSlack) {
473 maxBufferSlack + 1 + minUndequeuedBuffers);
475 maxBufferSlack + 1 + minUndequeuedBuffers);
448 configureANW(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int maxBufferSlack) argument

Completed in 487 milliseconds