Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DPreviewFrameSpacer.cpp108 status_t res = native_window_set_buffers_timestamp(mConsumer.get(), bufferHolder.timestamp); in queueBufferToClientLocked()
DCamera3OutputStream.cpp436 res = native_window_set_buffers_timestamp(mConsumer.get(), presentTime); in returnBufferCheckedLocked()
/frameworks/base/media/mca/filterfw/native/core/
Dgl_env.cpp255 native_window_set_buffers_timestamp(window, timestamp); in SetSurfaceTimestamp()
/frameworks/native/libs/nativewindow/
DANativeWindow.cpp372 return native_window_set_buffers_timestamp(window, timestamp); in ANativeWindow_setBuffersTimestamp()
/frameworks/native/libs/nativewindow/include/system/
Dwindow.h834 static inline int native_window_set_buffers_timestamp( in native_window_set_buffers_timestamp() function
/frameworks/base/media/jni/
Dandroid_media_ImageWriter.cpp670 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in ImageWriter_queueImage()
759 res = native_window_set_buffers_timestamp(anw.get(), timestampNs); in attachAndQeueuGraphicBuffer()
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp425 if ((err = native_window_set_buffers_timestamp(mNativeWindow.get(), in render()
/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.cpp384 res = native_window_set_buffers_timestamp(mOutputSurface.get(), ts); in processInputFrame()
DJpegRCompositeStream.cpp375 res = native_window_set_buffers_timestamp(mOutputSurface.get(), ts); in processInputFrame()
DHeicCompositeStream.cpp1204 res = native_window_set_buffers_timestamp(mOutputSurface.get(), inputFrame.timestamp); in processCompletedInputFrame()
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp2397 native_window_set_buffers_timestamp( in SetSwapchainFrameTimestamp()
/frameworks/native/opengl/libs/EGL/
Degl_platform_entries.cpp2114 native_window_set_buffers_timestamp(s->getNativeWindow(), time); in eglPresentationTimeANDROIDImpl()
/frameworks/av/media/libstagefright/
DACodec.cpp6876 err = native_window_set_buffers_timestamp(mCodec->mNativeWindow.get(), timestampNs); in onOutputBufferDrained()