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

  /frameworks/native/libs/nativewindow/
ANativeWindow.cpp 209 return native_window_set_buffers_timestamp(window, timestamp);
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 255 native_window_set_buffers_timestamp(window, timestamp);
  /frameworks/native/libs/nativewindow/include/system/
window.h 203 NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP = 7,
295 /* parameter for NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP
733 * native_window_set_buffers_timestamp(..., int64_t timestamp)
742 static inline int native_window_set_buffers_timestamp( function
746 return window->perform(window, NATIVE_WINDOW_SET_BUFFERS_TIMESTAMP,
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 358 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(),
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 450 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
536 res = native_window_set_buffers_timestamp(anw.get(), timestampNs);
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 259 res = native_window_set_buffers_timestamp(mConsumer.get(),
  /frameworks/av/services/camera/libcameraservice/device1/
CameraHardwareInterface.cpp 435 int rc = native_window_set_buffers_timestamp(a, timestamp);
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 708 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) !=
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 531 err = native_window_set_buffers_timestamp(anw.get(), timestamp);
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /hardware/interfaces/camera/provider/2.4/vts/functional/
VtsHalCameraProviderV2_4TargetTest.cpp 494 return mapToStatus(native_window_set_buffers_timestamp(mAnw.get(),
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]

Completed in 1595 milliseconds