Home
last modified time | relevance | path

Searched refs:native_window_set_buffers_timestamp (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/libs/nativewindow/
DANativeWindow.cpp255 return native_window_set_buffers_timestamp(window, timestamp); in ANativeWindow_setBuffersTimestamp()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp255 native_window_set_buffers_timestamp(window, timestamp); in SetSurfaceTimestamp()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h812 static inline int native_window_set_buffers_timestamp( in native_window_set_buffers_timestamp() function
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp595 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in ImageWriter_queueImage()
693 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in ImageWriter_attachAndQueueImage()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp425 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(), in render()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp430 native_window_set_buffers_timestamp(mNativeSurface.get(), presentTime); in setPresentTime()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp274 res = native_window_set_buffers_timestamp(mConsumer.get(), in returnBufferCheckedLocked()
/frameworks/native/libs/gui/tests/
DCpuConsumer_test.cpp526 err = native_window_set_buffers_timestamp(anw.get(), timestamp); in produceOneFrame()
/frameworks/av/services/camera/libcameraservice/api2/
DDepthCompositeStream.cpp373 res = native_window_set_buffers_timestamp(mOutputSurface.get(), ts); in processInputFrame()
DHeicCompositeStream.cpp1082 res = native_window_set_buffers_timestamp(mOutputSurface.get(), timestamp); in processCompletedInputFrame()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp745 if ((err = native_window_set_buffers_timestamp(anw.get(), static_cast<int64_t>(timestamp))) != in LegacyCameraDevice_nativeSetNextTimestamp()
/frameworks/av/services/camera/libcameraservice/device1/
DCameraHardwareInterface.cpp435 int rc = native_window_set_buffers_timestamp(a, timestamp); in setTimestamp()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp1706 native_window_set_buffers_timestamp( in QueuePresentKHR()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2248 native_window_set_buffers_timestamp(s->getNativeWindow(), time); in eglPresentationTimeANDROIDImpl()
/frameworks/av/media/libstagefright/
DACodec.cpp6487 err = native_window_set_buffers_timestamp(mCodec->mNativeWindow.get(), timestampNs); in onOutputBufferDrained()