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

  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 317 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
338 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
366 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
374 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
389 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
410 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
431 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
456 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
476 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
557 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3))
    [all...]
Surface_test.cpp 134 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3));
312 native_window_set_buffer_count(window.get(), 4);
317 native_window_set_buffer_count(window.get(), 3);
319 native_window_set_buffer_count(window.get(), 2);
341 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(window.get(), BUFFER_COUNT));
720 native_window_set_buffer_count(mWindow.get(), 4);
    [all...]
CpuConsumer_test.cpp 475 err = native_window_set_buffer_count(anw.get(),
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 171 err = native_window_set_buffer_count(nativeWindow, numBufs);
ACodec.cpp 751 err = native_window_set_buffer_count(nativeWindow, buffers.size());
753 ALOGE("native_window_set_buffer_count failed: %s (%d)", strerror(-err),
    [all...]
  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 197 return native_window_set_buffer_count(window, bufferCount);
  /frameworks/native/libs/nativewindow/include/system/
window.h 200 NATIVE_WINDOW_SET_BUFFER_COUNT = 4,
592 * native_window_set_buffer_count(..., count)
595 static inline int native_window_set_buffer_count( function
599 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 440 res = native_window_set_buffer_count(mConsumer.get(),
Camera3StreamSplitter.cpp 188 res = native_window_set_buffer_count(outputQueue.get(),
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp     [all...]
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 327 int rc = native_window_set_buffer_count(a, count);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 125 err = native_window_set_buffer_count(surface.get(), maxBufferSlack + 1 + minUndequeuedBuffers);
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 309 res = native_window_set_buffer_count(anw.get(), totalBufferCount);
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 434 auto rc = native_window_set_buffer_count(mAnw.get(), count);
    [all...]

Completed in 723 milliseconds