Searched defs:maxBufferSlack (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp99 int32_t maxBufferSlack) {
133 maxBufferSlack + 1 + minUndequeuedBuffers,
135 err = native_window_set_buffer_count(anw.get(), maxBufferSlack + 1 + minUndequeuedBuffers);
95 configureSurface(const sp<ANativeWindow>& anw, int32_t width, int32_t height, int32_t pixelFmt, int32_t maxBufferSlack) argument
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp458 int maxBufferSlack) {
475 maxBufferSlack + 1 + minUndequeuedBuffers);
477 maxBufferSlack + 1 + minUndequeuedBuffers);
456 configureANW(const sp<ANativeWindow>& anw, const CpuConsumerTestParams& params, int maxBufferSlack) argument

Completed in 115 milliseconds