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

  /frameworks/base/native/android/
native_window.cpp 63 int32_t err = native_window_set_buffers_format(window, format);
  /frameworks/native/opengl/libs/EGL/
egl_object.cpp 77 native_window_set_buffers_format(window, 0);
eglApi.cpp 495 int err = native_window_set_buffers_format(window, format);
518 native_window_set_buffers_format(window, 0);
    [all...]
  /frameworks/native/libs/gui/tests/
MultiTextureConsumer_test.cpp 72 ASSERT_EQ(native_window_set_buffers_format(mANW, HAL_PIXEL_FORMAT_RGBA_8888), NO_ERROR);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 635 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
649 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
663 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
686 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
712 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
755 ASSERT_EQ(NO_ERROR, native_window_set_buffers_format(mANW.get(),
    [all...]
  /external/chromium_org/third_party/hwcplus/include/system/
window.h 261 NATIVE_WINDOW_SET_BUFFERS_FORMAT = 9,
474 * NATIVE_WINDOW_SET_BUFFERS_FORMAT
687 * native_window_set_buffers_size and native_window_set_buffers_format.
690 * and native_window_set_buffers_format functions should be used instead.
747 * native_window_set_buffers_format(..., int format)
752 static inline int native_window_set_buffers_format( function
756 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 150 CHECK_EQ(0, native_window_set_buffers_format(
  /system/core/include/system/
window.h 287 NATIVE_WINDOW_SET_BUFFERS_FORMAT = 9,
502 * NATIVE_WINDOW_SET_BUFFERS_FORMAT
725 * native_window_set_buffers_size and native_window_set_buffers_format.
728 * and native_window_set_buffers_format functions should be used instead.
789 * native_window_set_buffers_format(..., int format)
794 static inline int native_window_set_buffers_format( function
798 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_FORMAT, format);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 318 res = native_window_set_buffers_format(mConsumer.get(),
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 108 err = native_window_set_buffers_format(anw.get(), pixelFmt);
562 status_t err = native_window_set_buffers_format(anw.get(), pixelFormat);
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.h 633 rc = native_window_set_buffers_format(a, format);
  /frameworks/base/services/core/jni/
com_android_server_tv_TvInputHal.cpp 126 err = native_window_set_buffers_format(anw.get(), mStream.buffer_producer.format);
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.cpp     [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 735 r = native_window_set_buffers_format(nw, format);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 821 milliseconds