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

  /frameworks/native/libs/gui/tests/
SurfaceTextureClient_test.cpp 302 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
322 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
348 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
356 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
370 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
390 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 4));
410 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
435 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
454 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3));
532 ASSERT_EQ(OK, native_window_set_buffer_count(mANW.get(), 3))
    [all...]
Surface_test.cpp 106 ASSERT_EQ(NO_ERROR, native_window_set_buffer_count(anw.get(), 3));
CpuConsumer_test.cpp 476 err = native_window_set_buffer_count(anw.get(),
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 133 * native_window_set_buffer_count.
256 NATIVE_WINDOW_SET_BUFFER_COUNT = 4,
469 * NATIVE_WINDOW_SET_BUFFER_COUNT
673 * native_window_set_buffer_count(..., count)
676 static inline int native_window_set_buffer_count( function
680 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
  /hardware/ti/omap4-aah/test/CameraHal/
surfacetexture_test.cpp 140 native_window_set_buffer_count(anw.get(), N_BUFFERS);
camera_test_surfacetexture.cpp 772 native_window_set_buffer_count(mWindowTapIn.get(), tapInMinUndequeued);
  /system/core/include/system/
window.h 140 * native_window_set_buffer_count.
282 NATIVE_WINDOW_SET_BUFFER_COUNT = 4,
497 * NATIVE_WINDOW_SET_BUFFER_COUNT
711 * native_window_set_buffer_count(..., count)
714 static inline int native_window_set_buffer_count( function
718 return window->perform(window, NATIVE_WINDOW_SET_BUFFER_COUNT, bufferCount);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 348 res = native_window_set_buffer_count(mConsumer.get(),
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 622 return native_window_set_buffer_count(a, count);
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 415 res = native_window_set_buffer_count(mConsumerInterface.get(),
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 135 err = native_window_set_buffer_count(anw.get(), maxBufferSlack + 1 + minUndequeuedBuffers);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]
ACodec.cpp 763 err = native_window_set_buffer_count(
767 ALOGE("native_window_set_buffer_count failed: %s (%d)", strerror(-err),
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.cpp     [all...]

Completed in 449 milliseconds